Status: Pass 218 Failure 30 Skip 56
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| setUpClass (tempest.api.compute.servers.test_server_actions | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerActionsTestOtherB) |
fail
ft1.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 86, in resource_setup
cls.server_id = cls.recreate_server(None, validatable=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 01f1158d-c5fa-4f78-bf4b-b361d099a7c6 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:52Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-0a7cdbbb-df46-4440-a3cd-25451b18fccc.
|
||||||
ServerActionsV293TestJSON) |
fail
ft1.2: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 858, in resource_setup
cls.server_id = cls.recreate_server(None, volume_backed=True,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server
server = cls.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 60b24a44-4028-4b95-850d-5d906676b65c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:31Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-98ce1727-675a-40e0-aed2-319ed1b85b64.
|
||||||
| setUpClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft2.1: setUpClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 54, in resource_setup
resc_server = cls.create_test_server(adminPass=rescue_password,
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 58929751-6ff6-480c-9f9b-68535f7f5ca2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:09:42Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-01c09809-5ed4-45f5-93e3-67600b8e2cb3.
|
||||||
| setUpClass (tempest.api.compute.servers.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersNegativeTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass
cls.resource_setup()
File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup
server = cls.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 34671a7f-adb1-4070-a858-b57e70eefda9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:44Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-efd7a6b6-4065-4dae-9b15-dba1daa95ed8.
|
||||||
| tearDownClass (tempest.api.compute.servers.test_device_tagging | 2 | 0 | 2 | 0 | 0 | Detail | |
TaggedBootDevicesTest) |
fail
ft4.1: tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: 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.'}, <traceback object at 0x7f77afd1e280>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume 69f869d3-fc13-4ada-be9b-18af3b137b1e within the required time (196 s). Timer started at 1768222766. Timer ended at 1768222962. Waited for 196 s., <traceback object at 0x7f77afa12c80>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: 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.'}, <traceback object at 0x7f77afda2480>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume c1fe8621-33e8-4d28-b42a-12333978e5ea within the required time (196 s). Timer started at 1768222962. Timer ended at 1768223158. Waited for 196 s., <traceback object at 0x7f77afb07600>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: 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.'}, <traceback object at 0x7f77afeaa7c0>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (TaggedBootDevicesTest:tearDownClass) Failed to delete volume 4d23c78d-ba5a-47aa-bd44-29751911fb1a within the required time (196 s). Timer started at 1768223158. Timer ended at 1768223354. Waited for 196 s., <traceback object at 0x7f77afda2e40>))
|
||||||
TaggedBootDevicesTest_v242) |
fail
ft4.2: tearDownClass (tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: 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.'}, <traceback object at 0x7ff4a272a040>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (TaggedBootDevicesTest_v242:tearDownClass) Failed to delete volume ce792b37-4070-4175-8246-dd9fc057ebac within the required time (196 s). Timer started at 1768222770. Timer ended at 1768222966. Waited for 196 s., <traceback object at 0x7ff4a23ba140>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: 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.'}, <traceback object at 0x7ff4a243cf00>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (TaggedBootDevicesTest_v242:tearDownClass) Failed to delete volume 4b2a8afb-18d6-4130-9589-5328f27eda76 within the required time (196 s). Timer started at 1768222966. Timer ended at 1768223162. Waited for 196 s., <traceback object at 0x7ff4a1fa13c0>), (<class 'tempest.lib.exceptions.BadRequest'>, Bad request
Details: {'code': 400, 'message': 'Invalid volume: 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.'}, <traceback object at 0x7ff4a214cf40>), (<class 'tempest.lib.exceptions.TimeoutException'>, Request timed out
Details: (TaggedBootDevicesTest_v242:tearDownClass) Failed to delete volume 28679bb2-162f-45d2-9b7d-e686ec253ba9 within the required time (196 s). Timer started at 1768223162. Timer ended at 1768223358. Waited for 196 s., <traceback object at 0x7ff4a241aa40>))
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
fail
ft5.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 13:58:13,302 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://192.168.122.253/volume/v3/volumes 1.459s
2026-01-12 13:58:13,302 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0c4887b-dd75-4405-b3a6-c80734316405', 'content-length': '793', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0c4887b-dd75-4405-b3a6-c80734316405', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.110934", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}'
2026-01-12 13:58:14,209 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.896s
2026-01-12 13:58:14,209 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1807aaa-ba3b-45da-b449-e71ea4fe1a85', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1807aaa-ba3b-45da-b449-e71ea4fe1a85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:15,281 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.060s
2026-01-12 13:58:15,281 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e616879-c21a-4477-9ef7-3d65b011050d', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e616879-c21a-4477-9ef7-3d65b011050d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:16,330 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.038s
2026-01-12 13:58:16,331 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e9aee3-a723-4525-9b9c-27c3d168b3c3', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e9aee3-a723-4525-9b9c-27c3d168b3c3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:17,383 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.041s
2026-01-12 13:58:17,383 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10288fbd-a275-49a6-8e56-9fc7830f9d9b', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10288fbd-a275-49a6-8e56-9fc7830f9d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:18,439 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.042s
2026-01-12 13:58:18,439 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc9b5381-2142-4ca8-afbd-c5f914cb6fe9', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc9b5381-2142-4ca8-afbd-c5f914cb6fe9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:19,490 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.039s
2026-01-12 13:58:19,490 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b0139d9-1760-4e38-b6f8-319264836174', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b0139d9-1760-4e38-b6f8-319264836174', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:20,541 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.039s
2026-01-12 13:58:20,541 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3167ce4-a492-46e2-9561-e828bd5108d5', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3167ce4-a492-46e2-9561-e828bd5108d5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:21,586 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.033s
2026-01-12 13:58:21,586 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87bff238-1877-49aa-a75b-181a17f599a5', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87bff238-1877-49aa-a75b-181a17f599a5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:22,640 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.042s
2026-01-12 13:58:22,640 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57dc4779-c998-4188-b887-ac5390d6b27b', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57dc4779-c998-4188-b887-ac5390d6b27b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:23,691 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.040s
2026-01-12 13:58:23,691 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2637fb9-b059-4153-a040-742c9c598ec1', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2637fb9-b059-4153-a040-742c9c598ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:24,739 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.036s
2026-01-12 13:58:24,739 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0fd2af-5de7-4cee-8dda-718263fbe9b4', 'content-length': '972', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0fd2af-5de7-4cee-8dda-718263fbe9b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:25,799 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.049s
2026-01-12 13:58:25,799 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0512cb1d-b26a-4b41-adc3-3fb275a47389', 'content-length': '1022', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0512cb1d-b26a-4b41-adc3-3fb275a47389', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": "2026-01-12T12:58:25.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:26,861 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.051s
2026-01-12 13:58:26,861 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d050dd67-c039-4764-90c4-147d98f586fe', 'content-length': '1022', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d050dd67-c039-4764-90c4-147d98f586fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": "2026-01-12T12:58:26.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:27,922 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.049s
2026-01-12 13:58:27,922 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fbfee08-166d-4c7c-963e-a3a41086a28e', 'content-length': '1023', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fbfee08-166d-4c7c-963e-a3a41086a28e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": "2026-01-12T12:58:27.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:27,932 81739 INFO [tempest.common.waiters] volume 27630d05-53f1-48a3-b5b2-171650a0f7bc reached available after waiting for 13.932427 seconds
2026-01-12 13:58:27,933 81739 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 13:58:28,240 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.305s
2026-01-12 13:58:28,240 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1392097205", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDeMt2tIiT3XloIUZKulWS4F3puqLz7FWD5g+P+fRGXdq7WLVIxrBtUCKq03m2f+uul4tdj1k1XcmhFdfRhD4fpkemTANjjumk9ASL9W0PBJA7eV9IVU9J0W/dZBeJkS4A=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07280aed-a40d-4deb-b580-f7b78a5fb64a', 'x-compute-request-id': 'req-07280aed-a40d-4deb-b580-f7b78a5fb64a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1392097205", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDeMt2tIiT3XloIUZKulWS4F3puqLz7FWD5g+P+fRGXdq7WLVIxrBtUCKq03m2f+uul4tdj1k1XcmhFdfRhD4fpkemTANjjumk9ASL9W0PBJA7eV9IVU9J0W/dZBeJkS4A==", "fingerprint": "45:85:04:82:36:66:c7:b7:91:85:79:de:7c:17:df:b0", "user_id": "25656aa8b6974ca8a110b4257a18621a"}}'
2026-01-12 13:58:28,242 81739 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1392097205 created
2026-01-12 13:58:28,590 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.348s
2026-01-12 13:58:28,591 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1567207281", "description": "tempest-description--202306581"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-5193723b-47f3-4a44-8985-b5f59cce6f0a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "85a653f7-f56e-46ff-a0b8-86b2713cae37", "name": "tempest-securitygroup--1567207281", "stateful": true, "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "project_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "description": "tempest-description--202306581", "shared": false, "security_group_rules": [{"id": "5fec9126-09db-48f9-a30d-3389ad51c15a", "project_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "security_group_id": "85a653f7-f56e-46ff-a0b8-86b2713cae37", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 169, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:58:28Z", "updated_at": "2026-01-12T12:58:28Z", "revision_number": 0}, {"id": "bcaf5625-a608-480d-b658-30dbe614119f", "project_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "security_group_id": "85a653f7-f56e-46ff-a0b8-86b2713cae37", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 168, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:58:28Z", "updated_at": "2026-01-12T12:58:28Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T12:58:28Z", "updated_at": "2026-01-12T12:58:28Z", "revision_number": 1}}'
2026-01-12 13:58:29,601 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.010s
2026-01-12 13:58:29,602 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "85a653f7-f56e-46ff-a0b8-86b2713cae37", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b72c6abe-68e4-4919-8e75-12d232014fa0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0c154dcb-7741-4e8e-b8a9-2af563bc41b2", "project_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "security_group_id": "85a653f7-f56e-46ff-a0b8-86b2713cae37", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:58:29Z", "updated_at": "2026-01-12T12:58:29Z", "revision_number": 0}}'
2026-01-12 13:58:30,751 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.149s
2026-01-12 13:58:30,752 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "85a653f7-f56e-46ff-a0b8-86b2713cae37", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-01600ae9-f443-4888-92e1-50eb0d1df94d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "41332b3b-c89d-44d2-b19e-8c4bf2ec68e0", "project_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "security_group_id": "85a653f7-f56e-46ff-a0b8-86b2713cae37", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:58:30Z", "updated_at": "2026-01-12T12:58:30Z", "revision_number": 0}}'
2026-01-12 13:58:30,752 81739 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1567207281 created
2026-01-12 13:58:31,727 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.975s
2026-01-12 13:58:31,727 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3f00f8bf-8991-458a-909e-27d4c30c0642', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "eed22ed8-b6dd-4846-914d-5040cdfcb994", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "project_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "floating_ip_address": "172.24.4.137", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T12:58:31Z", "updated_at": "2026-01-12T12:58:31Z", "revision_number": 0}}'
2026-01-12 13:58:31,728 81739 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'eed22ed8-b6dd-4846-914d-5040cdfcb994', 'tenant_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'project_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'floating_ip_address': '172.24.4.137', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:58:31Z', 'updated_at': '2026-01-12T12:58:31Z', 'revision_number': 0, 'ip': '172.24.4.137'} created
2026-01-12 13:58:31,823 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.091s
2026-01-12 13:58:31,824 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2540', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-65edbdf3-0a80-48aa-882c-7b7956018a3c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "25656aa8b6974ca8a110b4257a18621a", "name": "tempest-VolumesAssistedSnapshotsTest-1449972005-project-member", "password_expires_at": null}, "audit_ids": ["Z6c4OFHTSpe9Gnp6m2_zdQ"], "expires_at": "2026-01-12T13:58:31.000000Z", "issued_at": "2026-01-12T12:58:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "name": "tempest-VolumesAssistedSnapshotsTest-1449972005"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/bc8892a3ddbd4caa9ba3311fe9c18efb", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:58:31,824 81739 INFO [tempest.lib.common.fixed_network] (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete) Found network {'id': 'ba1e56f8-a3af-4a1e-be98-8348c1ea9810', 'name': 'tempest-VolumesAssistedSnapshotsTest-1805884256-network', 'tenant_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'project_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36544, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:57:33Z', 'updated_at': '2026-01-12T12:57:33Z', 'revision_number': 1} available for tenant
2026-01-12 13:58:31,825 81739 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1392097205', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDeMt2tIiT3XloIUZKulWS4F3puqLz7FWD5g+P+fRGXdq7WLVIxrBtUCKq03m2f+uul4tdj1k1XcmhFdfRhD4fpkemTANjjumk9ASL9W0PBJA7eV9IVU9J0W/dZBeJkS4A==', 'fingerprint': '45:85:04:82:36:66:c7:b7:91:85:79:de:7c:17:df:b0', 'user_id': '25656aa8b6974ca8a110b4257a18621a', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDKk/kwn362ja9cW0fAnuT7YUjUirep+VjM/ZRjkRr3QQHifIgIyXS\nooKK8L2tNHqgBwYFK4EEACKhZANiAAQ3jLdrSIk915aCFGSrpVkuBd6bqi8+xVg+\nYPj/n0Rl3au1i1SMawbVAiqtN5tn/rrpeLXY9ZNV3JoRXX0YQ+H6ZHpkwDY47ppP\nQEi/VtDwSQO3lfSFVPSdFv3WQXiZEuA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '85a653f7-f56e-46ff-a0b8-86b2713cae37', 'name': 'tempest-securitygroup--1567207281', 'stateful': True, 'tenant_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'project_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'description': 'tempest-description--202306581', 'shared': False, 'security_group_rules': [{'id': '5fec9126-09db-48f9-a30d-3389ad51c15a', 'project_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'tenant_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'security_group_id': '85a653f7-f56e-46ff-a0b8-86b2713cae37', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 169, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:58:28Z', 'updated_at': '2026-01-12T12:58:28Z', 'revision_number': 0}, {'id': 'bcaf5625-a608-480d-b658-30dbe614119f', 'project_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'tenant_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'security_group_id': '85a653f7-f56e-46ff-a0b8-86b2713cae37', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 168, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:58:28Z', 'updated_at': '2026-01-12T12:58:28Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T12:58:28Z', 'updated_at': '2026-01-12T12:58:28Z', 'revision_number': 1}, 'floating_ip': {'id': 'eed22ed8-b6dd-4846-914d-5040cdfcb994', 'tenant_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'project_id': 'bc8892a3ddbd4caa9ba3311fe9c18efb', 'floating_ip_address': '172.24.4.137', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:58:31Z', 'updated_at': '2026-01-12T12:58:31Z', 'revision_number': 0, 'ip': '172.24.4.137'}}
2026-01-12 13:58:35,546 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://192.168.122.253/compute/v2.1/servers 3.721s
2026-01-12 13:58:35,547 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesAssistedSnapshotsTest-server-499445490", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "networks": [{"uuid": "ba1e56f8-a3af-4a1e-be98-8348c1ea9810"}], "security_groups": [{"name": "tempest-securitygroup--1567207281"}], "key_name": "tempest-keypair-1392097205", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f40542b1-6ef8-480b-8171-fd87fc893752', 'x-compute-request-id': 'req-f40542b1-6ef8-480b-8171-fd87fc893752', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "596715bd-180e-4989-8cb4-57c65f433e53", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/596715bd-180e-4989-8cb4-57c65f433e53"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1567207281"}], "adminPass": "W8fkKHSQFjbQ"}}'
2026-01-12 13:58:35,621 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53 0.072s
2026-01-12 13:58:35,622 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9701c8a7-6211-40ad-beb3-55bc8be52550', 'x-compute-request-id': 'req-9701c8a7-6211-40ad-beb3-55bc8be52550', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53'}
Body: b'{"server": {"id": "596715bd-180e-4989-8cb4-57c65f433e53", "name": "tempest-VolumesAssistedSnapshotsTest-server-499445490", "status": "BUILD", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "user_id": "25656aa8b6974ca8a110b4257a18621a", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:36Z", "updated": "2026-01-12T12:58:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/596715bd-180e-4989-8cb4-57c65f433e53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1392097205", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:37,303 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53 0.668s
2026-01-12 13:58:37,303 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1263', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba0a4c23-17f5-4d9b-9686-0a4bfbec41c1', 'x-compute-request-id': 'req-ba0a4c23-17f5-4d9b-9686-0a4bfbec41c1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53'}
Body: b'{"server": {"id": "596715bd-180e-4989-8cb4-57c65f433e53", "name": "tempest-VolumesAssistedSnapshotsTest-server-499445490", "status": "BUILD", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "user_id": "25656aa8b6974ca8a110b4257a18621a", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:35Z", "updated": "2026-01-12T12:58:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/596715bd-180e-4989-8cb4-57c65f433e53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1392097205", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:38,479 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53 0.163s
2026-01-12 13:58:38,479 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82673dd3-6317-40b9-aaf3-f2c34c4bdad4', 'x-compute-request-id': 'req-82673dd3-6317-40b9-aaf3-f2c34c4bdad4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53'}
Body: b'{"server": {"id": "596715bd-180e-4989-8cb4-57c65f433e53", "name": "tempest-VolumesAssistedSnapshotsTest-server-499445490", "status": "BUILD", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "user_id": "25656aa8b6974ca8a110b4257a18621a", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:35Z", "updated": "2026-01-12T12:58:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/596715bd-180e-4989-8cb4-57c65f433e53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1392097205", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:38,490 81739 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-01-12 13:58:40,639 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53 1.148s
2026-01-12 13:58:40,640 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbd2abb8-18d2-43f0-80f2-387aaa5c9116', 'x-compute-request-id': 'req-cbd2abb8-18d2-43f0-80f2-387aaa5c9116', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53'}
Body: b'{"server": {"id": "596715bd-180e-4989-8cb4-57c65f433e53", "name": "tempest-VolumesAssistedSnapshotsTest-server-499445490", "status": "BUILD", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "user_id": "25656aa8b6974ca8a110b4257a18621a", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:35Z", "updated": "2026-01-12T12:58:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/596715bd-180e-4989-8cb4-57c65f433e53"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1392097205", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:44,646 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53 2.995s
2026-01-12 13:58:44,646 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1315', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-494381b8-29b5-45b6-8da4-edf1d71f27a2', 'x-compute-request-id': 'req-494381b8-29b5-45b6-8da4-edf1d71f27a2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53'}
Body: b'{"server": {"id": "596715bd-180e-4989-8cb4-57c65f433e53", "name": "tempest-VolumesAssistedSnapshotsTest-server-499445490", "status": "ERROR", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "user_id": "25656aa8b6974ca8a110b4257a18621a", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:35Z", "updated": "2026-01-12T12:58:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/596715bd-180e-4989-8cb4-57c65f433e53"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:41Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1392097205", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:44,657 81739 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 9 second wait
2026-01-12 13:58:44,886 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 500 DELETE http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53 0.229s
2026-01-12 13:58:44,886 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-3a9e20bb-9f0e-4b6e-b056-11a630aa34cb', 'x-compute-request-id': 'req-3a9e20bb-9f0e-4b6e-b056-11a630aa34cb', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 13:58:44,887 81739 ERROR [tempest.common.compute] Deleting server 596715bd-180e-4989-8cb4-57c65f433e53 failed
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 596715bd-180e-4989-8cb4-57c65f433e53 failed to build and is in ERROR status
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:41Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f40542b1-6ef8-480b-8171-fd87fc893752.
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 13:58:44.887 81739 ERROR tempest.common.compute
2026-01-12 13:58:44,992 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53 0.104s
2026-01-12 13:58:44,993 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca04d3ab-d9af-4711-9131-30904e4e66c2', 'x-compute-request-id': 'req-ca04d3ab-d9af-4711-9131-30904e4e66c2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53'}
Body: b'{"server": {"id": "596715bd-180e-4989-8cb4-57c65f433e53", "name": "tempest-VolumesAssistedSnapshotsTest-server-499445490", "status": "ERROR", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "user_id": "25656aa8b6974ca8a110b4257a18621a", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:35Z", "updated": "2026-01-12T12:58:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/596715bd-180e-4989-8cb4-57c65f433e53"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:41Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1392097205", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:46,299 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53 0.295s
2026-01-12 13:58:46,300 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1542b0d-ed30-4814-b9a8-f26f81f31584', 'x-compute-request-id': 'req-e1542b0d-ed30-4814-b9a8-f26f81f31584', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53'}
Body: b'{"server": {"id": "596715bd-180e-4989-8cb4-57c65f433e53", "name": "tempest-VolumesAssistedSnapshotsTest-server-499445490", "status": "ERROR", "tenant_id": "bc8892a3ddbd4caa9ba3311fe9c18efb", "user_id": "25656aa8b6974ca8a110b4257a18621a", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:35Z", "updated": "2026-01-12T12:58:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/596715bd-180e-4989-8cb4-57c65f433e53"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/596715bd-180e-4989-8cb4-57c65f433e53"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:41Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1392097205", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:46,311 81739 ERROR [tempest.common.compute] Server 596715bd-180e-4989-8cb4-57c65f433e53 failed to delete in time
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 596715bd-180e-4989-8cb4-57c65f433e53 failed to build and is in ERROR status
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:41Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f40542b1-6ef8-480b-8171-fd87fc893752.
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute Details: Server 596715bd-180e-4989-8cb4-57c65f433e53 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T12:58:41Z', 'message': 'KeyError'}.
2026-01-12 13:58:46.311 81739 ERROR tempest.common.compute
2026-01-12 13:58:46,385 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.073s
2026-01-12 13:58:46,385 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8e3330-0a95-4e8a-ae95-2a28e10bef80', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b''
2026-01-12 13:58:46,436 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.050s
2026-01-12 13:58:46,436 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad50c578-62ad-40a5-8e3e-5ee86a77bc9a', 'content-length': '1022', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad50c578-62ad-40a5-8e3e-5ee86a77bc9a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": "2026-01-12T12:58:46.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:47,505 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.057s
2026-01-12 13:58:47,505 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4040bbea-1d34-419b-95dd-2a7f743d86fd', 'content-length': '1022', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4040bbea-1d34-419b-95dd-2a7f743d86fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"volume": {"id": "27630d05-53f1-48a3-b5b2-171650a0f7bc", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:13.000000", "updated_at": "2026-01-12T12:58:46.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-844231346", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc"}], "user_id": "0cf2a3e9cc3a4027a08a4cd1176275e5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f479984bddcb40d287dfcb95e9850596"}}'
2026-01-12 13:58:48,552 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc 0.036s
2026-01-12 13:58:48,553 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c731110f-555b-47ba-9165-8299f0411cea', 'x-openstack-request-id': 'req-c731110f-555b-47ba-9165-8299f0411cea', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/27630d05-53f1-48a3-b5b2-171650a0f7bc'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 27630d05-53f1-48a3-b5b2-171650a0f7bc could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 60, in test_volume_assisted_snapshot_create_delete
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 596715bd-180e-4989-8cb4-57c65f433e53 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:41Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f40542b1-6ef8-480b-8171-fd87fc893752.
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
fail
ft6.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 13:57:59,857 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.253/image/v2/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d 0.125s
2026-01-12 13:57:59,857 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3d3fe719-adf8-4fc1-9839-e425e387efb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/image/v2/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d'}
Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "name": "cirros-0.6.3-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "0b2867c7e06141a187b960d7dd729284", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "created_at": "2026-01-12T12:54:45Z", "updated_at": "2026-01-12T12:54:46Z", "tags": [], "self": "/v2/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d", "file": "/v2/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d/file", "schema": "/v2/schemas/image"}'
2026-01-12 13:58:00,696 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://192.168.122.253/image/v2/images 0.776s
2026-01-12 13:58:00,697 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ff8347ea-92b1-4b7d-bbf9-cabe30c5cc7d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/image/v2/images'}
Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "9e863c712d914a5a9e6ac4de7d206a25", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "created_at": "2026-01-12T12:58:01Z", "updated_at": "2026-01-12T12:58:01Z", "tags": [], "self": "/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "file": "/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7/file", "schema": "/v2/schemas/image"}'
2026-01-12 13:58:01,854 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://192.168.122.253/image/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7/file 1.157s
2026-01-12 13:58:01,854 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x7f01df5abe20>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-123cc386-eff3-4f37-8435-cd3de8d2cee7', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7/file'}
Body: b''
2026-01-12 13:58:01,855 81741 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 13:58:01,855 81741 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 13:58:02,010 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.154s
2026-01-12 13:58:02,010 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-14326003", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFyXiG2M6/LtMHYLwJtAwtj41jZftEnkwDcOG/K3aUsbHfqd5PXsZplblEqnMb/pft1F59mqtm9EmMlrClDXknVsAuezNq4uWT0+pCFXXJbIyPWWPWt9XDBb+TQYgdNJQ=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ac5214-92d4-4c9d-99c3-096669e2e407', 'x-compute-request-id': 'req-15ac5214-92d4-4c9d-99c3-096669e2e407', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-14326003", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFyXiG2M6/LtMHYLwJtAwtj41jZftEnkwDcOG/K3aUsbHfqd5PXsZplblEqnMb/pft1F59mqtm9EmMlrClDXknVsAuezNq4uWT0+pCFXXJbIyPWWPWt9XDBb+TQYgdNJQ==", "fingerprint": "0d:bd:68:34:c6:7d:98:23:33:6d:b1:72:07:d9:0b:c8", "user_id": "a6738ea475e74d3aab671424eb5dd1f9"}}'
2026-01-12 13:58:02,013 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-14326003 created
2026-01-12 13:58:02,652 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.639s
2026-01-12 13:58:02,653 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1038862000", "description": "tempest-description--833187215"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-a8094d87-ee1a-422c-88e7-9f49378abb46', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "65988457-e246-4381-9d5f-aba4ed8aeedf", "name": "tempest-securitygroup--1038862000", "stateful": true, "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "project_id": "aa84c70d9bd843048e21d7e1331b9d61", "description": "tempest-description--833187215", "shared": false, "security_group_rules": [{"id": "46a18310-c809-440c-9e31-93662621ae11", "project_id": "aa84c70d9bd843048e21d7e1331b9d61", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "security_group_id": "65988457-e246-4381-9d5f-aba4ed8aeedf", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 137, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:58:02Z", "updated_at": "2026-01-12T12:58:02Z", "revision_number": 0}, {"id": "50d3a298-e510-48fc-b236-aa31244c0e0c", "project_id": "aa84c70d9bd843048e21d7e1331b9d61", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "security_group_id": "65988457-e246-4381-9d5f-aba4ed8aeedf", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 136, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:58:02Z", "updated_at": "2026-01-12T12:58:02Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T12:58:02Z", "updated_at": "2026-01-12T12:58:02Z", "revision_number": 1}}'
2026-01-12 13:58:03,094 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.440s
2026-01-12 13:58:03,094 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "65988457-e246-4381-9d5f-aba4ed8aeedf", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6d4ecb67-5cdc-4b9a-a684-d2bc3272e810', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "23ccb050-3159-4bb2-9c24-a3ff001a638e", "project_id": "aa84c70d9bd843048e21d7e1331b9d61", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "security_group_id": "65988457-e246-4381-9d5f-aba4ed8aeedf", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:58:02Z", "updated_at": "2026-01-12T12:58:02Z", "revision_number": 0}}'
2026-01-12 13:58:05,353 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 2.258s
2026-01-12 13:58:05,353 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "65988457-e246-4381-9d5f-aba4ed8aeedf", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-78c790f1-a50e-4cd2-bbda-650402ed0fed', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c003fa79-1737-4fa5-a042-bbef54bb6306", "project_id": "aa84c70d9bd843048e21d7e1331b9d61", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "security_group_id": "65988457-e246-4381-9d5f-aba4ed8aeedf", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:58:05Z", "updated_at": "2026-01-12T12:58:05Z", "revision_number": 0}}'
2026-01-12 13:58:05,353 81741 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1038862000 created
2026-01-12 13:58:07,248 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.894s
2026-01-12 13:58:07,248 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-8cff909f-0744-4c98-b05e-57a60e69ec90', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "846ddad1-e1b8-4804-99ea-ee26cd747d4a", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "project_id": "aa84c70d9bd843048e21d7e1331b9d61", "floating_ip_address": "172.24.4.27", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T12:58:06Z", "updated_at": "2026-01-12T12:58:06Z", "revision_number": 0}}'
2026-01-12 13:58:07,248 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '846ddad1-e1b8-4804-99ea-ee26cd747d4a', 'tenant_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'project_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'floating_ip_address': '172.24.4.27', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:58:06Z', 'updated_at': '2026-01-12T12:58:06Z', 'revision_number': 0, 'ip': '172.24.4.27'} created
2026-01-12 13:58:07,365 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.113s
2026-01-12 13:58:07,365 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cc7b8c2a-5fe4-4024-8520-66ed3f8a2d54', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "a6738ea475e74d3aab671424eb5dd1f9", "name": "tempest-AttachSCSIVolumeTestJSON-318691266-project-member", "password_expires_at": null}, "audit_ids": ["1ZGSK4n5T066Ci_J92m5jA"], "expires_at": "2026-01-12T13:58:07.000000Z", "issued_at": "2026-01-12T12:58:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aa84c70d9bd843048e21d7e1331b9d61", "name": "tempest-AttachSCSIVolumeTestJSON-318691266"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/aa84c70d9bd843048e21d7e1331b9d61", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:58:07,366 81741 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '0f3203c3-996c-4458-b417-3fbf7d4dc3fe', 'name': 'tempest-AttachSCSIVolumeTestJSON-65208366-network', 'tenant_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'project_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41836, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:57:32Z', 'updated_at': '2026-01-12T12:57:32Z', 'revision_number': 1} available for tenant
2026-01-12 13:58:07,366 81741 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-14326003', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIFyXiG2M6/LtMHYLwJtAwtj41jZftEnkwDcOG/K3aUsbHfqd5PXsZplblEqnMb/pft1F59mqtm9EmMlrClDXknVsAuezNq4uWT0+pCFXXJbIyPWWPWt9XDBb+TQYgdNJQ==', 'fingerprint': '0d:bd:68:34:c6:7d:98:23:33:6d:b1:72:07:d9:0b:c8', 'user_id': 'a6738ea475e74d3aab671424eb5dd1f9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDN9BiRQpUZzLE3eIW5BJR810wIgNdWy15jm+a9KqqlefgU/irTWpWy\n2SXHy1YOLPWgBwYFK4EEACKhZANiAASBcl4htjOvy7TB2C8CbQMLY+NY2X7RJ5MA\n3Dhvyt2lLGx36neT17GaZW5RKpzG/6X7dRefZqrZvRJjJawpQ15J1bALnszauLlk\n9PqQhV1yWyMj1lj1rfVwwW/k0GIHTSU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '65988457-e246-4381-9d5f-aba4ed8aeedf', 'name': 'tempest-securitygroup--1038862000', 'stateful': True, 'tenant_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'project_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'description': 'tempest-description--833187215', 'shared': False, 'security_group_rules': [{'id': '46a18310-c809-440c-9e31-93662621ae11', 'project_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'tenant_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'security_group_id': '65988457-e246-4381-9d5f-aba4ed8aeedf', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 137, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:58:02Z', 'updated_at': '2026-01-12T12:58:02Z', 'revision_number': 0}, {'id': '50d3a298-e510-48fc-b236-aa31244c0e0c', 'project_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'tenant_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'security_group_id': '65988457-e246-4381-9d5f-aba4ed8aeedf', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 136, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:58:02Z', 'updated_at': '2026-01-12T12:58:02Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T12:58:02Z', 'updated_at': '2026-01-12T12:58:02Z', 'revision_number': 1}, 'floating_ip': {'id': '846ddad1-e1b8-4804-99ea-ee26cd747d4a', 'tenant_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'project_id': 'aa84c70d9bd843048e21d7e1331b9d61', 'floating_ip_address': '172.24.4.27', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:58:06Z', 'updated_at': '2026-01-12T12:58:06Z', 'revision_number': 0, 'ip': '172.24.4.27'}}
2026-01-12 13:58:12,060 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://192.168.122.253/compute/v2.1/servers 4.693s
2026-01-12 13:58:12,061 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-527005701", "imageRef": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "0f3203c3-996c-4458-b417-3fbf7d4dc3fe"}], "security_groups": [{"name": "tempest-securitygroup--1038862000"}], "key_name": "tempest-keypair-14326003", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec263c23-b945-4475-9572-2b8c5eff2fc2', 'x-compute-request-id': 'req-ec263c23-b945-4475-9572-2b8c5eff2fc2', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "4e231a1b-ec5f-4f8e-b636-8d58c1a99612", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1038862000"}], "adminPass": "byoDNDvr9Bvr"}}'
2026-01-12 13:58:12,136 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612 0.073s
2026-01-12 13:58:12,137 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1257', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59424fe9-e26f-4ad3-9d8e-4e5e1b12450a', 'x-compute-request-id': 'req-59424fe9-e26f-4ad3-9d8e-4e5e1b12450a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612'}
Body: b'{"server": {"id": "4e231a1b-ec5f-4f8e-b636-8d58c1a99612", "name": "tempest-AttachSCSIVolumeTestJSON-server-527005701", "status": "BUILD", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "user_id": "a6738ea475e74d3aab671424eb5dd1f9", "metadata": {}, "hostId": "", "image": {"id": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:12Z", "updated": "2026-01-12T12:58:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-14326003", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:13,901 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612 0.751s
2026-01-12 13:58:13,901 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1261', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25a681e7-6624-4b76-8166-7b381a4fffc7', 'x-compute-request-id': 'req-25a681e7-6624-4b76-8166-7b381a4fffc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612'}
Body: b'{"server": {"id": "4e231a1b-ec5f-4f8e-b636-8d58c1a99612", "name": "tempest-AttachSCSIVolumeTestJSON-server-527005701", "status": "BUILD", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "user_id": "a6738ea475e74d3aab671424eb5dd1f9", "metadata": {}, "hostId": "", "image": {"id": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:12Z", "updated": "2026-01-12T12:58:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-14326003", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:15,713 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612 0.799s
2026-01-12 13:58:15,713 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90c094c8-9e50-4fb7-9304-d1736b906ba9', 'x-compute-request-id': 'req-90c094c8-9e50-4fb7-9304-d1736b906ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612'}
Body: b'{"server": {"id": "4e231a1b-ec5f-4f8e-b636-8d58c1a99612", "name": "tempest-AttachSCSIVolumeTestJSON-server-527005701", "status": "BUILD", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "user_id": "a6738ea475e74d3aab671424eb5dd1f9", "metadata": {}, "hostId": "", "image": {"id": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:12Z", "updated": "2026-01-12T12:58:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-14326003", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:15,724 81741 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-01-12 13:58:16,865 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612 0.141s
2026-01-12 13:58:16,866 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d83ff28a-c5ee-4d1c-bdc4-be8e74dcdf40', 'x-compute-request-id': 'req-d83ff28a-c5ee-4d1c-bdc4-be8e74dcdf40', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612'}
Body: b'{"server": {"id": "4e231a1b-ec5f-4f8e-b636-8d58c1a99612", "name": "tempest-AttachSCSIVolumeTestJSON-server-527005701", "status": "BUILD", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "user_id": "a6738ea475e74d3aab671424eb5dd1f9", "metadata": {}, "hostId": "", "image": {"id": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:12Z", "updated": "2026-01-12T12:58:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-14326003", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:17,969 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612 0.091s
2026-01-12 13:58:17,969 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1313', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42411687-bbdd-45f9-94f2-ee265390b992', 'x-compute-request-id': 'req-42411687-bbdd-45f9-94f2-ee265390b992', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612'}
Body: b'{"server": {"id": "4e231a1b-ec5f-4f8e-b636-8d58c1a99612", "name": "tempest-AttachSCSIVolumeTestJSON-server-527005701", "status": "ERROR", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "user_id": "a6738ea475e74d3aab671424eb5dd1f9", "metadata": {}, "hostId": "", "image": {"id": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:12Z", "updated": "2026-01-12T12:58:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:17Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-14326003", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:17,980 81741 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 5 second wait
2026-01-12 13:58:18,085 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 500 DELETE http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612 0.105s
2026-01-12 13:58:18,085 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-15e44ea1-590e-417e-9626-7920b72d0251', 'x-compute-request-id': 'req-15e44ea1-590e-417e-9626-7920b72d0251', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 13:58:18,086 81741 ERROR [tempest.common.compute] Deleting server 4e231a1b-ec5f-4f8e-b636-8d58c1a99612 failed
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 4e231a1b-ec5f-4f8e-b636-8d58c1a99612 failed to build and is in ERROR status
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:17Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-ec263c23-b945-4475-9572-2b8c5eff2fc2.
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 13:58:18.086 81741 ERROR tempest.common.compute
2026-01-12 13:58:18,201 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612 0.113s
2026-01-12 13:58:18,201 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcb118fa-4387-4219-9fea-f0842c85766c', 'x-compute-request-id': 'req-fcb118fa-4387-4219-9fea-f0842c85766c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612'}
Body: b'{"server": {"id": "4e231a1b-ec5f-4f8e-b636-8d58c1a99612", "name": "tempest-AttachSCSIVolumeTestJSON-server-527005701", "status": "ERROR", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "user_id": "a6738ea475e74d3aab671424eb5dd1f9", "metadata": {}, "hostId": "", "image": {"id": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:12Z", "updated": "2026-01-12T12:58:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:17Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-14326003", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:19,359 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612 0.146s
2026-01-12 13:58:19,360 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1319', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4059847-b70a-4926-9741-3f0d5246439e', 'x-compute-request-id': 'req-c4059847-b70a-4926-9741-3f0d5246439e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612'}
Body: b'{"server": {"id": "4e231a1b-ec5f-4f8e-b636-8d58c1a99612", "name": "tempest-AttachSCSIVolumeTestJSON-server-527005701", "status": "ERROR", "tenant_id": "aa84c70d9bd843048e21d7e1331b9d61", "user_id": "a6738ea475e74d3aab671424eb5dd1f9", "metadata": {}, "hostId": "", "image": {"id": "1bcabb45-26f9-45de-9723-39c7cf6c5cd7", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:12Z", "updated": "2026-01-12T12:58:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4e231a1b-ec5f-4f8e-b636-8d58c1a99612"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:17Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-14326003", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:19,371 81741 ERROR [tempest.common.compute] Server 4e231a1b-ec5f-4f8e-b636-8d58c1a99612 failed to delete in time
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 4e231a1b-ec5f-4f8e-b636-8d58c1a99612 failed to build and is in ERROR status
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:17Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-ec263c23-b945-4475-9572-2b8c5eff2fc2.
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute Details: Server 4e231a1b-ec5f-4f8e-b636-8d58c1a99612 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T12:58:17Z', 'message': 'KeyError'}.
2026-01-12 13:58:19.371 81741 ERROR tempest.common.compute
2026-01-12 13:58:19,408 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-14326003 0.035s
2026-01-12 13:58:19,408 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e77eef29-e80d-4ec3-a4ce-b20ca782064f', 'x-compute-request-id': 'req-e77eef29-e80d-4ec3-a4ce-b20ca782064f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-14326003'}
Body: b''
2026-01-12 13:58:20,209 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/65988457-e246-4381-9d5f-aba4ed8aeedf 0.800s
2026-01-12 13:58:20,209 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6c2afec5-7fd1-4baa-94ea-3f4833953f89', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/65988457-e246-4381-9d5f-aba4ed8aeedf'}
Body: b''
2026-01-12 13:58:20,562 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/65988457-e246-4381-9d5f-aba4ed8aeedf 0.352s
2026-01-12 13:58:20,562 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-75a59ed5-29e0-49de-90c1-e7ad1e1fd84f', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/65988457-e246-4381-9d5f-aba4ed8aeedf'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 65988457-e246-4381-9d5f-aba4ed8aeedf does not exist", "detail": ""}}'
2026-01-12 13:58:21,300 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/846ddad1-e1b8-4804-99ea-ee26cd747d4a 0.737s
2026-01-12 13:58:21,300 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-94cc54c9-b187-4e17-874f-ac41231ad3a4', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/846ddad1-e1b8-4804-99ea-ee26cd747d4a'}
Body: b''
2026-01-12 13:58:21,398 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/image/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7 0.097s
2026-01-12 13:58:21,398 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d48f2003-98fe-43a0-b68a-b260ce684f15', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7'}
Body: b''
2026-01-12 13:58:21,416 81741 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.253/image/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7 0.017s
2026-01-12 13:58:21,416 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-41139d95-6a81-4426-a987-14cb5acdecf4', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/image/v2/images/1bcabb45-26f9-45de-9723-39c7cf6c5cd7'}
Body: b'{"message": "No image found with ID 1bcabb45-26f9-45de-9723-39c7cf6c5cd7<br /><br />\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 99, in test_attach_scsi_disk_with_config_drive
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 4e231a1b-ec5f-4f8e-b636-8d58c1a99612 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:17Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-ec263c23-b945-4475-9572-2b8c5eff2fc2.
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 0 | 1 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt7.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
fail
ft7.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 13:59:34,810 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.131s
2026-01-12 13:59:34,811 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b5081e28-2784-48d1-ad64-4e9fc7d3005c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e6756a843eff435ba56dd1b65d36b582", "name": "tempest-VolumesAdminNegativeTest-756846554-project-member", "password_expires_at": null}, "audit_ids": ["EQO82_SGTGOrFDNV1SyLhQ"], "expires_at": "2026-01-12T13:59:34.000000Z", "issued_at": "2026-01-12T12:59:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6af92db8361043f1a073970cd925d37c", "name": "tempest-VolumesAdminNegativeTest-756846554"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/6af92db8361043f1a073970cd925d37c", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:59:34,811 81739 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '6f6febee-949f-4157-96b9-84313569a27c', 'name': 'tempest-VolumesAdminNegativeTest-897608027-network', 'tenant_id': '6af92db8361043f1a073970cd925d37c', 'project_id': '6af92db8361043f1a073970cd925d37c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17734, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:59:06Z', 'updated_at': '2026-01-12T12:59:06Z', 'revision_number': 1} available for tenant
2026-01-12 13:59:35,279 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://192.168.122.253/compute/v2.1/servers 0.467s
2026-01-12 13:59:35,279 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-165382689", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "networks": [{"uuid": "6f6febee-949f-4157-96b9-84313569a27c"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8075de7a-9e67-47da-baaf-e4f661b7d6d9', 'x-compute-request-id': 'req-8075de7a-9e67-47da-baaf-e4f661b7d6d9', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "e3bfc840-b44e-4efa-92bb-51e8b7a9841c", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Y6MtKNd8Aw8X"}}'
2026-01-12 13:59:35,345 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c 0.063s
2026-01-12 13:59:35,345 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7ec5e54-6a24-4ba7-9bb8-ba5ea0e394e6', 'x-compute-request-id': 'req-e7ec5e54-6a24-4ba7-9bb8-ba5ea0e394e6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c'}
Body: b'{"server": {"id": "e3bfc840-b44e-4efa-92bb-51e8b7a9841c", "name": "tempest-VolumesAdminNegativeTest-server-165382689", "status": "BUILD", "tenant_id": "6af92db8361043f1a073970cd925d37c", "user_id": "e6756a843eff435ba56dd1b65d36b582", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:35Z", "updated": "2026-01-12T12:59:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:36,444 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c 0.086s
2026-01-12 13:59:36,444 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78e1bf32-de7d-49d3-bf83-70d74de1d243', 'x-compute-request-id': 'req-78e1bf32-de7d-49d3-bf83-70d74de1d243', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c'}
Body: b'{"server": {"id": "e3bfc840-b44e-4efa-92bb-51e8b7a9841c", "name": "tempest-VolumesAdminNegativeTest-server-165382689", "status": "BUILD", "tenant_id": "6af92db8361043f1a073970cd925d37c", "user_id": "e6756a843eff435ba56dd1b65d36b582", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:35Z", "updated": "2026-01-12T12:59:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:37,620 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c 0.162s
2026-01-12 13:59:37,620 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfc70755-16c5-4180-8e77-c40eb2c85cb9', 'x-compute-request-id': 'req-dfc70755-16c5-4180-8e77-c40eb2c85cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c'}
Body: b'{"server": {"id": "e3bfc840-b44e-4efa-92bb-51e8b7a9841c", "name": "tempest-VolumesAdminNegativeTest-server-165382689", "status": "BUILD", "tenant_id": "6af92db8361043f1a073970cd925d37c", "user_id": "e6756a843eff435ba56dd1b65d36b582", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:35Z", "updated": "2026-01-12T12:59:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:37,631 81739 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 13:59:38,720 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c 0.087s
2026-01-12 13:59:38,720 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf0ea56f-ad7e-408f-b3aa-4956920403ca', 'x-compute-request-id': 'req-bf0ea56f-ad7e-408f-b3aa-4956920403ca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c'}
Body: b'{"server": {"id": "e3bfc840-b44e-4efa-92bb-51e8b7a9841c", "name": "tempest-VolumesAdminNegativeTest-server-165382689", "status": "BUILD", "tenant_id": "6af92db8361043f1a073970cd925d37c", "user_id": "e6756a843eff435ba56dd1b65d36b582", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:35Z", "updated": "2026-01-12T12:59:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:39,834 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c 0.102s
2026-01-12 13:59:39,834 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3cc91cc-3c71-46f3-a640-4ad40934e398', 'x-compute-request-id': 'req-f3cc91cc-3c71-46f3-a640-4ad40934e398', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c'}
Body: b'{"server": {"id": "e3bfc840-b44e-4efa-92bb-51e8b7a9841c", "name": "tempest-VolumesAdminNegativeTest-server-165382689", "status": "ERROR", "tenant_id": "6af92db8361043f1a073970cd925d37c", "user_id": "e6756a843eff435ba56dd1b65d36b582", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:35Z", "updated": "2026-01-12T12:59:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:38Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:39,845 81739 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 13:59:39,937 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 500 DELETE http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c 0.092s
2026-01-12 13:59:39,938 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-d16d89b8-3f69-44d4-8989-3178763785a9', 'x-compute-request-id': 'req-d16d89b8-3f69-44d4-8989-3178763785a9', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 13:59:39,938 81739 ERROR [tempest.common.compute] Deleting server e3bfc840-b44e-4efa-92bb-51e8b7a9841c failed
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server e3bfc840-b44e-4efa-92bb-51e8b7a9841c failed to build and is in ERROR status
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:38Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-8075de7a-9e67-47da-baaf-e4f661b7d6d9.
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 13:59:39.938 81739 ERROR tempest.common.compute
2026-01-12 13:59:40,027 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c 0.088s
2026-01-12 13:59:40,027 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1293', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e9f7cf4-ae3b-497b-81b1-87bd7871fa41', 'x-compute-request-id': 'req-1e9f7cf4-ae3b-497b-81b1-87bd7871fa41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c'}
Body: b'{"server": {"id": "e3bfc840-b44e-4efa-92bb-51e8b7a9841c", "name": "tempest-VolumesAdminNegativeTest-server-165382689", "status": "ERROR", "tenant_id": "6af92db8361043f1a073970cd925d37c", "user_id": "e6756a843eff435ba56dd1b65d36b582", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:35Z", "updated": "2026-01-12T12:59:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:38Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:41,132 81739 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c 0.093s
2026-01-12 13:59:41,133 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1293', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36e7be3d-5b4e-4419-b252-e1a423719fb6', 'x-compute-request-id': 'req-36e7be3d-5b4e-4419-b252-e1a423719fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c'}
Body: b'{"server": {"id": "e3bfc840-b44e-4efa-92bb-51e8b7a9841c", "name": "tempest-VolumesAdminNegativeTest-server-165382689", "status": "ERROR", "tenant_id": "6af92db8361043f1a073970cd925d37c", "user_id": "e6756a843eff435ba56dd1b65d36b582", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:35Z", "updated": "2026-01-12T12:59:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/e3bfc840-b44e-4efa-92bb-51e8b7a9841c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:38Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:41,143 81739 ERROR [tempest.common.compute] Server e3bfc840-b44e-4efa-92bb-51e8b7a9841c failed to delete in time
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server e3bfc840-b44e-4efa-92bb-51e8b7a9841c failed to build and is in ERROR status
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:38Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-8075de7a-9e67-47da-baaf-e4f661b7d6d9.
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute Details: Server e3bfc840-b44e-4efa-92bb-51e8b7a9841c failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T12:59:38Z', 'message': 'KeyError'}.
2026-01-12 13:59:41.143 81739 ERROR tempest.common.compute
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 52, in test_update_attached_volume_with_nonexistent_volume_in_uri
self.server = self.create_test_server(wait_until="ACTIVE")
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server e3bfc840-b44e-4efa-92bb-51e8b7a9841c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:38Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-8075de7a-9e67-47da-baaf-e4f661b7d6d9.
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
fail
ft8.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 13:57:46,105 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.041s
2026-01-12 13:57:46,106 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-4af74d9f-47a6-41ff-8c58-395abd987fef', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4f661509d7e74836b64966d48b65e638", "name": "tempest-DeleteServersTestJSON-197753969-project-member", "password_expires_at": null}, "audit_ids": ["5e_-xrJaRxqkrPKgi32bdg"], "expires_at": "2026-01-12T13:57:46.000000Z", "issued_at": "2026-01-12T12:57:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "22afa15108a8483ca162d4135fddac00", "name": "tempest-DeleteServersTestJSON-197753969"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/22afa15108a8483ca162d4135fddac00", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:57:46,106 81745 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'caca0429-2e52-47b9-82ac-c0ab92884e27', 'name': 'tempest-DeleteServersTestJSON-1648325237-network', 'tenant_id': '22afa15108a8483ca162d4135fddac00', 'project_id': '22afa15108a8483ca162d4135fddac00', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8609, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:57:33Z', 'updated_at': '2026-01-12T12:57:33Z', 'revision_number': 1} available for tenant
2026-01-12 13:57:59,886 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://192.168.122.253/compute/v2.1/servers 13.779s
2026-01-12 13:57:59,887 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1724892454", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "networks": [{"uuid": "caca0429-2e52-47b9-82ac-c0ab92884e27"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:57:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d116ec21-aa02-47c1-a437-690e322f8d1b', 'x-compute-request-id': 'req-d116ec21-aa02-47c1-a437-690e322f8d1b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "5daf2686-3301-4dba-8272-8b5ccc36f894", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "PUXt59o7D8wz"}}'
2026-01-12 13:58:00,861 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894 0.972s
2026-01-12 13:58:00,862 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:57:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5175cfc-964c-414a-91c7-9a84b4d47736', 'x-compute-request-id': 'req-c5175cfc-964c-414a-91c7-9a84b4d47736', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894'}
Body: b'{"server": {"id": "5daf2686-3301-4dba-8272-8b5ccc36f894", "name": "tempest-DeleteServersTestJSON-server-1724892454", "status": "BUILD", "tenant_id": "22afa15108a8483ca162d4135fddac00", "user_id": "4f661509d7e74836b64966d48b65e638", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:58:00Z", "updated": "2026-01-12T12:57:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:02,727 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894 0.851s
2026-01-12 13:58:02,727 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56874346-3c92-4078-bea5-69548483d208', 'x-compute-request-id': 'req-56874346-3c92-4078-bea5-69548483d208', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894'}
Body: b'{"server": {"id": "5daf2686-3301-4dba-8272-8b5ccc36f894", "name": "tempest-DeleteServersTestJSON-server-1724892454", "status": "BUILD", "tenant_id": "22afa15108a8483ca162d4135fddac00", "user_id": "4f661509d7e74836b64966d48b65e638", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:57:59Z", "updated": "2026-01-12T12:58:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:02,739 81745 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 13:58:05,548 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894 1.808s
2026-01-12 13:58:05,548 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cb2a0cf-2584-44ce-8d5e-246cca65e171', 'x-compute-request-id': 'req-4cb2a0cf-2584-44ce-8d5e-246cca65e171', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894'}
Body: b'{"server": {"id": "5daf2686-3301-4dba-8272-8b5ccc36f894", "name": "tempest-DeleteServersTestJSON-server-1724892454", "status": "BUILD", "tenant_id": "22afa15108a8483ca162d4135fddac00", "user_id": "4f661509d7e74836b64966d48b65e638", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:57:59Z", "updated": "2026-01-12T12:58:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:07,306 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894 0.745s
2026-01-12 13:58:07,306 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1225', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03af338f-5fe9-4572-a56c-250de1a0b41d', 'x-compute-request-id': 'req-03af338f-5fe9-4572-a56c-250de1a0b41d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894'}
Body: b'{"server": {"id": "5daf2686-3301-4dba-8272-8b5ccc36f894", "name": "tempest-DeleteServersTestJSON-server-1724892454", "status": "BUILD", "tenant_id": "22afa15108a8483ca162d4135fddac00", "user_id": "4f661509d7e74836b64966d48b65e638", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:57:59Z", "updated": "2026-01-12T12:58:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:09,704 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894 1.385s
2026-01-12 13:58:09,704 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e641322-3a46-4759-b741-5ea974e26655', 'x-compute-request-id': 'req-9e641322-3a46-4759-b741-5ea974e26655', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894'}
Body: b'{"server": {"id": "5daf2686-3301-4dba-8272-8b5ccc36f894", "name": "tempest-DeleteServersTestJSON-server-1724892454", "status": "ERROR", "tenant_id": "22afa15108a8483ca162d4135fddac00", "user_id": "4f661509d7e74836b64966d48b65e638", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:57:59Z", "updated": "2026-01-12T12:58:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:08Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:09,716 81745 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 9 second wait
2026-01-12 13:58:09,929 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 500 DELETE http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894 0.212s
2026-01-12 13:58:09,929 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-0f766ef3-852f-4b34-b0a8-06340e850ff9', 'x-compute-request-id': 'req-0f766ef3-852f-4b34-b0a8-06340e850ff9', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 13:58:09,929 81745 ERROR [tempest.common.compute] Deleting server 5daf2686-3301-4dba-8272-8b5ccc36f894 failed
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 5daf2686-3301-4dba-8272-8b5ccc36f894 failed to build and is in ERROR status
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:08Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d116ec21-aa02-47c1-a437-690e322f8d1b.
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 13:58:09.929 81745 ERROR tempest.common.compute
2026-01-12 13:58:11,706 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894 1.775s
2026-01-12 13:58:11,707 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1291', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-757dfba8-25f3-4cab-bb61-e5e7f284a28e', 'x-compute-request-id': 'req-757dfba8-25f3-4cab-bb61-e5e7f284a28e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894'}
Body: b'{"server": {"id": "5daf2686-3301-4dba-8272-8b5ccc36f894", "name": "tempest-DeleteServersTestJSON-server-1724892454", "status": "ERROR", "tenant_id": "22afa15108a8483ca162d4135fddac00", "user_id": "4f661509d7e74836b64966d48b65e638", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:57:59Z", "updated": "2026-01-12T12:58:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:08Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:12,836 81745 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894 0.117s
2026-01-12 13:58:12,837 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1291', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1070fdf4-e726-445e-97db-201f73e333de', 'x-compute-request-id': 'req-1070fdf4-e726-445e-97db-201f73e333de', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894'}
Body: b'{"server": {"id": "5daf2686-3301-4dba-8272-8b5ccc36f894", "name": "tempest-DeleteServersTestJSON-server-1724892454", "status": "ERROR", "tenant_id": "22afa15108a8483ca162d4135fddac00", "user_id": "4f661509d7e74836b64966d48b65e638", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:57:59Z", "updated": "2026-01-12T12:58:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/5daf2686-3301-4dba-8272-8b5ccc36f894"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:58:08Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:58:12,848 81745 ERROR [tempest.common.compute] Server 5daf2686-3301-4dba-8272-8b5ccc36f894 failed to delete in time
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 5daf2686-3301-4dba-8272-8b5ccc36f894 failed to build and is in ERROR status
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:08Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d116ec21-aa02-47c1-a437-690e322f8d1b.
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute Details: Server 5daf2686-3301-4dba-8272-8b5ccc36f894 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T12:58:08Z', 'message': 'KeyError'}.
2026-01-12 13:58:12.848 81745 ERROR tempest.common.compute
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 115, in test_delete_server_while_in_attached_volume
server = self.create_test_server(wait_until='ACTIVE')
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 5daf2686-3301-4dba-8272-8b5ccc36f894 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:58:08Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d116ec21-aa02-47c1-a437-690e322f8d1b.
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
fail
ft9.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:00:08,968 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.253/networking/v2.0/networks 0.692s
2026-01-12 14:00:08,968 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-tagged-attachments-test-net-1634068949"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '621', 'x-openstack-request-id': 'req-3f0537a3-1748-42ec-a659-5f71f6524793', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/networks'}
Body: b'{"network":{"id":"bd938c7a-ab70-42ce-a0c8-0db3719c5d00","name":"tempest-tagged-attachments-test-net-1634068949","tenant_id":"ba2a90bd832644c696a8e3ecfbeeaf04","project_id":"ba2a90bd832644c696a8e3ecfbeeaf04","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-01-12T13:00:08Z","updated_at":"2026-01-12T13:00:08Z","revision_number":1}}'
2026-01-12 14:00:09,859 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.253/networking/v2.0/subnets 0.890s
2026-01-12 14:00:09,859 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "bd938c7a-ab70-42ce-a0c8-0db3719c5d00", "cidr": "10.10.10.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-d3400d2e-f153-46b5-b713-1c6fe4741dc9', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"866393da-cd8f-4d8c-9773-9cd2ac269486","name":"","tenant_id":"ba2a90bd832644c696a8e3ecfbeeaf04","network_id":"bd938c7a-ab70-42ce-a0c8-0db3719c5d00","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2026-01-12T13:00:09Z","updated_at":"2026-01-12T13:00:09Z","revision_number":0,"project_id":"ba2a90bd832644c696a8e3ecfbeeaf04"}}'
2026-01-12 14:00:10,068 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://192.168.122.253/volume/v3/volumes 0.208s
2026-01-12 14:00:10,068 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedAttachmentsTest-volume-290982036"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c3e11e-dc9e-40f1-84c0-28acd1addb74', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c3e11e-dc9e-40f1-84c0-28acd1addb74', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "f74db664-2bef-43cf-9d18-69df4216150f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:00:10.006836", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-290982036", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/f74db664-2bef-43cf-9d18-69df4216150f"}], "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 14:00:10,113 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f 0.036s
2026-01-12 14:00:10,114 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b27e765-0a99-4910-916e-ef80449be793', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b27e765-0a99-4910-916e-ef80449be793', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f'}
Body: b'{"volume": {"id": "f74db664-2bef-43cf-9d18-69df4216150f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:00:10.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-290982036", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/f74db664-2bef-43cf-9d18-69df4216150f"}], "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04"}}'
2026-01-12 14:00:11,156 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f 0.031s
2026-01-12 14:00:11,157 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ab8ec2-a280-4fac-b3d9-d2b0203ac566', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ab8ec2-a280-4fac-b3d9-d2b0203ac566', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f'}
Body: b'{"volume": {"id": "f74db664-2bef-43cf-9d18-69df4216150f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:00:10.000000", "updated_at": "2026-01-12T13:00:11.000000", "name": "tempest-TaggedAttachmentsTest-volume-290982036", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/f74db664-2bef-43cf-9d18-69df4216150f"}], "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04"}}'
2026-01-12 14:00:12,210 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f 0.042s
2026-01-12 14:00:12,210 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177351a6-96b7-4ae7-b8cd-beb0d702617e', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177351a6-96b7-4ae7-b8cd-beb0d702617e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f'}
Body: b'{"volume": {"id": "f74db664-2bef-43cf-9d18-69df4216150f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:00:10.000000", "updated_at": "2026-01-12T13:00:11.000000", "name": "tempest-TaggedAttachmentsTest-volume-290982036", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/f74db664-2bef-43cf-9d18-69df4216150f"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/f74db664-2bef-43cf-9d18-69df4216150f"}], "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04"}}'
2026-01-12 14:00:12,220 81739 INFO [tempest.common.waiters] volume f74db664-2bef-43cf-9d18-69df4216150f reached available after waiting for 2.220726 seconds
2026-01-12 14:00:12,221 81739 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 14:00:12,221 81739 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 14:00:12,266 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.044s
2026-01-12 14:00:12,267 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-80512522", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9uxreu5KhibmlxaBufk56Ix3yIwIrWNmnnB0BDz1EFb7W0Cnbu2KWqEiaR79JUpoIR1apbdx3g+k94qdazf2Rsl/o+hHPrAqPupmrANKl89tANt3xZM4mYIZ6SVdT/PQ=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1fceb99-51b0-40db-a1b5-c32bec830e48', 'x-compute-request-id': 'req-c1fceb99-51b0-40db-a1b5-c32bec830e48', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-80512522", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9uxreu5KhibmlxaBufk56Ix3yIwIrWNmnnB0BDz1EFb7W0Cnbu2KWqEiaR79JUpoIR1apbdx3g+k94qdazf2Rsl/o+hHPrAqPupmrANKl89tANt3xZM4mYIZ6SVdT/PQ==", "fingerprint": "5c:93:59:bc:33:16:87:45:30:a1:1d:71:3e:30:2c:9c", "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680"}}'
2026-01-12 14:00:12,269 81739 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-80512522 created
2026-01-12 14:00:12,802 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.532s
2026-01-12 14:00:12,802 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--255285556", "description": "tempest-description--924955306"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-1168d37b-80bf-4646-b182-01e50e01371a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "1ba03b56-9cd7-4063-9a50-c3e5cdfae96a", "name": "tempest-securitygroup--255285556", "stateful": true, "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "project_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "description": "tempest-description--924955306", "shared": false, "security_group_rules": [{"id": "4904b423-3865-4046-a442-82b899be56d8", "project_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "security_group_id": "1ba03b56-9cd7-4063-9a50-c3e5cdfae96a", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 386, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:00:12Z", "updated_at": "2026-01-12T13:00:12Z", "revision_number": 0}, {"id": "a70850d2-f82c-4bb7-9c3c-852bbe19ac37", "project_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "security_group_id": "1ba03b56-9cd7-4063-9a50-c3e5cdfae96a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 385, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:00:12Z", "updated_at": "2026-01-12T13:00:12Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:00:12Z", "updated_at": "2026-01-12T13:00:12Z", "revision_number": 1}}'
2026-01-12 14:00:13,255 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.452s
2026-01-12 14:00:13,255 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "1ba03b56-9cd7-4063-9a50-c3e5cdfae96a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-3eb5cb0a-46e1-437e-9423-fdc5104a4a02', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4e1312f9-72b3-4d60-a71f-c29c6edab08e", "project_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "security_group_id": "1ba03b56-9cd7-4063-9a50-c3e5cdfae96a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:00:12Z", "updated_at": "2026-01-12T13:00:12Z", "revision_number": 0}}'
2026-01-12 14:00:13,715 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.459s
2026-01-12 14:00:13,715 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "1ba03b56-9cd7-4063-9a50-c3e5cdfae96a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-470d97ac-829a-4931-aa7d-3b8261bf2ab9', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ceee03e0-6574-4d9c-a062-44edb2c4611b", "project_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "security_group_id": "1ba03b56-9cd7-4063-9a50-c3e5cdfae96a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:00:13Z", "updated_at": "2026-01-12T13:00:13Z", "revision_number": 0}}'
2026-01-12 14:00:13,716 81739 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--255285556 created
2026-01-12 14:00:15,477 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.761s
2026-01-12 14:00:15,477 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-f1108784-4ba1-496d-a7d4-9a4dd6b78e24', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "8de0be0f-d4a0-423e-8d03-ff1717b07325", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "project_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "floating_ip_address": "172.24.4.88", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T13:00:14Z", "updated_at": "2026-01-12T13:00:14Z", "revision_number": 0}}'
2026-01-12 14:00:15,478 81739 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8de0be0f-d4a0-423e-8d03-ff1717b07325', 'tenant_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'project_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'floating_ip_address': '172.24.4.88', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:00:14Z', 'updated_at': '2026-01-12T13:00:14Z', 'revision_number': 0, 'ip': '172.24.4.88'} created
2026-01-12 14:00:15,522 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.041s
2026-01-12 14:00:15,522 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6bbded83-9ccd-4dd4-b4b3-e82acd3130b8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5cb24e11926a4d54be1ab9d6cbc9d680", "name": "tempest-TaggedAttachmentsTest-400356396-project-member", "password_expires_at": null}, "audit_ids": ["y2TxLRldRi2QCU7A3avD-g"], "expires_at": "2026-01-12T14:00:15.000000Z", "issued_at": "2026-01-12T13:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba2a90bd832644c696a8e3ecfbeeaf04", "name": "tempest-TaggedAttachmentsTest-400356396"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/ba2a90bd832644c696a8e3ecfbeeaf04", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:00:15,523 81739 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '927ed667-837e-4e27-a7f3-9f1b0ebe784c', 'name': 'tempest-TaggedAttachmentsTest-1458259737-network', 'tenant_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'project_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9828, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:59:52Z', 'updated_at': '2026-01-12T12:59:52Z', 'revision_number': 1} available for tenant
2026-01-12 14:00:15,561 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.035s
2026-01-12 14:00:15,562 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2524', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-769a4c3e-573b-4572-986a-f5914fb5dd95', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5cb24e11926a4d54be1ab9d6cbc9d680", "name": "tempest-TaggedAttachmentsTest-400356396-project-member", "password_expires_at": null}, "audit_ids": ["dccYAKLeSe2DdQfl0OFrQA"], "expires_at": "2026-01-12T14:00:15.000000Z", "issued_at": "2026-01-12T13:00:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ba2a90bd832644c696a8e3ecfbeeaf04", "name": "tempest-TaggedAttachmentsTest-400356396"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/ba2a90bd832644c696a8e3ecfbeeaf04", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:00:15,562 81739 INFO [tempest.lib.common.fixed_network] (TaggedAttachmentsTest:test_tagged_attachment) Found network {'id': '927ed667-837e-4e27-a7f3-9f1b0ebe784c', 'name': 'tempest-TaggedAttachmentsTest-1458259737-network', 'tenant_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'project_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9828, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:59:52Z', 'updated_at': '2026-01-12T12:59:52Z', 'revision_number': 1} available for tenant
2026-01-12 14:00:15,562 81739 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-80512522', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC9uxreu5KhibmlxaBufk56Ix3yIwIrWNmnnB0BDz1EFb7W0Cnbu2KWqEiaR79JUpoIR1apbdx3g+k94qdazf2Rsl/o+hHPrAqPupmrANKl89tANt3xZM4mYIZ6SVdT/PQ==', 'fingerprint': '5c:93:59:bc:33:16:87:45:30:a1:1d:71:3e:30:2c:9c', 'user_id': '5cb24e11926a4d54be1ab9d6cbc9d680', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBqIZgHLsmVHwjhcTlDueWOiTppOGPV+6IyNj7ODMkweai8fd6T+dXc\n+EX8bLmTWx2gBwYFK4EEACKhZANiAAQvbsa3ruSoYm5pcWgbn5OeiMd8iMCK1jZp\n5wdAQ89RBW+1tAp27tilqhImke/SVKaCEdWqW3cd4PpPeKnWs39kbJf6PoRz6wKj\n7qZqwDSpfPbQDbd8WTOJmCGeklXU/z0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1ba03b56-9cd7-4063-9a50-c3e5cdfae96a', 'name': 'tempest-securitygroup--255285556', 'stateful': True, 'tenant_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'project_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'description': 'tempest-description--924955306', 'shared': False, 'security_group_rules': [{'id': '4904b423-3865-4046-a442-82b899be56d8', 'project_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'tenant_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'security_group_id': '1ba03b56-9cd7-4063-9a50-c3e5cdfae96a', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 386, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:00:12Z', 'updated_at': '2026-01-12T13:00:12Z', 'revision_number': 0}, {'id': 'a70850d2-f82c-4bb7-9c3c-852bbe19ac37', 'project_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'tenant_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'security_group_id': '1ba03b56-9cd7-4063-9a50-c3e5cdfae96a', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 385, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:00:12Z', 'updated_at': '2026-01-12T13:00:12Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T13:00:12Z', 'updated_at': '2026-01-12T13:00:12Z', 'revision_number': 1}, 'floating_ip': {'id': '8de0be0f-d4a0-423e-8d03-ff1717b07325', 'tenant_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'project_id': 'ba2a90bd832644c696a8e3ecfbeeaf04', 'floating_ip_address': '172.24.4.88', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:00:14Z', 'updated_at': '2026-01-12T13:00:14Z', 'revision_number': 0, 'ip': '172.24.4.88'}}
2026-01-12 14:00:16,947 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://192.168.122.253/compute/v2.1/servers 1.384s
2026-01-12 14:00:16,948 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-device-tagging-server-381595279", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "927ed667-837e-4e27-a7f3-9f1b0ebe784c"}], "security_groups": [{"name": "tempest-securitygroup--255285556"}], "key_name": "tempest-keypair-80512522", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '413', 'location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-935a5234-b64e-4abb-abb5-a3736978fbec', 'x-compute-request-id': 'req-935a5234-b64e-4abb-abb5-a3736978fbec', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "07cdc015-a40f-4080-baed-0055af6144f1", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/07cdc015-a40f-4080-baed-0055af6144f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--255285556"}], "adminPass": "ZT2DU8UfDLyL"}}'
2026-01-12 14:00:17,013 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1 0.063s
2026-01-12 14:00:17,013 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a2315c5-92c9-41bb-a986-5c428887f5c7', 'x-compute-request-id': 'req-3a2315c5-92c9-41bb-a986-5c428887f5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1'}
Body: b'{"server": {"id": "07cdc015-a40f-4080-baed-0055af6144f1", "name": "tempest-device-tagging-server-381595279", "status": "BUILD", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:00:17Z", "updated": "2026-01-12T13:00:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/07cdc015-a40f-4080-baed-0055af6144f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-80512522", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:00:18,148 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1 0.119s
2026-01-12 14:00:18,148 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1337', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da950b40-f931-4f73-bd53-8f2324c04187', 'x-compute-request-id': 'req-da950b40-f931-4f73-bd53-8f2324c04187', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1'}
Body: b'{"server": {"id": "07cdc015-a40f-4080-baed-0055af6144f1", "name": "tempest-device-tagging-server-381595279", "status": "BUILD", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/07cdc015-a40f-4080-baed-0055af6144f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-80512522", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:00:19,254 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1 0.091s
2026-01-12 14:00:19,254 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d75180ca-1227-4ddc-896b-0bf357088cf9', 'x-compute-request-id': 'req-d75180ca-1227-4ddc-896b-0bf357088cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1'}
Body: b'{"server": {"id": "07cdc015-a40f-4080-baed-0055af6144f1", "name": "tempest-device-tagging-server-381595279", "status": "BUILD", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/07cdc015-a40f-4080-baed-0055af6144f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-80512522", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:00:19,267 81739 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:00:20,345 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1 0.076s
2026-01-12 14:00:20,345 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-012c968e-00f7-479a-bd40-4e8b37ddc1b7', 'x-compute-request-id': 'req-012c968e-00f7-479a-bd40-4e8b37ddc1b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1'}
Body: b'{"server": {"id": "07cdc015-a40f-4080-baed-0055af6144f1", "name": "tempest-device-tagging-server-381595279", "status": "BUILD", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/07cdc015-a40f-4080-baed-0055af6144f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-80512522", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:00:21,446 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1 0.086s
2026-01-12 14:00:21,446 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1389', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ed266cd-dbe6-4df5-9939-c0d583077e19', 'x-compute-request-id': 'req-2ed266cd-dbe6-4df5-9939-c0d583077e19', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1'}
Body: b'{"server": {"id": "07cdc015-a40f-4080-baed-0055af6144f1", "name": "tempest-device-tagging-server-381595279", "status": "ERROR", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/07cdc015-a40f-4080-baed-0055af6144f1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:20Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-80512522", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:00:21,460 81739 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:00:21,544 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 500 DELETE http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1 0.084s
2026-01-12 14:00:21,545 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-26117a1a-a8a5-47b8-ab16-50567c46863c', 'x-compute-request-id': 'req-26117a1a-a8a5-47b8-ab16-50567c46863c', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:00:21,545 81739 ERROR [tempest.common.compute] Deleting server 07cdc015-a40f-4080-baed-0055af6144f1 failed
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 07cdc015-a40f-4080-baed-0055af6144f1 failed to build and is in ERROR status
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:20Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-935a5234-b64e-4abb-abb5-a3736978fbec.
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:00:21.545 81739 ERROR tempest.common.compute
2026-01-12 14:00:21,644 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1 0.098s
2026-01-12 14:00:21,644 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d73b006b-3938-4626-af8c-8a5409a926ef', 'x-compute-request-id': 'req-d73b006b-3938-4626-af8c-8a5409a926ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1'}
Body: b'{"server": {"id": "07cdc015-a40f-4080-baed-0055af6144f1", "name": "tempest-device-tagging-server-381595279", "status": "ERROR", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/07cdc015-a40f-4080-baed-0055af6144f1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:20Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-80512522", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:00:22,776 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1 0.117s
2026-01-12 14:00:22,776 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fed63e5a-42fd-4c79-9079-8b9fd8594676', 'x-compute-request-id': 'req-fed63e5a-42fd-4c79-9079-8b9fd8594676', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1'}
Body: b'{"server": {"id": "07cdc015-a40f-4080-baed-0055af6144f1", "name": "tempest-device-tagging-server-381595279", "status": "ERROR", "tenant_id": "ba2a90bd832644c696a8e3ecfbeeaf04", "user_id": "5cb24e11926a4d54be1ab9d6cbc9d680", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/07cdc015-a40f-4080-baed-0055af6144f1"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/07cdc015-a40f-4080-baed-0055af6144f1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:20Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-80512522", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:00:22,790 81739 ERROR [tempest.common.compute] Server 07cdc015-a40f-4080-baed-0055af6144f1 failed to delete in time
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 07cdc015-a40f-4080-baed-0055af6144f1 failed to build and is in ERROR status
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:20Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-935a5234-b64e-4abb-abb5-a3736978fbec.
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute Details: Server 07cdc015-a40f-4080-baed-0055af6144f1 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:00:20Z', 'message': 'KeyError'}.
2026-01-12 14:00:22.790 81739 ERROR tempest.common.compute
2026-01-12 14:00:22,821 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-80512522 0.030s
2026-01-12 14:00:22,821 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.49', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.49', 'x-openstack-nova-api-version': '2.49', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da569e3d-39e6-4489-9561-786b8edbca57', 'x-compute-request-id': 'req-da569e3d-39e6-4489-9561-786b8edbca57', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-80512522'}
Body: b''
2026-01-12 14:00:22,990 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/1ba03b56-9cd7-4063-9a50-c3e5cdfae96a 0.169s
2026-01-12 14:00:22,991 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e0d1e9bc-2816-4f7c-ba15-628b4bb213e7', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/1ba03b56-9cd7-4063-9a50-c3e5cdfae96a'}
Body: b''
2026-01-12 14:00:23,005 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/1ba03b56-9cd7-4063-9a50-c3e5cdfae96a 0.014s
2026-01-12 14:00:23,006 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-a6d1f6e7-dd33-4045-904b-b9cc2e87a980', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/1ba03b56-9cd7-4063-9a50-c3e5cdfae96a'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1ba03b56-9cd7-4063-9a50-c3e5cdfae96a does not exist", "detail": ""}}'
2026-01-12 14:00:23,357 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/8de0be0f-d4a0-423e-8d03-ff1717b07325 0.350s
2026-01-12 14:00:23,357 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2c8d66ff-aa07-438e-ac98-6c42301c22e0', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/8de0be0f-d4a0-423e-8d03-ff1717b07325'}
Body: b''
2026-01-12 14:00:23,583 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/subnets/866393da-cd8f-4d8c-9773-9cd2ac269486 0.225s
2026-01-12 14:00:23,583 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e748fa0e-a28c-42ea-9a87-edb621b13560', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets/866393da-cd8f-4d8c-9773-9cd2ac269486'}
Body: b''
2026-01-12 14:00:23,999 81739 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/networks/bd938c7a-ab70-42ce-a0c8-0db3719c5d00 0.416s
2026-01-12 14:00:24,000 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-de9701ad-e88c-47e2-b7a1-45bbf330fc6b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/networks/bd938c7a-ab70-42ce-a0c8-0db3719c5d00'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 378, in test_tagged_attachment
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 07cdc015-a40f-4080-baed-0055af6144f1 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:20Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-935a5234-b64e-4abb-abb5-a3736978fbec.
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft10.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 13:58:35,864 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://192.168.122.253/volume/v3/volumes 1.132s
2026-01-12 13:58:35,864 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-485672515", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43646985-3fae-4e9f-9e9b-2116d6a6fc35', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43646985-3fae-4e9f-9e9b-2116d6a6fc35', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:35.647321", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 13:58:35,980 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.106s
2026-01-12 13:58:35,980 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f4b27d7-8c9a-432e-b8e4-f29431eaefb9', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f4b27d7-8c9a-432e-b8e4-f29431eaefb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:37,048 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.055s
2026-01-12 13:58:37,048 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6086a293-98a8-4f8c-ba56-223d9537bfbf', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6086a293-98a8-4f8c-ba56-223d9537bfbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:38,099 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.039s
2026-01-12 13:58:38,099 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d733dd59-91b6-4cf0-ab19-74d376d87f5b', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d733dd59-91b6-4cf0-ab19-74d376d87f5b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:39,163 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.052s
2026-01-12 13:58:39,164 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aaf1602-246e-4217-8fd4-35fe4401b122', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aaf1602-246e-4217-8fd4-35fe4401b122', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:36.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:40,234 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.059s
2026-01-12 13:58:40,234 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e03923f-996d-42da-80f2-4286e7e13f7c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e03923f-996d-42da-80f2-4286e7e13f7c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:40.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:41,305 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.060s
2026-01-12 13:58:41,306 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5911646d-9edf-436a-806a-873f5ecbd116', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5911646d-9edf-436a-806a-873f5ecbd116', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:42,365 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.048s
2026-01-12 13:58:42,365 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d6fa73-2107-4ed0-bfd7-587f54844f3d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d6fa73-2107-4ed0-bfd7-587f54844f3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:43,436 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.059s
2026-01-12 13:58:43,436 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5fd1f83-dca2-4135-bd76-3781013ded42', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5fd1f83-dca2-4135-bd76-3781013ded42', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:44,496 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.048s
2026-01-12 13:58:44,496 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-835f45dc-7d4c-4f78-aca4-b5d3da61d4d8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-835f45dc-7d4c-4f78-aca4-b5d3da61d4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:45,543 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.035s
2026-01-12 13:58:45,543 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcfb913a-c830-42f0-9863-7fe6aba33be7', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcfb913a-c830-42f0-9863-7fe6aba33be7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:46,615 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a 0.061s
2026-01-12 13:58:46,615 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3de8ccd-0070-4935-8fba-8e316e025ff3', 'content-length': '1331', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3de8ccd-0070-4935-8fba-8e316e025ff3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a'}
Body: b'{"volume": {"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:36.000000", "updated_at": "2026-01-12T12:58:46.000000", "name": "tempest-TaggedBootDevicesTest-volume-485672515", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4d23c78d-ba5a-47aa-bd44-29751911fb1a"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:46,628 81745 INFO [tempest.common.waiters] volume 4d23c78d-ba5a-47aa-bd44-29751911fb1a reached available after waiting for 11.628683 seconds
2026-01-12 13:58:46,941 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://192.168.122.253/volume/v3/volumes 0.312s
2026-01-12 13:58:46,942 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1959380441"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7a35702-2371-4801-a41a-a93c2a8416a2', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7a35702-2371-4801-a41a-a93c2a8416a2', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "c1fe8621-33e8-4d28-b42a-12333978e5ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:46.855937", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1959380441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 13:58:47,019 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea 0.068s
2026-01-12 13:58:47,019 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9733a9d1-ce56-4a4b-94b1-c5dfd4df6aa6', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9733a9d1-ce56-4a4b-94b1-c5dfd4df6aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea'}
Body: b'{"volume": {"id": "c1fe8621-33e8-4d28-b42a-12333978e5ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:47.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1959380441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:48,081 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea 0.051s
2026-01-12 13:58:48,081 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-762d73ff-a0eb-4800-9cb2-bdbb2aa24328', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-762d73ff-a0eb-4800-9cb2-bdbb2aa24328', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea'}
Body: b'{"volume": {"id": "c1fe8621-33e8-4d28-b42a-12333978e5ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:47.000000", "updated_at": "2026-01-12T12:58:48.000000", "name": "tempest-TaggedBootDevicesTest-volume-1959380441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:49,134 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea 0.042s
2026-01-12 13:58:49,135 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78e41f72-e1dd-43bd-90ac-2edaebd9ae57', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e41f72-e1dd-43bd-90ac-2edaebd9ae57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea'}
Body: b'{"volume": {"id": "c1fe8621-33e8-4d28-b42a-12333978e5ea", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:47.000000", "updated_at": "2026-01-12T12:58:49.000000", "name": "tempest-TaggedBootDevicesTest-volume-1959380441", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/c1fe8621-33e8-4d28-b42a-12333978e5ea"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:49,145 81745 INFO [tempest.common.waiters] volume c1fe8621-33e8-4d28-b42a-12333978e5ea reached available after waiting for 2.145448 seconds
2026-01-12 13:58:49,334 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://192.168.122.253/volume/v3/volumes 0.188s
2026-01-12 13:58:49,335 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1349666668"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc00ca59-b469-439e-b4e2-7e1a9b8f1702', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc00ca59-b469-439e-b4e2-7e1a9b8f1702', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "69f869d3-fc13-4ada-be9b-18af3b137b1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:49.273172", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1349666668", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 13:58:49,391 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e 0.047s
2026-01-12 13:58:49,391 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caee27f3-4206-4207-9ad9-6fddeef8e642', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caee27f3-4206-4207-9ad9-6fddeef8e642', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e'}
Body: b'{"volume": {"id": "69f869d3-fc13-4ada-be9b-18af3b137b1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:49.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1349666668", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:50,443 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e 0.041s
2026-01-12 13:58:50,444 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-865d2a28-659c-4d86-8ba4-dd7966886001', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-865d2a28-659c-4d86-8ba4-dd7966886001', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e'}
Body: b'{"volume": {"id": "69f869d3-fc13-4ada-be9b-18af3b137b1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:49.000000", "updated_at": "2026-01-12T12:58:50.000000", "name": "tempest-TaggedBootDevicesTest-volume-1349666668", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:51,495 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e 0.040s
2026-01-12 13:58:51,496 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f005d6f5-9f81-43be-95bf-dfa2a20bc881', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f005d6f5-9f81-43be-95bf-dfa2a20bc881', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e'}
Body: b'{"volume": {"id": "69f869d3-fc13-4ada-be9b-18af3b137b1e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:49.000000", "updated_at": "2026-01-12T12:58:51.000000", "name": "tempest-TaggedBootDevicesTest-volume-1349666668", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/69f869d3-fc13-4ada-be9b-18af3b137b1e"}], "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:51,506 81745 INFO [tempest.common.waiters] volume 69f869d3-fc13-4ada-be9b-18af3b137b1e reached available after waiting for 2.506171 seconds
2026-01-12 13:58:54,403 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/networks 2.897s
2026-01-12 13:58:54,403 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-device-tagging-net1-1005578264"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '613', 'x-openstack-request-id': 'req-5de53bdd-c126-4f2d-a5a7-337e134ba16f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/networks'}
Body: b'{"network":{"id":"fb45c800-870f-4f18-8d1c-d2f0500e1185","name":"tempest-device-tagging-net1-1005578264","tenant_id":"a30be2d631ec4e12934df0b796666ce3","project_id":"a30be2d631ec4e12934df0b796666ce3","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-01-12T12:58:53Z","updated_at":"2026-01-12T12:58:53Z","revision_number":1}}'
2026-01-12 13:58:55,170 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/networks 0.766s
2026-01-12 13:58:55,171 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-device-tagging-net2-997078130"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '612', 'x-openstack-request-id': 'req-e20d3f4e-e0da-4a42-943a-243cdc50613f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/networks'}
Body: b'{"network":{"id":"c4084ac7-ef70-4f37-a1d6-d2507e8e5a91","name":"tempest-device-tagging-net2-997078130","tenant_id":"a30be2d631ec4e12934df0b796666ce3","project_id":"a30be2d631ec4e12934df0b796666ce3","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-01-12T12:58:54Z","updated_at":"2026-01-12T12:58:54Z","revision_number":1}}'
2026-01-12 13:58:56,036 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/subnets 0.865s
2026-01-12 13:58:56,037 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "fb45c800-870f-4f18-8d1c-d2f0500e1185", "cidr": "10.1.1.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '619', 'x-openstack-request-id': 'req-57f24c41-d3bc-4142-ba8f-bf6da7128a9a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"cae1a5cb-2646-43f5-8c63-8dfd5f9ba65f","name":"","tenant_id":"a30be2d631ec4e12934df0b796666ce3","network_id":"fb45c800-870f-4f18-8d1c-d2f0500e1185","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2026-01-12T12:58:55Z","updated_at":"2026-01-12T12:58:55Z","revision_number":0,"project_id":"a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:57,058 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/subnets 1.021s
2026-01-12 13:58:57,058 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "c4084ac7-ef70-4f37-a1d6-d2507e8e5a91", "cidr": "10.2.2.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '619', 'x-openstack-request-id': 'req-ca9d69a3-2b3d-4b44-a664-c4c26d1af7dd', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"374fcc60-8f92-4292-9ca3-c25fa48c0eaf","name":"","tenant_id":"a30be2d631ec4e12934df0b796666ce3","network_id":"c4084ac7-ef70-4f37-a1d6-d2507e8e5a91","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2026-01-12T12:58:56Z","updated_at":"2026-01-12T12:58:56Z","revision_number":0,"project_id":"a30be2d631ec4e12934df0b796666ce3"}}'
2026-01-12 13:58:58,129 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/ports 1.070s
2026-01-12 13:58:58,129 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "fb45c800-870f-4f18-8d1c-d2f0500e1185", "name": "tempest-TaggedBootDevicesTest-2106071850", "fixed_ips": [{"subnet_id": "cae1a5cb-2646-43f5-8c63-8dfd5f9ba65f"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '733', 'x-openstack-request-id': 'req-e7c8a00c-553e-41e2-b472-2ee509d0d6c3', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/ports'}
Body: b'{"port":{"id":"53f25086-21eb-41b3-a215-66fc79147c7b","name":"tempest-TaggedBootDevicesTest-2106071850","network_id":"fb45c800-870f-4f18-8d1c-d2f0500e1185","tenant_id":"a30be2d631ec4e12934df0b796666ce3","mac_address":"fa:16:3e:0f:20:54","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"cae1a5cb-2646-43f5-8c63-8dfd5f9ba65f","ip_address":"10.1.1.206"}],"project_id":"a30be2d631ec4e12934df0b796666ce3","port_security_enabled":true,"security_groups":["5ddb85ff-bc49-42d1-a46f-8085a7039c07"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2026-01-12T12:58:57Z","updated_at":"2026-01-12T12:58:57Z","revision_number":1}}'
2026-01-12 13:58:58,904 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/ports 0.774s
2026-01-12 13:58:58,904 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "fb45c800-870f-4f18-8d1c-d2f0500e1185", "name": "tempest-TaggedBootDevicesTest-995823863", "fixed_ips": [{"subnet_id": "cae1a5cb-2646-43f5-8c63-8dfd5f9ba65f"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '732', 'x-openstack-request-id': 'req-0072e6fb-f234-40ee-b224-1738fd481fe6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/ports'}
Body: b'{"port":{"id":"4e91159d-76e2-4678-a974-7ff02b973687","name":"tempest-TaggedBootDevicesTest-995823863","network_id":"fb45c800-870f-4f18-8d1c-d2f0500e1185","tenant_id":"a30be2d631ec4e12934df0b796666ce3","mac_address":"fa:16:3e:d2:b0:b4","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"cae1a5cb-2646-43f5-8c63-8dfd5f9ba65f","ip_address":"10.1.1.168"}],"project_id":"a30be2d631ec4e12934df0b796666ce3","port_security_enabled":true,"security_groups":["5ddb85ff-bc49-42d1-a46f-8085a7039c07"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2026-01-12T12:58:58Z","updated_at":"2026-01-12T12:58:58Z","revision_number":1}}'
2026-01-12 13:58:58,905 81745 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 13:58:58,905 81745 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 13:58:59,000 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.093s
2026-01-12 13:58:59,000 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-954400632", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgBCloRdZyDAxOWE2/XIa9HKfFeswmH9n5eu8Y3Uj3NIgIZamRHyg2Orx9dtxNMW6k/rCp8vBjLqWKef1naPHeiPhYXl0nTE6MlPzgFB5BWr+uTi1k0XZ2RsveEJLwCEA=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40fa1e97-b9e9-432c-8217-a23321c88f3d', 'x-compute-request-id': 'req-40fa1e97-b9e9-432c-8217-a23321c88f3d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-954400632", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgBCloRdZyDAxOWE2/XIa9HKfFeswmH9n5eu8Y3Uj3NIgIZamRHyg2Orx9dtxNMW6k/rCp8vBjLqWKef1naPHeiPhYXl0nTE6MlPzgFB5BWr+uTi1k0XZ2RsveEJLwCEA==", "fingerprint": "a6:d8:0e:27:c4:57:71:16:08:ab:9b:86:21:df:87:bd", "user_id": "4c5dfa57188947179c8ea094a57eb1b6"}}'
2026-01-12 13:58:59,002 81745 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-954400632 created
2026-01-12 13:58:59,411 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.408s
2026-01-12 13:58:59,412 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1280457066", "description": "tempest-description--1471268304"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-ec24ca4a-40fd-4bf7-8d95-5753246297f8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b158c30c-66f0-41d4-acd3-c8c3cb37fe8f", "name": "tempest-securitygroup--1280457066", "stateful": true, "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "project_id": "a30be2d631ec4e12934df0b796666ce3", "description": "tempest-description--1471268304", "shared": false, "security_group_rules": [{"id": "496e0c74-1fe2-4915-8529-9295b48bcbd8", "project_id": "a30be2d631ec4e12934df0b796666ce3", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "security_group_id": "b158c30c-66f0-41d4-acd3-c8c3cb37fe8f", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 240, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:58:59Z", "updated_at": "2026-01-12T12:58:59Z", "revision_number": 0}, {"id": "c8d7f63f-d6bd-4f10-acf9-6bd61872c4d8", "project_id": "a30be2d631ec4e12934df0b796666ce3", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "security_group_id": "b158c30c-66f0-41d4-acd3-c8c3cb37fe8f", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 241, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:58:59Z", "updated_at": "2026-01-12T12:58:59Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T12:58:59Z", "updated_at": "2026-01-12T12:58:59Z", "revision_number": 1}}'
2026-01-12 13:59:00,542 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 1.129s
2026-01-12 13:59:00,542 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b158c30c-66f0-41d4-acd3-c8c3cb37fe8f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0895f32d-584d-4240-886b-122bd3f7f685', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "10ad470b-292b-486b-88b7-d437d79d0ae7", "project_id": "a30be2d631ec4e12934df0b796666ce3", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "security_group_id": "b158c30c-66f0-41d4-acd3-c8c3cb37fe8f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:59:00Z", "updated_at": "2026-01-12T12:59:00Z", "revision_number": 0}}'
2026-01-12 13:59:00,899 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.356s
2026-01-12 13:59:00,900 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b158c30c-66f0-41d4-acd3-c8c3cb37fe8f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-43ac7967-f389-40c2-8c24-85c8816aba2d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "88b853da-eba8-4442-b627-63f095036b10", "project_id": "a30be2d631ec4e12934df0b796666ce3", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "security_group_id": "b158c30c-66f0-41d4-acd3-c8c3cb37fe8f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:59:00Z", "updated_at": "2026-01-12T12:59:00Z", "revision_number": 0}}'
2026-01-12 13:59:00,900 81745 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1280457066 created
2026-01-12 13:59:02,263 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 1.363s
2026-01-12 13:59:02,264 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-3ca5dda5-1b23-463f-b9ac-dbedcf1db9ca', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "d21efd3f-35c5-442b-875c-fb543a97073f", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "project_id": "a30be2d631ec4e12934df0b796666ce3", "floating_ip_address": "172.24.4.97", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T12:59:01Z", "updated_at": "2026-01-12T12:59:01Z", "revision_number": 0}}'
2026-01-12 13:59:02,264 81745 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd21efd3f-35c5-442b-875c-fb543a97073f', 'tenant_id': 'a30be2d631ec4e12934df0b796666ce3', 'project_id': 'a30be2d631ec4e12934df0b796666ce3', 'floating_ip_address': '172.24.4.97', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:59:01Z', 'updated_at': '2026-01-12T12:59:01Z', 'revision_number': 0, 'ip': '172.24.4.97'} created
2026-01-12 13:59:02,447 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.178s
2026-01-12 13:59:02,447 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2526', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-71a2ea52-c423-42f9-b005-48f983625f05', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4c5dfa57188947179c8ea094a57eb1b6", "name": "tempest-TaggedBootDevicesTest-1428428898-project-member", "password_expires_at": null}, "audit_ids": ["jwqmUDU2QfCptuT1cLv1xA"], "expires_at": "2026-01-12T13:59:02.000000Z", "issued_at": "2026-01-12T12:59:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a30be2d631ec4e12934df0b796666ce3", "name": "tempest-TaggedBootDevicesTest-1428428898"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/a30be2d631ec4e12934df0b796666ce3", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:59:02,448 81745 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'd530b6fa-c1dd-4e55-87eb-122e998ed1b9', 'name': 'tempest-TaggedBootDevicesTest-501295848-network', 'tenant_id': 'a30be2d631ec4e12934df0b796666ce3', 'project_id': 'a30be2d631ec4e12934df0b796666ce3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 385, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:58:18Z', 'updated_at': '2026-01-12T12:58:18Z', 'revision_number': 1} available for tenant
2026-01-12 13:59:02,607 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.155s
2026-01-12 13:59:02,607 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2526', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c64faf9d-d93c-4b85-8ea3-52f9222006bf', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4c5dfa57188947179c8ea094a57eb1b6", "name": "tempest-TaggedBootDevicesTest-1428428898-project-member", "password_expires_at": null}, "audit_ids": ["5QRFNNXRTjOZ8Z0_PwBvtw"], "expires_at": "2026-01-12T13:59:02.000000Z", "issued_at": "2026-01-12T12:59:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a30be2d631ec4e12934df0b796666ce3", "name": "tempest-TaggedBootDevicesTest-1428428898"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/a30be2d631ec4e12934df0b796666ce3", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:59:02,608 81745 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest:test_tagged_boot_devices) Found network {'id': 'd530b6fa-c1dd-4e55-87eb-122e998ed1b9', 'name': 'tempest-TaggedBootDevicesTest-501295848-network', 'tenant_id': 'a30be2d631ec4e12934df0b796666ce3', 'project_id': 'a30be2d631ec4e12934df0b796666ce3', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 385, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:58:18Z', 'updated_at': '2026-01-12T12:58:18Z', 'revision_number': 1} available for tenant
2026-01-12 13:59:02,608 81745 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-954400632', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBgBCloRdZyDAxOWE2/XIa9HKfFeswmH9n5eu8Y3Uj3NIgIZamRHyg2Orx9dtxNMW6k/rCp8vBjLqWKef1naPHeiPhYXl0nTE6MlPzgFB5BWr+uTi1k0XZ2RsveEJLwCEA==', 'fingerprint': 'a6:d8:0e:27:c4:57:71:16:08:ab:9b:86:21:df:87:bd', 'user_id': '4c5dfa57188947179c8ea094a57eb1b6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCZ8dlmqSRRkVKLqIIeFn6mnY5utJVEuatxbahtU9BMGx44YzDv35in\n4JDrUYbaYaWgBwYFK4EEACKhZANiAAQYAQpaEXWcgwMTlhNv1yGvRynxXrMJh/Z+\nXrvGN1I9zSICGWpkR8oNjq8fXbcTTFupP6wqfLwYy6linn9Z2jx3oj4WF5dJ0xOj\nJT84BQeQVq/rk4tZNF2dkbL3hCS8AhA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b158c30c-66f0-41d4-acd3-c8c3cb37fe8f', 'name': 'tempest-securitygroup--1280457066', 'stateful': True, 'tenant_id': 'a30be2d631ec4e12934df0b796666ce3', 'project_id': 'a30be2d631ec4e12934df0b796666ce3', 'description': 'tempest-description--1471268304', 'shared': False, 'security_group_rules': [{'id': '496e0c74-1fe2-4915-8529-9295b48bcbd8', 'project_id': 'a30be2d631ec4e12934df0b796666ce3', 'tenant_id': 'a30be2d631ec4e12934df0b796666ce3', 'security_group_id': 'b158c30c-66f0-41d4-acd3-c8c3cb37fe8f', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 240, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:58:59Z', 'updated_at': '2026-01-12T12:58:59Z', 'revision_number': 0}, {'id': 'c8d7f63f-d6bd-4f10-acf9-6bd61872c4d8', 'project_id': 'a30be2d631ec4e12934df0b796666ce3', 'tenant_id': 'a30be2d631ec4e12934df0b796666ce3', 'security_group_id': 'b158c30c-66f0-41d4-acd3-c8c3cb37fe8f', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 241, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:58:59Z', 'updated_at': '2026-01-12T12:58:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T12:58:59Z', 'updated_at': '2026-01-12T12:58:59Z', 'revision_number': 1}, 'floating_ip': {'id': 'd21efd3f-35c5-442b-875c-fb543a97073f', 'tenant_id': 'a30be2d631ec4e12934df0b796666ce3', 'project_id': 'a30be2d631ec4e12934df0b796666ce3', 'floating_ip_address': '172.24.4.97', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:59:01Z', 'updated_at': '2026-01-12T12:59:01Z', 'revision_number': 0, 'ip': '172.24.4.97'}}
2026-01-12 13:59:17,786 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://192.168.122.253/compute/v2.1/servers 15.177s
2026-01-12 13:59:17,786 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-device-tagging-server-737027829", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "d530b6fa-c1dd-4e55-87eb-122e998ed1b9"}, {"port": "53f25086-21eb-41b3-a215-66fc79147c7b", "tag": "port-1"}, {"port": "4e91159d-76e2-4678-a974-7ff02b973687", "tag": "port-2"}, {"uuid": "fb45c800-870f-4f18-8d1c-d2f0500e1185", "tag": "net-1"}, {"uuid": "fb45c800-870f-4f18-8d1c-d2f0500e1185"}, {"uuid": "c4084ac7-ef70-4f37-a1d6-d2507e8e5a91", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "c4084ac7-ef70-4f37-a1d6-d2507e8e5a91", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "c1fe8621-33e8-4d28-b42a-12333978e5ea", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "69f869d3-fc13-4ada-be9b-18af3b137b1e", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--1280457066"}], "key_name": "tempest-keypair-954400632", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7839649-82ab-40ec-971b-97743bdf0663', 'x-compute-request-id': 'req-e7839649-82ab-40ec-971b-97743bdf0663', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1280457066"}], "adminPass": "CJRihpoc6933"}}'
2026-01-12 13:59:18,410 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd 0.621s
2026-01-12 13:59:18,410 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-502b5a62-7fce-4f6d-bd5d-fa7b8626c742', 'x-compute-request-id': 'req-502b5a62-7fce-4f6d-bd5d-fa7b8626c742', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd'}
Body: b'{"server": {"id": "cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd", "name": "tempest-device-tagging-server-737027829", "status": "BUILD", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:18Z", "updated": "2026-01-12T12:59:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-954400632", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 13:59:19,673 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd 0.244s
2026-01-12 13:59:19,673 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6603ab4b-721d-4f6f-bdb0-bca18215e8b8', 'x-compute-request-id': 'req-6603ab4b-721d-4f6f-bdb0-bca18215e8b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd'}
Body: b'{"server": {"id": "cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd", "name": "tempest-device-tagging-server-737027829", "status": "ERROR", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:17Z", "updated": "2026-01-12T12:59:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:19Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-954400632", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "delete_on_termination": false}, {"id": "c1fe8621-33e8-4d28-b42a-12333978e5ea", "delete_on_termination": false}, {"id": "69f869d3-fc13-4ada-be9b-18af3b137b1e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 13:59:19,687 81745 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2026-01-12 13:59:20,007 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 500 DELETE http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd 0.319s
2026-01-12 13:59:20,007 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-696750bf-9ecd-46b5-93dd-4d6962a272de', 'x-compute-request-id': 'req-696750bf-9ecd-46b5-93dd-4d6962a272de', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 13:59:20,007 81745 ERROR [tempest.common.compute] Deleting server cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd failed
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd failed to build and is in ERROR status
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:19Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-e7839649-82ab-40ec-971b-97743bdf0663.
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 13:59:20.007 81745 ERROR tempest.common.compute
2026-01-12 13:59:20,127 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd 0.118s
2026-01-12 13:59:20,127 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f94d11f-04e6-4323-ae0b-bcb499c53f4a', 'x-compute-request-id': 'req-7f94d11f-04e6-4323-ae0b-bcb499c53f4a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd'}
Body: b'{"server": {"id": "cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd", "name": "tempest-device-tagging-server-737027829", "status": "ERROR", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:17Z", "updated": "2026-01-12T12:59:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:19Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-954400632", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "delete_on_termination": false}, {"id": "c1fe8621-33e8-4d28-b42a-12333978e5ea", "delete_on_termination": false}, {"id": "69f869d3-fc13-4ada-be9b-18af3b137b1e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 13:59:21,291 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd 0.149s
2026-01-12 13:59:21,291 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-feb18433-33f0-41aa-9bd1-b5db4feff88b', 'x-compute-request-id': 'req-feb18433-33f0-41aa-9bd1-b5db4feff88b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd'}
Body: b'{"server": {"id": "cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd", "name": "tempest-device-tagging-server-737027829", "status": "ERROR", "tenant_id": "a30be2d631ec4e12934df0b796666ce3", "user_id": "4c5dfa57188947179c8ea094a57eb1b6", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:17Z", "updated": "2026-01-12T12:59:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:19Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-954400632", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "4d23c78d-ba5a-47aa-bd44-29751911fb1a", "delete_on_termination": false}, {"id": "c1fe8621-33e8-4d28-b42a-12333978e5ea", "delete_on_termination": false}, {"id": "69f869d3-fc13-4ada-be9b-18af3b137b1e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 13:59:21,305 81745 ERROR [tempest.common.compute] Server cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd failed to delete in time
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd failed to build and is in ERROR status
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:19Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-e7839649-82ab-40ec-971b-97743bdf0663.
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute Details: Server cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T12:59:19Z', 'message': 'KeyError'}.
2026-01-12 13:59:21.305 81745 ERROR tempest.common.compute
2026-01-12 13:59:21,337 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-954400632 0.031s
2026-01-12 13:59:21,337 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.32', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.32', 'x-openstack-nova-api-version': '2.32', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0764c61e-b96a-438f-84c4-f7d88db8df36', 'x-compute-request-id': 'req-0764c61e-b96a-438f-84c4-f7d88db8df36', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-954400632'}
Body: b''
2026-01-12 13:59:21,529 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/b158c30c-66f0-41d4-acd3-c8c3cb37fe8f 0.191s
2026-01-12 13:59:21,530 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9d4309f2-a922-428c-b2ca-d66acdbcbe86', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/b158c30c-66f0-41d4-acd3-c8c3cb37fe8f'}
Body: b''
2026-01-12 13:59:21,552 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/b158c30c-66f0-41d4-acd3-c8c3cb37fe8f 0.021s
2026-01-12 13:59:21,552 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-56e8790f-9629-4cb4-b973-d7a031a5f610', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/b158c30c-66f0-41d4-acd3-c8c3cb37fe8f'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b158c30c-66f0-41d4-acd3-c8c3cb37fe8f does not exist", "detail": ""}}'
2026-01-12 13:59:22,022 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/d21efd3f-35c5-442b-875c-fb543a97073f 0.470s
2026-01-12 13:59:22,023 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-03a2e8b5-ed46-4805-9bb4-627f37c1fbd5', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/d21efd3f-35c5-442b-875c-fb543a97073f'}
Body: b''
2026-01-12 13:59:22,476 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/ports/4e91159d-76e2-4678-a974-7ff02b973687 0.452s
2026-01-12 13:59:22,476 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d3c133dc-3fb8-4a3f-9143-d8788e125b90', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/ports/4e91159d-76e2-4678-a974-7ff02b973687'}
Body: b''
2026-01-12 13:59:22,819 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/ports/53f25086-21eb-41b3-a215-66fc79147c7b 0.343s
2026-01-12 13:59:22,820 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9ba128c1-4eae-4dd4-a85c-2484d5171869', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/ports/53f25086-21eb-41b3-a215-66fc79147c7b'}
Body: b''
2026-01-12 13:59:23,331 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/subnets/374fcc60-8f92-4292-9ca3-c25fa48c0eaf 0.511s
2026-01-12 13:59:23,332 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-0e0983dc-5aff-4e4a-b243-e2dd9f0813bd', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets/374fcc60-8f92-4292-9ca3-c25fa48c0eaf'}
Body: b''
2026-01-12 13:59:23,865 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/subnets/cae1a5cb-2646-43f5-8c63-8dfd5f9ba65f 0.532s
2026-01-12 13:59:23,865 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ac8d4724-b4c9-4b0b-b694-9608099a7792', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets/cae1a5cb-2646-43f5-8c63-8dfd5f9ba65f'}
Body: b''
2026-01-12 13:59:24,908 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/networks/c4084ac7-ef70-4f37-a1d6-d2507e8e5a91 1.042s
2026-01-12 13:59:24,908 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b4e9a272-b956-4ba2-858a-91260dd7e385', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/networks/c4084ac7-ef70-4f37-a1d6-d2507e8e5a91'}
Body: b''
2026-01-12 13:59:26,167 81745 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/networks/fb45c800-870f-4f18-8d1c-d2f0500e1185 1.258s
2026-01-12 13:59:26,167 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-16dffcd0-b78f-4f96-bb10-e039e57b1951', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/networks/fb45c800-870f-4f18-8d1c-d2f0500e1185'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 189, in test_tagged_boot_devices
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server cb4badcd-d2fa-4cd9-8a3b-e4101e81c8fd failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:19Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-e7839649-82ab-40ec-971b-97743bdf0663.
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 0 | 1 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
fail
ft11.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 13:58:53,969 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://192.168.122.253/volume/v3/volumes 0.591s
2026-01-12 13:58:53,970 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c468d2b-e651-485a-be51-65d1d5543039', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c468d2b-e651-485a-be51-65d1d5543039', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:53.900740", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 13:58:54,036 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.055s
2026-01-12 13:58:54,036 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-540d4bd0-0fd3-4867-807f-f786d9cbfc6b', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-540d4bd0-0fd3-4867-807f-f786d9cbfc6b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:58:55,124 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.076s
2026-01-12 13:58:55,125 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c8605c-3689-4a4b-ab3b-1b1db748d673', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c8605c-3689-4a4b-ab3b-1b1db748d673', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": "2026-01-12T12:58:54.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:58:56,206 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.070s
2026-01-12 13:58:56,207 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45225f91-ae4b-4dbc-8d42-67703da3ccc1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45225f91-ae4b-4dbc-8d42-67703da3ccc1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": "2026-01-12T12:58:54.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:58:57,252 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.033s
2026-01-12 13:58:57,253 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-363f750e-c811-4452-abba-3c7ec716d1c9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-363f750e-c811-4452-abba-3c7ec716d1c9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": "2026-01-12T12:58:57.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:58:58,300 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.035s
2026-01-12 13:58:58,300 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bde3f6-3760-4d4e-b13b-6237a5cef6ea', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bde3f6-3760-4d4e-b13b-6237a5cef6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": "2026-01-12T12:58:57.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:58:59,372 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.060s
2026-01-12 13:58:59,372 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:58:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8273a3fa-10d9-4b66-ac31-4f4d9f55233f', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8273a3fa-10d9-4b66-ac31-4f4d9f55233f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": "2026-01-12T12:58:57.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:00,428 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.044s
2026-01-12 13:59:00,429 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f02763bb-e45d-403f-9af7-e7de169eb227', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f02763bb-e45d-403f-9af7-e7de169eb227', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": "2026-01-12T12:58:57.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:01,487 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.047s
2026-01-12 13:59:01,488 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc38b37-d9d5-4c37-ad29-f4b18ec498b5', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc38b37-d9d5-4c37-ad29-f4b18ec498b5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": "2026-01-12T12:58:57.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:02,556 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9 0.056s
2026-01-12 13:59:02,556 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47ef8c1-0ed7-41f3-bc15-9747df735f97', 'content-length': '1336', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47ef8c1-0ed7-41f3-bc15-9747df735f97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9'}
Body: b'{"volume": {"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:58:54.000000", "updated_at": "2026-01-12T12:59:02.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-557816205", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/28679bb2-162f-45d2-9b7d-e686ec253ba9"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:02,567 81743 INFO [tempest.common.waiters] volume 28679bb2-162f-45d2-9b7d-e686ec253ba9 reached available after waiting for 8.567127 seconds
2026-01-12 13:59:02,764 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://192.168.122.253/volume/v3/volumes 0.197s
2026-01-12 13:59:02,765 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-1264441691"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12daebc5-4e17-497d-a106-7ab1d752aa28', 'content-length': '766', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12daebc5-4e17-497d-a106-7ab1d752aa28', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:02.701373", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1264441691", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 13:59:02,840 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76 0.066s
2026-01-12 13:59:02,840 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b98155-70bd-4eef-ba48-07f8d9a16464', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b98155-70bd-4eef-ba48-07f8d9a16464', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76'}
Body: b'{"volume": {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:03.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1264441691", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:03,926 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76 0.074s
2026-01-12 13:59:03,926 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a44c3fe6-ff25-4cbf-8f73-70e3b7623c5f', 'content-length': '858', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a44c3fe6-ff25-4cbf-8f73-70e3b7623c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76'}
Body: b'{"volume": {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:03.000000", "updated_at": "2026-01-12T12:59:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1264441691", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:04,976 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76 0.039s
2026-01-12 13:59:04,976 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3153439a-7ae6-4c98-8d73-092c81d2df5a', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3153439a-7ae6-4c98-8d73-092c81d2df5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76'}
Body: b'{"volume": {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:03.000000", "updated_at": "2026-01-12T12:59:04.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1264441691", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/4b2a8afb-18d6-4130-9589-5328f27eda76"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:04,986 81743 INFO [tempest.common.waiters] volume 4b2a8afb-18d6-4130-9589-5328f27eda76 reached available after waiting for 2.986836 seconds
2026-01-12 13:59:05,189 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://192.168.122.253/volume/v3/volumes 0.202s
2026-01-12 13:59:05,189 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-843114026"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0ad6203-e9b4-48b3-8364-2c16b4e9bac6', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0ad6203-e9b4-48b3-8364-2c16b4e9bac6', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:05.109792", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-843114026", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 13:59:05,243 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac 0.044s
2026-01-12 13:59:05,243 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b75f028c-31c0-4e58-90f8-16989a6247ad', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b75f028c-31c0-4e58-90f8-16989a6247ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac'}
Body: b'{"volume": {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:05.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-843114026", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:06,322 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac 0.068s
2026-01-12 13:59:06,322 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54dfaaa1-738c-402b-a35c-6ad7fdd0dbe8', 'content-length': '857', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54dfaaa1-738c-402b-a35c-6ad7fdd0dbe8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac'}
Body: b'{"volume": {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:05.000000", "updated_at": "2026-01-12T12:59:06.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-843114026", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:07,373 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac 0.039s
2026-01-12 13:59:07,373 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0821a8eb-efc5-4fa5-a7ec-9f74d1f657f9', 'content-length': '858', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0821a8eb-efc5-4fa5-a7ec-9f74d1f657f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac'}
Body: b'{"volume": {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:05.000000", "updated_at": "2026-01-12T12:59:07.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-843114026", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:07,383 81743 INFO [tempest.common.waiters] volume ce792b37-4070-4175-8246-dd9fc057ebac reached available after waiting for 2.383510 seconds
2026-01-12 13:59:08,578 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/networks 1.194s
2026-01-12 13:59:08,578 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-device-tagging-net1-2087287894"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '613', 'x-openstack-request-id': 'req-37c15db6-e4ea-4581-86b0-ed4abe889f5f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/networks'}
Body: b'{"network":{"id":"6223e297-ddd6-460e-88eb-c32a45eb0c79","name":"tempest-device-tagging-net1-2087287894","tenant_id":"94e22c1749ae40ce8462802d31cdb4fb","project_id":"94e22c1749ae40ce8462802d31cdb4fb","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-01-12T12:59:07Z","updated_at":"2026-01-12T12:59:08Z","revision_number":1}}'
2026-01-12 13:59:11,333 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/networks 2.754s
2026-01-12 13:59:11,333 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"network": {"name": "tempest-device-tagging-net2-1461701341"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '613', 'x-openstack-request-id': 'req-6cdc655b-79d2-4fc8-ae1a-e00cb0bcbe5b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/networks'}
Body: b'{"network":{"id":"970d3ea6-f71d-4d4a-b8eb-e50e5a955198","name":"tempest-device-tagging-net2-1461701341","tenant_id":"94e22c1749ae40ce8462802d31cdb4fb","project_id":"94e22c1749ae40ce8462802d31cdb4fb","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"port_security_enabled":true,"router:external":false,"vlan_transparent":false,"qinq":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2026-01-12T12:59:10Z","updated_at":"2026-01-12T12:59:10Z","revision_number":1}}'
2026-01-12 13:59:12,397 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/subnets 1.063s
2026-01-12 13:59:12,398 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "6223e297-ddd6-460e-88eb-c32a45eb0c79", "cidr": "10.1.1.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '619', 'x-openstack-request-id': 'req-4c3ad604-7986-49cc-b2e4-ce801058cd7e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"52bf5beb-0f24-4368-98f8-b5cff5043d1d","name":"","tenant_id":"94e22c1749ae40ce8462802d31cdb4fb","network_id":"6223e297-ddd6-460e-88eb-c32a45eb0c79","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.1.1.1","cidr":"10.1.1.0/24","allocation_pools":[{"start":"10.1.1.2","end":"10.1.1.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2026-01-12T12:59:11Z","updated_at":"2026-01-12T12:59:11Z","revision_number":0,"project_id":"94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:13,407 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/subnets 1.008s
2026-01-12 13:59:13,407 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"subnet": {"network_id": "970d3ea6-f71d-4d4a-b8eb-e50e5a955198", "cidr": "10.2.2.0/24", "ip_version": 4}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '619', 'x-openstack-request-id': 'req-686c1296-fd3a-4921-8270-00faa83676c6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets'}
Body: b'{"subnet":{"id":"775134fe-7394-48be-b2b6-343bc4097239","name":"","tenant_id":"94e22c1749ae40ce8462802d31cdb4fb","network_id":"970d3ea6-f71d-4d4a-b8eb-e50e5a955198","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.2.2.1","cidr":"10.2.2.0/24","allocation_pools":[{"start":"10.2.2.2","end":"10.2.2.254"}],"host_routes":[],"dns_nameservers":[],"description":"","router:external":false,"service_types":[],"tags":[],"created_at":"2026-01-12T12:59:12Z","updated_at":"2026-01-12T12:59:12Z","revision_number":0,"project_id":"94e22c1749ae40ce8462802d31cdb4fb"}}'
2026-01-12 13:59:14,415 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/ports 1.008s
2026-01-12 13:59:14,416 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "6223e297-ddd6-460e-88eb-c32a45eb0c79", "name": "tempest-TaggedBootDevicesTest_v242-1743933698", "fixed_ips": [{"subnet_id": "52bf5beb-0f24-4368-98f8-b5cff5043d1d"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '737', 'x-openstack-request-id': 'req-844ec8e3-b1c9-495e-aa29-56ecf744615e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/ports'}
Body: b'{"port":{"id":"03ab216d-d7ff-49d5-a838-922a37504eef","name":"tempest-TaggedBootDevicesTest_v242-1743933698","network_id":"6223e297-ddd6-460e-88eb-c32a45eb0c79","tenant_id":"94e22c1749ae40ce8462802d31cdb4fb","mac_address":"fa:16:3e:37:64:f0","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"52bf5beb-0f24-4368-98f8-b5cff5043d1d","ip_address":"10.1.1.13"}],"project_id":"94e22c1749ae40ce8462802d31cdb4fb","port_security_enabled":true,"security_groups":["367a18f7-988a-4d68-a7f8-4c9eb8c4e632"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2026-01-12T12:59:13Z","updated_at":"2026-01-12T12:59:13Z","revision_number":1}}'
2026-01-12 13:59:15,943 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://192.168.122.253/networking/v2.0/ports 1.527s
2026-01-12 13:59:15,944 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"port": {"network_id": "6223e297-ddd6-460e-88eb-c32a45eb0c79", "name": "tempest-TaggedBootDevicesTest_v242-1831630686", "fixed_ips": [{"subnet_id": "52bf5beb-0f24-4368-98f8-b5cff5043d1d"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '738', 'x-openstack-request-id': 'req-6f42f8fa-6fb5-45c1-8061-f7b87ba6896c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/ports'}
Body: b'{"port":{"id":"33de2b96-1b11-4924-8b44-ddd7466c94f4","name":"tempest-TaggedBootDevicesTest_v242-1831630686","network_id":"6223e297-ddd6-460e-88eb-c32a45eb0c79","tenant_id":"94e22c1749ae40ce8462802d31cdb4fb","mac_address":"fa:16:3e:89:87:02","admin_state_up":true,"status":"DOWN","device_id":"","device_owner":"","fixed_ips":[{"subnet_id":"52bf5beb-0f24-4368-98f8-b5cff5043d1d","ip_address":"10.1.1.163"}],"project_id":"94e22c1749ae40ce8462802d31cdb4fb","port_security_enabled":true,"security_groups":["367a18f7-988a-4d68-a7f8-4c9eb8c4e632"],"binding:vnic_type":"normal","allowed_address_pairs":[],"extra_dhcp_opts":[],"description":"","tags":[],"created_at":"2026-01-12T12:59:15Z","updated_at":"2026-01-12T12:59:15Z","revision_number":1}}'
2026-01-12 13:59:15,944 81743 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 13:59:15,945 81743 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 13:59:16,003 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.057s
2026-01-12 13:59:16,004 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-730123806", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHp/O4er03U/w6B+PTKaDAFbLlanOmZ29VwD+u7RWV4zFTtYl9XHNM5kUN2b3aIQHi6ghjq605SBMh4iWlYzitSt6e8Zy66fvRGSXmxbkYZ699TJIzssUtDWga2fOqoUmQ=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c3a10a5-e955-41a2-afc3-fa2c01f3d7bf', 'x-compute-request-id': 'req-8c3a10a5-e955-41a2-afc3-fa2c01f3d7bf', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-730123806", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHp/O4er03U/w6B+PTKaDAFbLlanOmZ29VwD+u7RWV4zFTtYl9XHNM5kUN2b3aIQHi6ghjq605SBMh4iWlYzitSt6e8Zy66fvRGSXmxbkYZ699TJIzssUtDWga2fOqoUmQ==", "fingerprint": "39:ff:7f:d7:f2:b6:cb:4a:22:9d:8e:d0:91:6a:01:50", "user_id": "837a42f1036a440bb9c04dde86c2de25"}}'
2026-01-12 13:59:16,006 81743 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-730123806 created
2026-01-12 13:59:16,733 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.726s
2026-01-12 13:59:16,733 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--105197331", "description": "tempest-description--1847427603"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-e182fa99-60bb-4fb8-a7aa-34bf2a0ca681', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "6d4d74a3-98e3-4bfe-b394-d6130b394497", "name": "tempest-securitygroup--105197331", "stateful": true, "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "project_id": "94e22c1749ae40ce8462802d31cdb4fb", "description": "tempest-description--1847427603", "shared": false, "security_group_rules": [{"id": "19fae4a9-b32e-4c9d-9bbd-f8f4ed4b83b6", "project_id": "94e22c1749ae40ce8462802d31cdb4fb", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "security_group_id": "6d4d74a3-98e3-4bfe-b394-d6130b394497", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 288, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:59:16Z", "updated_at": "2026-01-12T12:59:16Z", "revision_number": 0}, {"id": "b251dfc1-6310-4228-bc42-70068b209b08", "project_id": "94e22c1749ae40ce8462802d31cdb4fb", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "security_group_id": "6d4d74a3-98e3-4bfe-b394-d6130b394497", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 289, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:59:16Z", "updated_at": "2026-01-12T12:59:16Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T12:59:16Z", "updated_at": "2026-01-12T12:59:16Z", "revision_number": 1}}'
2026-01-12 13:59:17,415 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.681s
2026-01-12 13:59:17,415 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6d4d74a3-98e3-4bfe-b394-d6130b394497", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a190b8fc-26e1-4b78-bc57-af4bbc8e0d24', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c70135e8-fe1d-4233-837f-9a9ba96525be", "project_id": "94e22c1749ae40ce8462802d31cdb4fb", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "security_group_id": "6d4d74a3-98e3-4bfe-b394-d6130b394497", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:59:17Z", "updated_at": "2026-01-12T12:59:17Z", "revision_number": 0}}'
2026-01-12 13:59:17,645 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.229s
2026-01-12 13:59:17,645 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "6d4d74a3-98e3-4bfe-b394-d6130b394497", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b9a96a8b-119b-4ddc-99c7-3cf658413d07', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b75b6997-0e85-464d-8920-b89cd34445a1", "project_id": "94e22c1749ae40ce8462802d31cdb4fb", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "security_group_id": "6d4d74a3-98e3-4bfe-b394-d6130b394497", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:59:17Z", "updated_at": "2026-01-12T12:59:17Z", "revision_number": 0}}'
2026-01-12 13:59:17,645 81743 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--105197331 created
2026-01-12 13:59:18,352 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.706s
2026-01-12 13:59:18,352 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-899029ee-3a23-41d8-a684-583cbaa135fa', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "e4da477a-3b6a-412c-87c4-c66d50198341", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "project_id": "94e22c1749ae40ce8462802d31cdb4fb", "floating_ip_address": "172.24.4.164", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T12:59:18Z", "updated_at": "2026-01-12T12:59:18Z", "revision_number": 0}}'
2026-01-12 13:59:18,353 81743 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e4da477a-3b6a-412c-87c4-c66d50198341', 'tenant_id': '94e22c1749ae40ce8462802d31cdb4fb', 'project_id': '94e22c1749ae40ce8462802d31cdb4fb', 'floating_ip_address': '172.24.4.164', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:59:18Z', 'updated_at': '2026-01-12T12:59:18Z', 'revision_number': 0, 'ip': '172.24.4.164'} created
2026-01-12 13:59:18,518 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.161s
2026-01-12 13:59:18,518 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2536', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c5381750-5def-40a7-a567-63577a92dedb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "837a42f1036a440bb9c04dde86c2de25", "name": "tempest-TaggedBootDevicesTest_v242-1667648110-project-member", "password_expires_at": null}, "audit_ids": ["G9q1OD6gR_2joDpNvVDV2A"], "expires_at": "2026-01-12T13:59:18.000000Z", "issued_at": "2026-01-12T12:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94e22c1749ae40ce8462802d31cdb4fb", "name": "tempest-TaggedBootDevicesTest_v242-1667648110"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/94e22c1749ae40ce8462802d31cdb4fb", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:59:18,519 81743 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '080302fe-800b-498d-8b35-df714b268cd1', 'name': 'tempest-TaggedBootDevicesTest_v242-957037877-network', 'tenant_id': '94e22c1749ae40ce8462802d31cdb4fb', 'project_id': '94e22c1749ae40ce8462802d31cdb4fb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2316, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:58:35Z', 'updated_at': '2026-01-12T12:58:35Z', 'revision_number': 1} available for tenant
2026-01-12 13:59:18,598 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.076s
2026-01-12 13:59:18,598 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2536', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-41ca66a3-eb83-4f62-a2cc-fd5ea292a1bf', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "837a42f1036a440bb9c04dde86c2de25", "name": "tempest-TaggedBootDevicesTest_v242-1667648110-project-member", "password_expires_at": null}, "audit_ids": ["zw1EWivYQA2o1oBDZBO-tw"], "expires_at": "2026-01-12T13:59:18.000000Z", "issued_at": "2026-01-12T12:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "94e22c1749ae40ce8462802d31cdb4fb", "name": "tempest-TaggedBootDevicesTest_v242-1667648110"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/94e22c1749ae40ce8462802d31cdb4fb", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:59:18,599 81743 INFO [tempest.lib.common.fixed_network] (TaggedBootDevicesTest_v242:test_tagged_boot_devices) Found network {'id': '080302fe-800b-498d-8b35-df714b268cd1', 'name': 'tempest-TaggedBootDevicesTest_v242-957037877-network', 'tenant_id': '94e22c1749ae40ce8462802d31cdb4fb', 'project_id': '94e22c1749ae40ce8462802d31cdb4fb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2316, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:58:35Z', 'updated_at': '2026-01-12T12:58:35Z', 'revision_number': 1} available for tenant
2026-01-12 13:59:18,599 81743 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-730123806', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHp/O4er03U/w6B+PTKaDAFbLlanOmZ29VwD+u7RWV4zFTtYl9XHNM5kUN2b3aIQHi6ghjq605SBMh4iWlYzitSt6e8Zy66fvRGSXmxbkYZ699TJIzssUtDWga2fOqoUmQ==', 'fingerprint': '39:ff:7f:d7:f2:b6:cb:4a:22:9d:8e:d0:91:6a:01:50', 'user_id': '837a42f1036a440bb9c04dde86c2de25', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCELLOZt2/271RLnIgLnDcc+maIsb0ynP2gGiZaM4q11c2/a9DTeqyM\n+tePS9pNExigBwYFK4EEACKhZANiAAR6fzuHq9N1P8Ogfj0ymgwBWy5WpzpmdvVc\nA/ru0VleMxU7WJfVxzTOZFDdm92iEB4uoIY6utOUgTIeIlpWM4rUrenvGcuun70R\nkl5sW5GGevfUySM7LFLQ1oGtnzqqFJk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6d4d74a3-98e3-4bfe-b394-d6130b394497', 'name': 'tempest-securitygroup--105197331', 'stateful': True, 'tenant_id': '94e22c1749ae40ce8462802d31cdb4fb', 'project_id': '94e22c1749ae40ce8462802d31cdb4fb', 'description': 'tempest-description--1847427603', 'shared': False, 'security_group_rules': [{'id': '19fae4a9-b32e-4c9d-9bbd-f8f4ed4b83b6', 'project_id': '94e22c1749ae40ce8462802d31cdb4fb', 'tenant_id': '94e22c1749ae40ce8462802d31cdb4fb', 'security_group_id': '6d4d74a3-98e3-4bfe-b394-d6130b394497', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 288, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:59:16Z', 'updated_at': '2026-01-12T12:59:16Z', 'revision_number': 0}, {'id': 'b251dfc1-6310-4228-bc42-70068b209b08', 'project_id': '94e22c1749ae40ce8462802d31cdb4fb', 'tenant_id': '94e22c1749ae40ce8462802d31cdb4fb', 'security_group_id': '6d4d74a3-98e3-4bfe-b394-d6130b394497', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 289, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:59:16Z', 'updated_at': '2026-01-12T12:59:16Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T12:59:16Z', 'updated_at': '2026-01-12T12:59:16Z', 'revision_number': 1}, 'floating_ip': {'id': 'e4da477a-3b6a-412c-87c4-c66d50198341', 'tenant_id': '94e22c1749ae40ce8462802d31cdb4fb', 'project_id': '94e22c1749ae40ce8462802d31cdb4fb', 'floating_ip_address': '172.24.4.164', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:59:18Z', 'updated_at': '2026-01-12T12:59:18Z', 'revision_number': 0, 'ip': '172.24.4.164'}}
2026-01-12 13:59:20,933 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://192.168.122.253/compute/v2.1/servers 2.333s
2026-01-12 13:59:20,934 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-device-tagging-server-870031349", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "080302fe-800b-498d-8b35-df714b268cd1"}, {"port": "03ab216d-d7ff-49d5-a838-922a37504eef", "tag": "port-1"}, {"port": "33de2b96-1b11-4924-8b44-ddd7466c94f4", "tag": "port-2"}, {"uuid": "6223e297-ddd6-460e-88eb-c32a45eb0c79", "tag": "net-1"}, {"uuid": "6223e297-ddd6-460e-88eb-c32a45eb0c79"}, {"uuid": "970d3ea6-f71d-4d4a-b8eb-e50e5a955198", "fixed_ip": "10.2.2.100", "tag": "net-2-100"}, {"uuid": "970d3ea6-f71d-4d4a-b8eb-e50e5a955198", "fixed_ip": "10.2.2.200", "tag": "net-2-200"}], "block_device_mapping_v2": [{"uuid": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "tag": "boot"}, {"uuid": "4b2a8afb-18d6-4130-9589-5328f27eda76", "source_type": "volume", "destination_type": "volume", "boot_index": 1, "tag": "other"}, {"uuid": "ce792b37-4070-4175-8246-dd9fc057ebac", "source_type": "volume", "destination_type": "volume", "boot_index": 2}], "security_groups": [{"name": "tempest-securitygroup--105197331"}], "key_name": "tempest-keypair-730123806", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '413', 'location': 'http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7419a76-a3cb-45d2-9e0d-0c9dda0ce867', 'x-compute-request-id': 'req-a7419a76-a3cb-45d2-9e0d-0c9dda0ce867', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "b7878f8a-146d-4e04-8e83-71929427021b", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7878f8a-146d-4e04-8e83-71929427021b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--105197331"}], "adminPass": "DiyVeV8Vz2X5"}}'
2026-01-12 13:59:21,031 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b 0.095s
2026-01-12 13:59:21,031 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6bd2aa2-7900-40d1-a48d-dfa11e318335', 'x-compute-request-id': 'req-d6bd2aa2-7900-40d1-a48d-dfa11e318335', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b'}
Body: b'{"server": {"id": "b7878f8a-146d-4e04-8e83-71929427021b", "name": "tempest-device-tagging-server-870031349", "status": "BUILD", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "user_id": "837a42f1036a440bb9c04dde86c2de25", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:21Z", "updated": "2026-01-12T12:59:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7878f8a-146d-4e04-8e83-71929427021b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-730123806", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 13:59:22,510 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b 0.464s
2026-01-12 13:59:22,510 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd377275-d83f-4324-aaed-062cc278113d', 'x-compute-request-id': 'req-bd377275-d83f-4324-aaed-062cc278113d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b'}
Body: b'{"server": {"id": "b7878f8a-146d-4e04-8e83-71929427021b", "name": "tempest-device-tagging-server-870031349", "status": "ERROR", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "user_id": "837a42f1036a440bb9c04dde86c2de25", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:20Z", "updated": "2026-01-12T12:59:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7878f8a-146d-4e04-8e83-71929427021b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:22Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-730123806", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "delete_on_termination": false}, {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "delete_on_termination": false}, {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 13:59:22,524 81743 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 1 second wait
2026-01-12 13:59:22,627 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 500 DELETE http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b 0.102s
2026-01-12 13:59:22,627 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-27b0906c-17b5-4b70-846d-18528898d9ae', 'x-compute-request-id': 'req-27b0906c-17b5-4b70-846d-18528898d9ae', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 13:59:22,627 81743 ERROR [tempest.common.compute] Deleting server b7878f8a-146d-4e04-8e83-71929427021b failed
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server b7878f8a-146d-4e04-8e83-71929427021b failed to build and is in ERROR status
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:22Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-a7419a76-a3cb-45d2-9e0d-0c9dda0ce867.
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 13:59:22.627 81743 ERROR tempest.common.compute
2026-01-12 13:59:22,918 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b 0.289s
2026-01-12 13:59:22,918 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e88971c2-afe6-4712-ae00-a08581de698a', 'x-compute-request-id': 'req-e88971c2-afe6-4712-ae00-a08581de698a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b'}
Body: b'{"server": {"id": "b7878f8a-146d-4e04-8e83-71929427021b", "name": "tempest-device-tagging-server-870031349", "status": "ERROR", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "user_id": "837a42f1036a440bb9c04dde86c2de25", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:20Z", "updated": "2026-01-12T12:59:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7878f8a-146d-4e04-8e83-71929427021b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:22Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-730123806", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "delete_on_termination": false}, {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "delete_on_termination": false}, {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 13:59:24,988 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b 1.055s
2026-01-12 13:59:24,988 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3080df6-66c8-491c-b918-8c0c40692eee', 'x-compute-request-id': 'req-a3080df6-66c8-491c-b918-8c0c40692eee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b'}
Body: b'{"server": {"id": "b7878f8a-146d-4e04-8e83-71929427021b", "name": "tempest-device-tagging-server-870031349", "status": "ERROR", "tenant_id": "94e22c1749ae40ce8462802d31cdb4fb", "user_id": "837a42f1036a440bb9c04dde86c2de25", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:20Z", "updated": "2026-01-12T12:59:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7878f8a-146d-4e04-8e83-71929427021b"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7878f8a-146d-4e04-8e83-71929427021b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:22Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-730123806", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "28679bb2-162f-45d2-9b7d-e686ec253ba9", "delete_on_termination": false}, {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "delete_on_termination": false}, {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 13:59:25,002 81743 ERROR [tempest.common.compute] Server b7878f8a-146d-4e04-8e83-71929427021b failed to delete in time
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server b7878f8a-146d-4e04-8e83-71929427021b failed to build and is in ERROR status
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:22Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-a7419a76-a3cb-45d2-9e0d-0c9dda0ce867.
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute Details: Server b7878f8a-146d-4e04-8e83-71929427021b failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T12:59:22Z', 'message': 'KeyError'}.
2026-01-12 13:59:25.002 81743 ERROR tempest.common.compute
2026-01-12 13:59:25,026 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-730123806 0.022s
2026-01-12 13:59:25,026 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.42', 'x-openstack-nova-api-version': '2.42', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83871acb-e7db-4b92-9d3a-8cffee2aeac2', 'x-compute-request-id': 'req-83871acb-e7db-4b92-9d3a-8cffee2aeac2', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-730123806'}
Body: b''
2026-01-12 13:59:25,557 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/6d4d74a3-98e3-4bfe-b394-d6130b394497 0.530s
2026-01-12 13:59:25,557 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2c94f5da-ada5-4d19-abc7-0f7d553393dc', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/6d4d74a3-98e3-4bfe-b394-d6130b394497'}
Body: b''
2026-01-12 13:59:25,615 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/6d4d74a3-98e3-4bfe-b394-d6130b394497 0.057s
2026-01-12 13:59:25,615 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-51b71ca3-9bca-4954-8200-72cf6be3ac26', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/6d4d74a3-98e3-4bfe-b394-d6130b394497'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 6d4d74a3-98e3-4bfe-b394-d6130b394497 does not exist", "detail": ""}}'
2026-01-12 13:59:26,130 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/e4da477a-3b6a-412c-87c4-c66d50198341 0.514s
2026-01-12 13:59:26,130 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b101748e-7b3c-4ebf-a7fa-14c7b229e69e', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/e4da477a-3b6a-412c-87c4-c66d50198341'}
Body: b''
2026-01-12 13:59:27,427 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/ports/33de2b96-1b11-4924-8b44-ddd7466c94f4 1.296s
2026-01-12 13:59:27,428 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c70d9fda-9a03-4fdc-b67b-3244de58db17', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/ports/33de2b96-1b11-4924-8b44-ddd7466c94f4'}
Body: b''
2026-01-12 13:59:28,215 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/ports/03ab216d-d7ff-49d5-a838-922a37504eef 0.787s
2026-01-12 13:59:28,215 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a3227e33-1f7b-406a-b27a-f79cebf18a03', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/ports/03ab216d-d7ff-49d5-a838-922a37504eef'}
Body: b''
2026-01-12 13:59:29,337 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/subnets/775134fe-7394-48be-b2b6-343bc4097239 1.121s
2026-01-12 13:59:29,338 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-8bc54e92-3145-4006-96ee-936cc4b71a9e', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets/775134fe-7394-48be-b2b6-343bc4097239'}
Body: b''
2026-01-12 13:59:29,807 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/subnets/52bf5beb-0f24-4368-98f8-b5cff5043d1d 0.469s
2026-01-12 13:59:29,808 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-92af794b-f9a8-44e5-bf9e-03f19f01f98b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/subnets/52bf5beb-0f24-4368-98f8-b5cff5043d1d'}
Body: b''
2026-01-12 13:59:30,180 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/networks/970d3ea6-f71d-4d4a-b8eb-e50e5a955198 0.371s
2026-01-12 13:59:30,180 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e5a2ed63-2a11-49c6-9dd4-a09f44ddad51', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/networks/970d3ea6-f71d-4d4a-b8eb-e50e5a955198'}
Body: b''
2026-01-12 13:59:30,603 81743 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/networks/6223e297-ddd6-460e-88eb-c32a45eb0c79 0.422s
2026-01-12 13:59:30,603 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c8e1c75f-59e5-428a-a67b-2c8d36b991b9', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/networks/6223e297-ddd6-460e-88eb-c32a45eb0c79'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 189, in test_tagged_boot_devices
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b7878f8a-146d-4e04-8e83-71929427021b failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:22Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-a7419a76-a3cb-45d2-9e0d-0c9dda0ce867.
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft12.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:10:09,878 81743 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 14:10:09,878 81743 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 14:10:09,970 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.090s
2026-01-12 14:10:09,970 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-511111945", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPh791b516xQTOZ0CD6bIwRicMlN+21DmnPcv821/sbj06jpJznrKvj1m7R2aoW6eUN4yZbIOAcdxeBDngedBsYCtkfGc+WioBVZN0NJTa7dRLGK+cwi7eYNqFvwuregSw=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2d7aa6c-d87d-4860-accb-b035cedea1f4', 'x-compute-request-id': 'req-b2d7aa6c-d87d-4860-accb-b035cedea1f4', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-511111945", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPh791b516xQTOZ0CD6bIwRicMlN+21DmnPcv821/sbj06jpJznrKvj1m7R2aoW6eUN4yZbIOAcdxeBDngedBsYCtkfGc+WioBVZN0NJTa7dRLGK+cwi7eYNqFvwuregSw==", "fingerprint": "38:a5:41:fc:26:f7:85:cf:17:23:b7:10:70:57:88:c8", "user_id": "ba2c352dff694cb8ad4128061fa089dd"}}'
2026-01-12 14:10:09,972 81743 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-511111945 created
2026-01-12 14:10:10,165 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.193s
2026-01-12 14:10:10,166 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1843586098", "description": "tempest-description--1197368254"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-ad2eddc8-935b-4975-956c-c22c453c68be', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "34c2f2f6-f5e5-4143-874a-a6ab7834abce", "name": "tempest-securitygroup--1843586098", "stateful": true, "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "description": "tempest-description--1197368254", "shared": false, "security_group_rules": [{"id": "53b570a3-38a8-4bf6-b607-f43bfd5523e4", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "security_group_id": "34c2f2f6-f5e5-4143-874a-a6ab7834abce", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 865, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:10:10Z", "updated_at": "2026-01-12T13:10:10Z", "revision_number": 0}, {"id": "8fb0dd6a-99d5-4f1c-858d-c2c423c33c4a", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "security_group_id": "34c2f2f6-f5e5-4143-874a-a6ab7834abce", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 864, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:10:10Z", "updated_at": "2026-01-12T13:10:10Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:10:10Z", "updated_at": "2026-01-12T13:10:10Z", "revision_number": 1}}'
2026-01-12 14:10:10,366 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.200s
2026-01-12 14:10:10,366 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "34c2f2f6-f5e5-4143-874a-a6ab7834abce", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-08d81bfb-389b-4d1e-a1e3-f005bae8c3d0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e7dcb2a3-4004-471c-87b0-31ac1261030f", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "security_group_id": "34c2f2f6-f5e5-4143-874a-a6ab7834abce", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:10:10Z", "updated_at": "2026-01-12T13:10:10Z", "revision_number": 0}}'
2026-01-12 14:10:10,810 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.443s
2026-01-12 14:10:10,810 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "34c2f2f6-f5e5-4143-874a-a6ab7834abce", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-428b7aba-03b1-4e02-90ea-71d7f1849d2e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7132ffd2-e208-4e31-8569-982559ee434f", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "security_group_id": "34c2f2f6-f5e5-4143-874a-a6ab7834abce", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:10:10Z", "updated_at": "2026-01-12T13:10:10Z", "revision_number": 0}}'
2026-01-12 14:10:10,811 81743 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1843586098 created
2026-01-12 14:10:11,471 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.660s
2026-01-12 14:10:11,472 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-34994e2f-a67a-4b71-859a-f0a686f63424', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "36791585-517c-4347-a87b-b311fc29caf5", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "floating_ip_address": "172.24.4.61", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T13:10:11Z", "updated_at": "2026-01-12T13:10:11Z", "revision_number": 0}}'
2026-01-12 14:10:11,472 81743 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '36791585-517c-4347-a87b-b311fc29caf5', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'floating_ip_address': '172.24.4.61', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:10:11Z', 'updated_at': '2026-01-12T13:10:11Z', 'revision_number': 0, 'ip': '172.24.4.61'} created
2026-01-12 14:10:11,526 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.051s
2026-01-12 14:10:11,527 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ab58107f-d202-4ac4-a276-8ab17146512a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ba2c352dff694cb8ad4128061fa089dd", "name": "tempest-AttachVolumeShelveTestJSON-42982813-project-member", "password_expires_at": null}, "audit_ids": ["gQAlWl1YRSmdeEOKGrltIg"], "expires_at": "2026-01-12T14:10:11.000000Z", "issued_at": "2026-01-12T13:10:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b1caf6b3a37440a99b4ca89a567b3db", "name": "tempest-AttachVolumeShelveTestJSON-42982813"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/5b1caf6b3a37440a99b4ca89a567b3db", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:10:11,527 81743 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '0f17bbe8-bbae-4185-9461-654876b4173e', 'name': 'tempest-AttachVolumeShelveTestJSON-135919319-network', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19666, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:10:01Z', 'updated_at': '2026-01-12T13:10:01Z', 'revision_number': 1} available for tenant
2026-01-12 14:10:11,528 81743 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-511111945', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPh791b516xQTOZ0CD6bIwRicMlN+21DmnPcv821/sbj06jpJznrKvj1m7R2aoW6eUN4yZbIOAcdxeBDngedBsYCtkfGc+WioBVZN0NJTa7dRLGK+cwi7eYNqFvwuregSw==', 'fingerprint': '38:a5:41:fc:26:f7:85:cf:17:23:b7:10:70:57:88:c8', 'user_id': 'ba2c352dff694cb8ad4128061fa089dd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCnogwXuV9hnelBjXlC+7D00bYAdwPmo3EPf382fDiuVytXTYuEHAjr\npPfw7YMZ+gmgBwYFK4EEACKhZANiAAT4e/dW+desUEzmdAg+myMEYnDJTfttQ5pz\n3L/Ntf7G49Oo6Sc56yr49Zu0dmqFunlDeMmWyDgHHcXgQ54HnQbGArZHxnPloqAV\nWTdDSU2u3USxivnMIu3mDahb8Lq3oEs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '34c2f2f6-f5e5-4143-874a-a6ab7834abce', 'name': 'tempest-securitygroup--1843586098', 'stateful': True, 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'description': 'tempest-description--1197368254', 'shared': False, 'security_group_rules': [{'id': '53b570a3-38a8-4bf6-b607-f43bfd5523e4', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'security_group_id': '34c2f2f6-f5e5-4143-874a-a6ab7834abce', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 865, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:10:10Z', 'updated_at': '2026-01-12T13:10:10Z', 'revision_number': 0}, {'id': '8fb0dd6a-99d5-4f1c-858d-c2c423c33c4a', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'security_group_id': '34c2f2f6-f5e5-4143-874a-a6ab7834abce', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 864, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:10:10Z', 'updated_at': '2026-01-12T13:10:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T13:10:10Z', 'updated_at': '2026-01-12T13:10:10Z', 'revision_number': 1}, 'floating_ip': {'id': '36791585-517c-4347-a87b-b311fc29caf5', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'floating_ip_address': '172.24.4.61', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:10:11Z', 'updated_at': '2026-01-12T13:10:11Z', 'revision_number': 0, 'ip': '172.24.4.61'}}
2026-01-12 14:10:12,204 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://192.168.122.253/compute/v2.1/servers 0.676s
2026-01-12 14:10:12,205 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-1579654924", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0f17bbe8-bbae-4185-9461-654876b4173e"}], "security_groups": [{"name": "tempest-securitygroup--1843586098"}], "key_name": "tempest-keypair-511111945", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b73912fc-8d52-4e1d-bc84-610d2e40b834', 'x-compute-request-id': 'req-b73912fc-8d52-4e1d-bc84-610d2e40b834', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "6ac533e1-7c58-49a9-8b5a-08f18b844a67", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1843586098"}], "adminPass": "password"}}'
2026-01-12 14:10:12,274 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67 0.067s
2026-01-12 14:10:12,275 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54212d2a-8c5a-40c9-9c7f-ad24ba803225', 'x-compute-request-id': 'req-54212d2a-8c5a-40c9-9c7f-ad24ba803225', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67'}
Body: b'{"server": {"id": "6ac533e1-7c58-49a9-8b5a-08f18b844a67", "name": "tempest-AttachVolumeShelveTestJSON-server-1579654924", "status": "BUILD", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:12Z", "updated": "2026-01-12T13:10:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-511111945", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:13,368 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67 0.078s
2026-01-12 14:10:13,368 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37b29db6-b3ea-4651-ad21-d74add75b951', 'x-compute-request-id': 'req-37b29db6-b3ea-4651-ad21-d74add75b951', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67'}
Body: b'{"server": {"id": "6ac533e1-7c58-49a9-8b5a-08f18b844a67", "name": "tempest-AttachVolumeShelveTestJSON-server-1579654924", "status": "BUILD", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:12Z", "updated": "2026-01-12T13:10:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-511111945", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:14,547 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67 0.164s
2026-01-12 14:10:14,547 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1291', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3627c8ad-fc62-4a62-8750-f041d6b7ff61', 'x-compute-request-id': 'req-3627c8ad-fc62-4a62-8750-f041d6b7ff61', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67'}
Body: b'{"server": {"id": "6ac533e1-7c58-49a9-8b5a-08f18b844a67", "name": "tempest-AttachVolumeShelveTestJSON-server-1579654924", "status": "BUILD", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:12Z", "updated": "2026-01-12T13:10:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-511111945", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:14,560 81743 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:10:15,680 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67 0.118s
2026-01-12 14:10:15,680 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1291', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b252b8ba-cb9a-4f9c-9727-0cbc28b84726', 'x-compute-request-id': 'req-b252b8ba-cb9a-4f9c-9727-0cbc28b84726', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67'}
Body: b'{"server": {"id": "6ac533e1-7c58-49a9-8b5a-08f18b844a67", "name": "tempest-AttachVolumeShelveTestJSON-server-1579654924", "status": "BUILD", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:12Z", "updated": "2026-01-12T13:10:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-511111945", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:16,781 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67 0.087s
2026-01-12 14:10:16,782 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f165729-2348-4350-a889-da7f94f6a51d', 'x-compute-request-id': 'req-4f165729-2348-4350-a889-da7f94f6a51d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67'}
Body: b'{"server": {"id": "6ac533e1-7c58-49a9-8b5a-08f18b844a67", "name": "tempest-AttachVolumeShelveTestJSON-server-1579654924", "status": "ERROR", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:12Z", "updated": "2026-01-12T13:10:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:15Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-511111945", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:16,795 81743 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:10:16,874 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 500 DELETE http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67 0.079s
2026-01-12 14:10:16,875 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-112718fc-389b-44eb-bce2-07c57b64b4dc', 'x-compute-request-id': 'req-112718fc-389b-44eb-bce2-07c57b64b4dc', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:10:16,875 81743 ERROR [tempest.common.compute] Deleting server 6ac533e1-7c58-49a9-8b5a-08f18b844a67 failed
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 6ac533e1-7c58-49a9-8b5a-08f18b844a67 failed to build and is in ERROR status
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:15Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-b73912fc-8d52-4e1d-bc84-610d2e40b834.
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:10:16.875 81743 ERROR tempest.common.compute
2026-01-12 14:10:16,964 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67 0.088s
2026-01-12 14:10:16,965 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43918f20-4734-4eb0-b4f6-c04311e05dfb', 'x-compute-request-id': 'req-43918f20-4734-4eb0-b4f6-c04311e05dfb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67'}
Body: b'{"server": {"id": "6ac533e1-7c58-49a9-8b5a-08f18b844a67", "name": "tempest-AttachVolumeShelveTestJSON-server-1579654924", "status": "ERROR", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:12Z", "updated": "2026-01-12T13:10:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:15Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-511111945", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:18,063 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67 0.085s
2026-01-12 14:10:18,063 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12eca710-ec43-4a6f-9e5e-5533344e007c', 'x-compute-request-id': 'req-12eca710-ec43-4a6f-9e5e-5533344e007c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67'}
Body: b'{"server": {"id": "6ac533e1-7c58-49a9-8b5a-08f18b844a67", "name": "tempest-AttachVolumeShelveTestJSON-server-1579654924", "status": "ERROR", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:12Z", "updated": "2026-01-12T13:10:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/6ac533e1-7c58-49a9-8b5a-08f18b844a67"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:15Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-511111945", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:18,076 81743 ERROR [tempest.common.compute] Server 6ac533e1-7c58-49a9-8b5a-08f18b844a67 failed to delete in time
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 6ac533e1-7c58-49a9-8b5a-08f18b844a67 failed to build and is in ERROR status
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:15Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-b73912fc-8d52-4e1d-bc84-610d2e40b834.
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute Details: Server 6ac533e1-7c58-49a9-8b5a-08f18b844a67 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:10:15Z', 'message': 'KeyError'}.
2026-01-12 14:10:18.076 81743 ERROR tempest.common.compute
2026-01-12 14:10:18,100 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-511111945 0.023s
2026-01-12 14:10:18,101 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c764e2a-5c87-4d77-a8e3-2be621a60f93', 'x-compute-request-id': 'req-0c764e2a-5c87-4d77-a8e3-2be621a60f93', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-511111945'}
Body: b''
2026-01-12 14:10:18,305 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/34c2f2f6-f5e5-4143-874a-a6ab7834abce 0.204s
2026-01-12 14:10:18,305 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6be87e2e-3598-4a75-943b-935aadfa18dd', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/34c2f2f6-f5e5-4143-874a-a6ab7834abce'}
Body: b''
2026-01-12 14:10:18,319 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/34c2f2f6-f5e5-4143-874a-a6ab7834abce 0.013s
2026-01-12 14:10:18,320 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c0098b09-5943-48cc-bcb3-69cd81da9ceb', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/34c2f2f6-f5e5-4143-874a-a6ab7834abce'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 34c2f2f6-f5e5-4143-874a-a6ab7834abce does not exist", "detail": ""}}'
2026-01-12 14:10:18,821 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/36791585-517c-4347-a87b-b311fc29caf5 0.501s
2026-01-12 14:10:18,821 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-bac96bf3-2add-403d-a4f6-fa87570dd80a', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/36791585-517c-4347-a87b-b311fc29caf5'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 268, in test_attach_volume_shelved_or_offload_server
server, validation_resources = self._create_server()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 6ac533e1-7c58-49a9-8b5a-08f18b844a67 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:15Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-b73912fc-8d52-4e1d-bc84-610d2e40b834.
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
fail
ft12.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:10:18,826 81743 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 14:10:18,826 81743 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 14:10:18,886 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.058s
2026-01-12 14:10:18,886 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1037345289", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpig/6MHPOi56lfPqxZGyXvBNyFFAxYlOQKZyMdctZTkKPQf7w6rWtrz7wXQ5ubZIMjvE7rP5mvyy+8m1Ib9w4mZUck6dPmNusSsca3TMEsz4GKcEnAroCs3dOQk1xDPg=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21bc6e63-ba6c-4fd3-a02d-bc2760001529', 'x-compute-request-id': 'req-21bc6e63-ba6c-4fd3-a02d-bc2760001529', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1037345289", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpig/6MHPOi56lfPqxZGyXvBNyFFAxYlOQKZyMdctZTkKPQf7w6rWtrz7wXQ5ubZIMjvE7rP5mvyy+8m1Ib9w4mZUck6dPmNusSsca3TMEsz4GKcEnAroCs3dOQk1xDPg==", "fingerprint": "45:5c:29:e8:98:e4:d0:88:d1:49:ba:ef:19:c0:ca:cb", "user_id": "ba2c352dff694cb8ad4128061fa089dd"}}'
2026-01-12 14:10:18,888 81743 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1037345289 created
2026-01-12 14:10:19,552 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.663s
2026-01-12 14:10:19,553 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--236814817", "description": "tempest-description--1086271687"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-642497e9-251c-437b-b8e4-d47fe39376c1', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "1a51b3ed-f837-4128-aedd-25405f1e176e", "name": "tempest-securitygroup--236814817", "stateful": true, "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "description": "tempest-description--1086271687", "shared": false, "security_group_rules": [{"id": "98ad2b55-736a-43b1-a689-fb2029cbc727", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "security_group_id": "1a51b3ed-f837-4128-aedd-25405f1e176e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 887, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:10:19Z", "updated_at": "2026-01-12T13:10:19Z", "revision_number": 0}, {"id": "f5369b71-b461-4629-9fd3-ccbd339a7746", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "security_group_id": "1a51b3ed-f837-4128-aedd-25405f1e176e", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 888, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:10:19Z", "updated_at": "2026-01-12T13:10:19Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:10:19Z", "updated_at": "2026-01-12T13:10:19Z", "revision_number": 1}}'
2026-01-12 14:10:20,409 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.855s
2026-01-12 14:10:20,409 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "1a51b3ed-f837-4128-aedd-25405f1e176e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-64303a1a-c974-4e84-beeb-a2beb6eba544', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "7971542f-9c22-438c-9a2f-5b50a451ce0e", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "security_group_id": "1a51b3ed-f837-4128-aedd-25405f1e176e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:10:19Z", "updated_at": "2026-01-12T13:10:19Z", "revision_number": 0}}'
2026-01-12 14:10:21,116 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.706s
2026-01-12 14:10:21,116 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "1a51b3ed-f837-4128-aedd-25405f1e176e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a8c1ea1e-0fba-4651-a42b-87409fa414f6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5100518b-dd73-421b-8597-e2980d54e860", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "security_group_id": "1a51b3ed-f837-4128-aedd-25405f1e176e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:10:20Z", "updated_at": "2026-01-12T13:10:20Z", "revision_number": 0}}'
2026-01-12 14:10:21,116 81743 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--236814817 created
2026-01-12 14:10:23,746 81743 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 2.629s
2026-01-12 14:10:23,747 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-96e899c2-adec-4d89-af0c-61e470f1f84b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "55430dc9-1e53-4b52-9ec5-1da5d75a67e1", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "project_id": "5b1caf6b3a37440a99b4ca89a567b3db", "floating_ip_address": "172.24.4.131", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T13:10:22Z", "updated_at": "2026-01-12T13:10:22Z", "revision_number": 0}}'
2026-01-12 14:10:23,747 81743 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '55430dc9-1e53-4b52-9ec5-1da5d75a67e1', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'floating_ip_address': '172.24.4.131', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:10:22Z', 'updated_at': '2026-01-12T13:10:22Z', 'revision_number': 0, 'ip': '172.24.4.131'} created
2026-01-12 14:10:23,868 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.116s
2026-01-12 14:10:23,868 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2532', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8d9d6f99-f5e1-48d0-b98e-b479db44063e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ba2c352dff694cb8ad4128061fa089dd", "name": "tempest-AttachVolumeShelveTestJSON-42982813-project-member", "password_expires_at": null}, "audit_ids": ["3Wneg_9AQQ6cAys6Z9-Dfw"], "expires_at": "2026-01-12T14:10:23.000000Z", "issued_at": "2026-01-12T13:10:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5b1caf6b3a37440a99b4ca89a567b3db", "name": "tempest-AttachVolumeShelveTestJSON-42982813"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/5b1caf6b3a37440a99b4ca89a567b3db", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:10:23,869 81743 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '0f17bbe8-bbae-4185-9461-654876b4173e', 'name': 'tempest-AttachVolumeShelveTestJSON-135919319-network', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 19666, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:10:01Z', 'updated_at': '2026-01-12T13:10:01Z', 'revision_number': 1} available for tenant
2026-01-12 14:10:23,869 81743 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1037345289', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIpig/6MHPOi56lfPqxZGyXvBNyFFAxYlOQKZyMdctZTkKPQf7w6rWtrz7wXQ5ubZIMjvE7rP5mvyy+8m1Ib9w4mZUck6dPmNusSsca3TMEsz4GKcEnAroCs3dOQk1xDPg==', 'fingerprint': '45:5c:29:e8:98:e4:d0:88:d1:49:ba:ef:19:c0:ca:cb', 'user_id': 'ba2c352dff694cb8ad4128061fa089dd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDdC6qDai8gQ6xKrcx1lMTJaelr8j0ES7T7P6pP9Z4UpONANwprGZ5f\n/to7tan7z4KgBwYFK4EEACKhZANiAASKYoP+jBzzouepXz6sWRsl7wTchRQMWJTk\nCmcjHXLWU5Cj0H+8Oq1ra8+8F0Obm2SDI7xO6z+Zr8svvJtSG/cOJmVHJOnT5jbr\nErHGt0zBLM+BinBJwK6ArN3TkJNcQz4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1a51b3ed-f837-4128-aedd-25405f1e176e', 'name': 'tempest-securitygroup--236814817', 'stateful': True, 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'description': 'tempest-description--1086271687', 'shared': False, 'security_group_rules': [{'id': '98ad2b55-736a-43b1-a689-fb2029cbc727', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'security_group_id': '1a51b3ed-f837-4128-aedd-25405f1e176e', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 887, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:10:19Z', 'updated_at': '2026-01-12T13:10:19Z', 'revision_number': 0}, {'id': 'f5369b71-b461-4629-9fd3-ccbd339a7746', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'security_group_id': '1a51b3ed-f837-4128-aedd-25405f1e176e', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 888, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:10:19Z', 'updated_at': '2026-01-12T13:10:19Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T13:10:19Z', 'updated_at': '2026-01-12T13:10:19Z', 'revision_number': 1}, 'floating_ip': {'id': '55430dc9-1e53-4b52-9ec5-1da5d75a67e1', 'tenant_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'project_id': '5b1caf6b3a37440a99b4ca89a567b3db', 'floating_ip_address': '172.24.4.131', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:10:22Z', 'updated_at': '2026-01-12T13:10:22Z', 'revision_number': 0, 'ip': '172.24.4.131'}}
2026-01-12 14:10:24,385 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://192.168.122.253/compute/v2.1/servers 0.515s
2026-01-12 14:10:24,385 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-819811535", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "0f17bbe8-bbae-4185-9461-654876b4173e"}], "security_groups": [{"name": "tempest-securitygroup--236814817"}], "key_name": "tempest-keypair-1037345289", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '409', 'location': 'http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e93d999c-64e4-47a6-9a24-8066b9b1a92b', 'x-compute-request-id': 'req-e93d999c-64e4-47a6-9a24-8066b9b1a92b', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "dff3418c-5fab-4409-be22-636c30cf53b9", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--236814817"}], "adminPass": "password"}}'
2026-01-12 14:10:24,466 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9 0.079s
2026-01-12 14:10:24,467 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c88fec0-b9a2-4f0b-af5a-3e58cd7e5cb4', 'x-compute-request-id': 'req-2c88fec0-b9a2-4f0b-af5a-3e58cd7e5cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9'}
Body: b'{"server": {"id": "dff3418c-5fab-4409-be22-636c30cf53b9", "name": "tempest-AttachVolumeShelveTestJSON-server-819811535", "status": "BUILD", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:24Z", "updated": "2026-01-12T13:10:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1037345289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:25,640 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9 0.158s
2026-01-12 14:10:25,640 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1299', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0d5b051-e773-444e-b71f-febf5ab1947a', 'x-compute-request-id': 'req-a0d5b051-e773-444e-b71f-febf5ab1947a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9'}
Body: b'{"server": {"id": "dff3418c-5fab-4409-be22-636c30cf53b9", "name": "tempest-AttachVolumeShelveTestJSON-server-819811535", "status": "BUILD", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:24Z", "updated": "2026-01-12T13:10:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1037345289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:26,766 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9 0.109s
2026-01-12 14:10:26,766 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1291', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a4dc363-b3be-473e-a265-3ac79a518732', 'x-compute-request-id': 'req-9a4dc363-b3be-473e-a265-3ac79a518732', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9'}
Body: b'{"server": {"id": "dff3418c-5fab-4409-be22-636c30cf53b9", "name": "tempest-AttachVolumeShelveTestJSON-server-819811535", "status": "BUILD", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:24Z", "updated": "2026-01-12T13:10:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1037345289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:26,781 81743 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:10:27,866 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9 0.084s
2026-01-12 14:10:27,867 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1351', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-577bd739-a6b8-4a41-ab0c-fc15bde4915c', 'x-compute-request-id': 'req-577bd739-a6b8-4a41-ab0c-fc15bde4915c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9'}
Body: b'{"server": {"id": "dff3418c-5fab-4409-be22-636c30cf53b9", "name": "tempest-AttachVolumeShelveTestJSON-server-819811535", "status": "ERROR", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:24Z", "updated": "2026-01-12T13:10:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:27Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1037345289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:27,879 81743 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 3 second wait
2026-01-12 14:10:27,982 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 500 DELETE http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9 0.102s
2026-01-12 14:10:27,983 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-af65a3bd-b8db-42d6-9c19-ce24609de10f', 'x-compute-request-id': 'req-af65a3bd-b8db-42d6-9c19-ce24609de10f', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:10:27,983 81743 ERROR [tempest.common.compute] Deleting server dff3418c-5fab-4409-be22-636c30cf53b9 failed
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server dff3418c-5fab-4409-be22-636c30cf53b9 failed to build and is in ERROR status
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:27Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-e93d999c-64e4-47a6-9a24-8066b9b1a92b.
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:10:27.983 81743 ERROR tempest.common.compute
2026-01-12 14:10:28,090 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9 0.106s
2026-01-12 14:10:28,090 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fd2860b-4d31-4e68-ac9e-3f657f8a7775', 'x-compute-request-id': 'req-4fd2860b-4d31-4e68-ac9e-3f657f8a7775', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9'}
Body: b'{"server": {"id": "dff3418c-5fab-4409-be22-636c30cf53b9", "name": "tempest-AttachVolumeShelveTestJSON-server-819811535", "status": "ERROR", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:24Z", "updated": "2026-01-12T13:10:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:27Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1037345289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:29,244 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9 0.139s
2026-01-12 14:10:29,244 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bdea126-44a0-49a5-b9cf-5e2ab9cf01f8', 'x-compute-request-id': 'req-4bdea126-44a0-49a5-b9cf-5e2ab9cf01f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9'}
Body: b'{"server": {"id": "dff3418c-5fab-4409-be22-636c30cf53b9", "name": "tempest-AttachVolumeShelveTestJSON-server-819811535", "status": "ERROR", "tenant_id": "5b1caf6b3a37440a99b4ca89a567b3db", "user_id": "ba2c352dff694cb8ad4128061fa089dd", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:24Z", "updated": "2026-01-12T13:10:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/dff3418c-5fab-4409-be22-636c30cf53b9"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:27Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1037345289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}'
2026-01-12 14:10:29,257 81743 ERROR [tempest.common.compute] Server dff3418c-5fab-4409-be22-636c30cf53b9 failed to delete in time
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server dff3418c-5fab-4409-be22-636c30cf53b9 failed to build and is in ERROR status
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:27Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-e93d999c-64e4-47a6-9a24-8066b9b1a92b.
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute Details: Server dff3418c-5fab-4409-be22-636c30cf53b9 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:10:27Z', 'message': 'KeyError'}.
2026-01-12 14:10:29.257 81743 ERROR tempest.common.compute
2026-01-12 14:10:29,300 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1037345289 0.041s
2026-01-12 14:10:29,300 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d511abc7-e4e2-44fe-bb85-43d15fb33913', 'x-compute-request-id': 'req-d511abc7-e4e2-44fe-bb85-43d15fb33913', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1037345289'}
Body: b''
2026-01-12 14:10:29,625 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/1a51b3ed-f837-4128-aedd-25405f1e176e 0.324s
2026-01-12 14:10:29,625 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7793e075-46e5-4d9b-ad00-ab7827ea87c7', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/1a51b3ed-f837-4128-aedd-25405f1e176e'}
Body: b''
2026-01-12 14:10:29,639 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/1a51b3ed-f837-4128-aedd-25405f1e176e 0.013s
2026-01-12 14:10:29,639 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-bdf24849-3c27-4417-98d9-e424447901e9', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/1a51b3ed-f837-4128-aedd-25405f1e176e'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1a51b3ed-f837-4128-aedd-25405f1e176e does not exist", "detail": ""}}'
2026-01-12 14:10:29,956 81743 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/55430dc9-1e53-4b52-9ec5-1da5d75a67e1 0.316s
2026-01-12 14:10:29,956 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7f5c6bdf-10bb-4c14-a2a6-d5423a4772c8', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/55430dc9-1e53-4b52-9ec5-1da5d75a67e1'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 299, in test_detach_volume_shelved_or_offload_server
server, validation_resources = self._create_server()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server dff3418c-5fab-4409-be22-636c30cf53b9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:27Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-e93d999c-64e4-47a6-9a24-8066b9b1a92b.
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft13.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 13:59:46,929 81741 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 13:59:46,929 81741 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 13:59:47,091 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.161s
2026-01-12 13:59:47,091 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2066079971", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJhFL+cRNW3C1HZEaQxixdszsPJWAuMwDUtOMZK479idLpkS2hhH/YgDeaJwZK2dcBgc5Yaf9sacIIihIfBZmS+pshBv6Lg4myYsp/DjSDYChpxyAtL4AOyH16YSK/lMRQ=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-128f61dc-39ff-482f-89a2-7ca851a9d283', 'x-compute-request-id': 'req-128f61dc-39ff-482f-89a2-7ca851a9d283', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2066079971", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJhFL+cRNW3C1HZEaQxixdszsPJWAuMwDUtOMZK479idLpkS2hhH/YgDeaJwZK2dcBgc5Yaf9sacIIihIfBZmS+pshBv6Lg4myYsp/DjSDYChpxyAtL4AOyH16YSK/lMRQ==", "fingerprint": "57:7b:4e:e8:12:e1:e2:74:bb:0d:ad:88:16:54:d3:f3", "user_id": "af1b706e87fa4aff9ddf68b08700c536"}}'
2026-01-12 13:59:47,093 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2066079971 created
2026-01-12 13:59:47,597 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.503s
2026-01-12 13:59:47,597 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1485550159", "description": "tempest-description--1646610546"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-c7a7102b-0045-4d0e-a3c1-b81aa9deb656', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "547bfef4-f6f4-45d2-91ab-907905c5f284", "name": "tempest-securitygroup--1485550159", "stateful": true, "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "description": "tempest-description--1646610546", "shared": false, "security_group_rules": [{"id": "49d57b66-a66d-4e42-9c4f-832ed3a09709", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "security_group_id": "547bfef4-f6f4-45d2-91ab-907905c5f284", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 331, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:59:47Z", "updated_at": "2026-01-12T12:59:47Z", "revision_number": 0}, {"id": "9c8b0af6-a5e5-4209-97c1-237e7bc81d61", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "security_group_id": "547bfef4-f6f4-45d2-91ab-907905c5f284", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 332, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:59:47Z", "updated_at": "2026-01-12T12:59:47Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T12:59:47Z", "updated_at": "2026-01-12T12:59:47Z", "revision_number": 1}}'
2026-01-12 13:59:47,812 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.214s
2026-01-12 13:59:47,812 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "547bfef4-f6f4-45d2-91ab-907905c5f284", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-88589195-632a-4977-a5b0-853b0cab8caa', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a7a42a6d-6083-46fe-9a90-98e35f51d70d", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "security_group_id": "547bfef4-f6f4-45d2-91ab-907905c5f284", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:59:47Z", "updated_at": "2026-01-12T12:59:47Z", "revision_number": 0}}'
2026-01-12 13:59:48,016 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.203s
2026-01-12 13:59:48,017 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "547bfef4-f6f4-45d2-91ab-907905c5f284", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c937d5f9-6a62-4c7b-8757-abca458b1343', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c122eaa2-7333-4d98-9ead-b8068745b70a", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "security_group_id": "547bfef4-f6f4-45d2-91ab-907905c5f284", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:59:47Z", "updated_at": "2026-01-12T12:59:47Z", "revision_number": 0}}'
2026-01-12 13:59:48,017 81741 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1485550159 created
2026-01-12 13:59:48,656 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.639s
2026-01-12 13:59:48,657 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d8c6b3a1-bac2-4aea-9ccf-f5b6bbcd6933', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "b0811c6a-0803-476a-9039-62649625e11e", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "floating_ip_address": "172.24.4.227", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T12:59:48Z", "updated_at": "2026-01-12T12:59:48Z", "revision_number": 0}}'
2026-01-12 13:59:48,657 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b0811c6a-0803-476a-9039-62649625e11e', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'floating_ip_address': '172.24.4.227', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:59:48Z', 'updated_at': '2026-01-12T12:59:48Z', 'revision_number': 0, 'ip': '172.24.4.227'} created
2026-01-12 13:59:48,699 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.037s
2026-01-12 13:59:48,699 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2522', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1f6b6b8e-ac38-4d12-b657-9c7ff4b4059e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af1b706e87fa4aff9ddf68b08700c536", "name": "tempest-AttachVolumeTestJSON-180439997-project-member", "password_expires_at": null}, "audit_ids": ["9Q9wxoJoS_27qfLA6zhneg"], "expires_at": "2026-01-12T13:59:48.000000Z", "issued_at": "2026-01-12T12:59:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd443d74c0ad4facb209ea19e2a147a2", "name": "tempest-AttachVolumeTestJSON-180439997"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/cd443d74c0ad4facb209ea19e2a147a2", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:59:48,700 81741 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '5eebdd75-f7f4-476d-90a9-80318252bdf2', 'name': 'tempest-AttachVolumeTestJSON-1008190897-network', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11205, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:59:39Z', 'updated_at': '2026-01-12T12:59:39Z', 'revision_number': 1} available for tenant
2026-01-12 13:59:48,700 81741 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2066079971', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJhFL+cRNW3C1HZEaQxixdszsPJWAuMwDUtOMZK479idLpkS2hhH/YgDeaJwZK2dcBgc5Yaf9sacIIihIfBZmS+pshBv6Lg4myYsp/DjSDYChpxyAtL4AOyH16YSK/lMRQ==', 'fingerprint': '57:7b:4e:e8:12:e1:e2:74:bb:0d:ad:88:16:54:d3:f3', 'user_id': 'af1b706e87fa4aff9ddf68b08700c536', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDADdzID7PwV2NerP5xTbNrHVcS3S6sf3qllblF3VXaTM3a8+MvCYV+O\nx4WXJLnYNaSgBwYFK4EEACKhZANiAASYRS/nETVtwtR2RGkMYsXbM7DyVgLjMA1L\nTjGSuO/YnS6ZEtoYR/2IA3micGStnXAYHOWGn/bGnCCIoSHwWZkvqbIQb+i4OJsm\nLKfw40g2AoaccgLS+ADsh9emEiv5TEU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '547bfef4-f6f4-45d2-91ab-907905c5f284', 'name': 'tempest-securitygroup--1485550159', 'stateful': True, 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'description': 'tempest-description--1646610546', 'shared': False, 'security_group_rules': [{'id': '49d57b66-a66d-4e42-9c4f-832ed3a09709', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'security_group_id': '547bfef4-f6f4-45d2-91ab-907905c5f284', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 331, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:59:47Z', 'updated_at': '2026-01-12T12:59:47Z', 'revision_number': 0}, {'id': '9c8b0af6-a5e5-4209-97c1-237e7bc81d61', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'security_group_id': '547bfef4-f6f4-45d2-91ab-907905c5f284', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 332, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:59:47Z', 'updated_at': '2026-01-12T12:59:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T12:59:47Z', 'updated_at': '2026-01-12T12:59:47Z', 'revision_number': 1}, 'floating_ip': {'id': 'b0811c6a-0803-476a-9039-62649625e11e', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'floating_ip_address': '172.24.4.227', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:59:48Z', 'updated_at': '2026-01-12T12:59:48Z', 'revision_number': 0, 'ip': '172.24.4.227'}}
2026-01-12 13:59:49,197 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://192.168.122.253/compute/v2.1/servers 0.496s
2026-01-12 13:59:49,198 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2092787462", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5eebdd75-f7f4-476d-90a9-80318252bdf2"}], "security_groups": [{"name": "tempest-securitygroup--1485550159"}], "key_name": "tempest-keypair-2066079971", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8d40df2-506d-49b9-a0e2-6e3c591e0d50', 'x-compute-request-id': 'req-d8d40df2-506d-49b9-a0e2-6e3c591e0d50', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "0fba83f0-f91f-41ee-a581-3e9c6fe484c3", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1485550159"}], "adminPass": "password"}}'
2026-01-12 13:59:49,286 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3 0.086s
2026-01-12 13:59:49,286 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fe20790-082f-4344-b9fe-7d3619b6dd43', 'x-compute-request-id': 'req-0fe20790-082f-4344-b9fe-7d3619b6dd43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3'}
Body: b'{"server": {"id": "0fba83f0-f91f-41ee-a581-3e9c6fe484c3", "name": "tempest-AttachVolumeTestJSON-server-2092787462", "status": "BUILD", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:49Z", "updated": "2026-01-12T12:59:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2066079971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:50,375 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3 0.077s
2026-01-12 13:59:50,375 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ddc0b5-029e-4930-b1af-db5c980febca', 'x-compute-request-id': 'req-e1ddc0b5-029e-4930-b1af-db5c980febca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3'}
Body: b'{"server": {"id": "0fba83f0-f91f-41ee-a581-3e9c6fe484c3", "name": "tempest-AttachVolumeTestJSON-server-2092787462", "status": "BUILD", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:49Z", "updated": "2026-01-12T12:59:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066079971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:51,477 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3 0.090s
2026-01-12 13:59:51,478 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1248', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-856a4ff9-dfc6-4365-ab55-ae7a512d2027', 'x-compute-request-id': 'req-856a4ff9-dfc6-4365-ab55-ae7a512d2027', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3'}
Body: b'{"server": {"id": "0fba83f0-f91f-41ee-a581-3e9c6fe484c3", "name": "tempest-AttachVolumeTestJSON-server-2092787462", "status": "BUILD", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:49Z", "updated": "2026-01-12T12:59:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066079971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:51,488 81741 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 13:59:52,563 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3 0.072s
2026-01-12 13:59:52,563 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1248', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99324dfc-cf55-4dfc-8c7d-cd6654958256', 'x-compute-request-id': 'req-99324dfc-cf55-4dfc-8c7d-cd6654958256', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3'}
Body: b'{"server": {"id": "0fba83f0-f91f-41ee-a581-3e9c6fe484c3", "name": "tempest-AttachVolumeTestJSON-server-2092787462", "status": "BUILD", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:49Z", "updated": "2026-01-12T12:59:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2066079971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:53,662 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3 0.087s
2026-01-12 13:59:53,663 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc5b8991-4419-493a-96bc-4c93ae1b8db2', 'x-compute-request-id': 'req-bc5b8991-4419-493a-96bc-4c93ae1b8db2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3'}
Body: b'{"server": {"id": "0fba83f0-f91f-41ee-a581-3e9c6fe484c3", "name": "tempest-AttachVolumeTestJSON-server-2092787462", "status": "ERROR", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:49Z", "updated": "2026-01-12T12:59:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:52Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2066079971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:53,674 81741 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 13:59:53,777 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 500 DELETE http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3 0.103s
2026-01-12 13:59:53,778 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-665152f1-c0d3-487d-8383-755beb9369e6', 'x-compute-request-id': 'req-665152f1-c0d3-487d-8383-755beb9369e6', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 13:59:53,778 81741 ERROR [tempest.common.compute] Deleting server 0fba83f0-f91f-41ee-a581-3e9c6fe484c3 failed
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 0fba83f0-f91f-41ee-a581-3e9c6fe484c3 failed to build and is in ERROR status
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:52Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d8d40df2-506d-49b9-a0e2-6e3c591e0d50.
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 13:59:53.778 81741 ERROR tempest.common.compute
2026-01-12 13:59:53,897 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3 0.117s
2026-01-12 13:59:53,897 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1718550-df6b-4aa2-9286-091942080deb', 'x-compute-request-id': 'req-c1718550-df6b-4aa2-9286-091942080deb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3'}
Body: b'{"server": {"id": "0fba83f0-f91f-41ee-a581-3e9c6fe484c3", "name": "tempest-AttachVolumeTestJSON-server-2092787462", "status": "ERROR", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:49Z", "updated": "2026-01-12T12:59:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:52Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2066079971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:54,997 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3 0.087s
2026-01-12 13:59:54,997 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ca8b530-f29f-46b3-af7a-689384e69945', 'x-compute-request-id': 'req-8ca8b530-f29f-46b3-af7a-689384e69945', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3'}
Body: b'{"server": {"id": "0fba83f0-f91f-41ee-a581-3e9c6fe484c3", "name": "tempest-AttachVolumeTestJSON-server-2092787462", "status": "ERROR", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:49Z", "updated": "2026-01-12T12:59:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/0fba83f0-f91f-41ee-a581-3e9c6fe484c3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T12:59:52Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2066079971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:55,008 81741 ERROR [tempest.common.compute] Server 0fba83f0-f91f-41ee-a581-3e9c6fe484c3 failed to delete in time
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 0fba83f0-f91f-41ee-a581-3e9c6fe484c3 failed to build and is in ERROR status
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:52Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d8d40df2-506d-49b9-a0e2-6e3c591e0d50.
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute Details: Server 0fba83f0-f91f-41ee-a581-3e9c6fe484c3 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T12:59:52Z', 'message': 'KeyError'}.
2026-01-12 13:59:55.008 81741 ERROR tempest.common.compute
2026-01-12 13:59:55,033 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-2066079971 0.024s
2026-01-12 13:59:55,034 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80683616-730c-4d1b-a135-84fa9edf75f4', 'x-compute-request-id': 'req-80683616-730c-4d1b-a135-84fa9edf75f4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-2066079971'}
Body: b''
2026-01-12 13:59:55,206 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/547bfef4-f6f4-45d2-91ab-907905c5f284 0.172s
2026-01-12 13:59:55,207 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-34c5c63d-4acc-4130-b28d-12e8a0d23316', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/547bfef4-f6f4-45d2-91ab-907905c5f284'}
Body: b''
2026-01-12 13:59:55,220 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/547bfef4-f6f4-45d2-91ab-907905c5f284 0.013s
2026-01-12 13:59:55,220 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-b47b71dc-5867-44bd-bd99-b25830f56606', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/547bfef4-f6f4-45d2-91ab-907905c5f284'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 547bfef4-f6f4-45d2-91ab-907905c5f284 does not exist", "detail": ""}}'
2026-01-12 13:59:55,644 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/b0811c6a-0803-476a-9039-62649625e11e 0.423s
2026-01-12 13:59:55,644 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-13b841e2-4ff5-4c69-bed9-c387e8778ba7', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/b0811c6a-0803-476a-9039-62649625e11e'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 73, in test_attach_detach_volume
server, validation_resources = self._create_server()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 0fba83f0-f91f-41ee-a581-3e9c6fe484c3 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T12:59:52Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d8d40df2-506d-49b9-a0e2-6e3c591e0d50.
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
fail
ft13.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 13:59:55,650 81741 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 13:59:55,651 81741 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 13:59:55,689 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.036s
2026-01-12 13:59:55,690 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1670894368", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFeqyz89S1uieYnL116dY38Hv0M7z0PYSh01oYaLR7JdehmZHNvEwGB8cc3MLAUMp9lKp3KaGFw4fINbOzzLI3hIb1D/Gb3geFnNugpX5LICYX16pOtMN3fdNrlOl/FI2Q=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c76bd922-7d47-4d76-8338-04524e095067', 'x-compute-request-id': 'req-c76bd922-7d47-4d76-8338-04524e095067', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1670894368", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFeqyz89S1uieYnL116dY38Hv0M7z0PYSh01oYaLR7JdehmZHNvEwGB8cc3MLAUMp9lKp3KaGFw4fINbOzzLI3hIb1D/Gb3geFnNugpX5LICYX16pOtMN3fdNrlOl/FI2Q==", "fingerprint": "af:0e:7d:86:27:f2:ba:e9:7a:a1:07:09:49:67:94:af", "user_id": "af1b706e87fa4aff9ddf68b08700c536"}}'
2026-01-12 13:59:55,692 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1670894368 created
2026-01-12 13:59:55,895 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.203s
2026-01-12 13:59:55,896 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1488239738", "description": "tempest-description--940333607"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-811791d4-833d-454f-a065-ac5e92a085be', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "284fc5f6-50ff-4de6-988c-3b3cb08fa696", "name": "tempest-securitygroup--1488239738", "stateful": true, "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "description": "tempest-description--940333607", "shared": false, "security_group_rules": [{"id": "00657063-bf3c-41e1-90ac-8a4e0029ae06", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "security_group_id": "284fc5f6-50ff-4de6-988c-3b3cb08fa696", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 349, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:59:55Z", "updated_at": "2026-01-12T12:59:55Z", "revision_number": 0}, {"id": "971b9520-2219-4bd2-ad1b-eed41d93da39", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "security_group_id": "284fc5f6-50ff-4de6-988c-3b3cb08fa696", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 350, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T12:59:55Z", "updated_at": "2026-01-12T12:59:55Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T12:59:55Z", "updated_at": "2026-01-12T12:59:55Z", "revision_number": 1}}'
2026-01-12 13:59:56,091 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.195s
2026-01-12 13:59:56,091 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "284fc5f6-50ff-4de6-988c-3b3cb08fa696", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f980ba3c-3907-4c36-8b34-638611a7ed61', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "54b64ac3-537a-4568-8130-47c5d1e044a8", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "security_group_id": "284fc5f6-50ff-4de6-988c-3b3cb08fa696", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:59:55Z", "updated_at": "2026-01-12T12:59:55Z", "revision_number": 0}}'
2026-01-12 13:59:56,254 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.162s
2026-01-12 13:59:56,254 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "284fc5f6-50ff-4de6-988c-3b3cb08fa696", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-635d11b8-45b0-4ef9-b62e-10db9d8b97f0', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1c8a0343-d999-493b-bd8e-c6ac8f4890ff", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "security_group_id": "284fc5f6-50ff-4de6-988c-3b3cb08fa696", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T12:59:56Z", "updated_at": "2026-01-12T12:59:56Z", "revision_number": 0}}'
2026-01-12 13:59:56,254 81741 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1488239738 created
2026-01-12 13:59:56,854 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.599s
2026-01-12 13:59:56,854 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-9c3adecd-6840-4286-8cd2-28f6ff566a97', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "be56b487-d1d3-4906-a3de-6ceeca4bf013", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "project_id": "cd443d74c0ad4facb209ea19e2a147a2", "floating_ip_address": "172.24.4.207", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T12:59:56Z", "updated_at": "2026-01-12T12:59:56Z", "revision_number": 0}}'
2026-01-12 13:59:56,855 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'be56b487-d1d3-4906-a3de-6ceeca4bf013', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'floating_ip_address': '172.24.4.207', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:59:56Z', 'updated_at': '2026-01-12T12:59:56Z', 'revision_number': 0, 'ip': '172.24.4.207'} created
2026-01-12 13:59:56,939 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.081s
2026-01-12 13:59:56,940 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2522', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-29a11399-d68c-45ca-9516-0157f96cc506', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "af1b706e87fa4aff9ddf68b08700c536", "name": "tempest-AttachVolumeTestJSON-180439997-project-member", "password_expires_at": null}, "audit_ids": ["gcTFjgjoSyOpLGDpg979Qw"], "expires_at": "2026-01-12T13:59:56.000000Z", "issued_at": "2026-01-12T12:59:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cd443d74c0ad4facb209ea19e2a147a2", "name": "tempest-AttachVolumeTestJSON-180439997"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/cd443d74c0ad4facb209ea19e2a147a2", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 13:59:56,940 81741 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '5eebdd75-f7f4-476d-90a9-80318252bdf2', 'name': 'tempest-AttachVolumeTestJSON-1008190897-network', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11205, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T12:59:39Z', 'updated_at': '2026-01-12T12:59:39Z', 'revision_number': 1} available for tenant
2026-01-12 13:59:56,941 81741 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1670894368', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFeqyz89S1uieYnL116dY38Hv0M7z0PYSh01oYaLR7JdehmZHNvEwGB8cc3MLAUMp9lKp3KaGFw4fINbOzzLI3hIb1D/Gb3geFnNugpX5LICYX16pOtMN3fdNrlOl/FI2Q==', 'fingerprint': 'af:0e:7d:86:27:f2:ba:e9:7a:a1:07:09:49:67:94:af', 'user_id': 'af1b706e87fa4aff9ddf68b08700c536', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB1Mk0hTvX/KiOfWMCIqOcYCKa3uB3URQ8wQuerZJMDxIAfF3yrIuVv\nfRxgWnuaeWigBwYFK4EEACKhZANiAARXqss/PUtbonmJy9denWN/B79DO89D2Eod\nNaGGi0eyXXoZmRzbxMBgfHHNzCwFDKfZSqdymhhcOHyDWzs8yyN4SG9Q/xm94HhZ\nzboKV+SyAmF9eqTrTDd33Ta5TpfxSNk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '284fc5f6-50ff-4de6-988c-3b3cb08fa696', 'name': 'tempest-securitygroup--1488239738', 'stateful': True, 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'description': 'tempest-description--940333607', 'shared': False, 'security_group_rules': [{'id': '00657063-bf3c-41e1-90ac-8a4e0029ae06', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'security_group_id': '284fc5f6-50ff-4de6-988c-3b3cb08fa696', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 349, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:59:55Z', 'updated_at': '2026-01-12T12:59:55Z', 'revision_number': 0}, {'id': '971b9520-2219-4bd2-ad1b-eed41d93da39', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'security_group_id': '284fc5f6-50ff-4de6-988c-3b3cb08fa696', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 350, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T12:59:55Z', 'updated_at': '2026-01-12T12:59:55Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T12:59:55Z', 'updated_at': '2026-01-12T12:59:55Z', 'revision_number': 1}, 'floating_ip': {'id': 'be56b487-d1d3-4906-a3de-6ceeca4bf013', 'tenant_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'project_id': 'cd443d74c0ad4facb209ea19e2a147a2', 'floating_ip_address': '172.24.4.207', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T12:59:56Z', 'updated_at': '2026-01-12T12:59:56Z', 'revision_number': 0, 'ip': '172.24.4.207'}}
2026-01-12 13:59:57,432 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://192.168.122.253/compute/v2.1/servers 0.491s
2026-01-12 13:59:57,432 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1738927199", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "5eebdd75-f7f4-476d-90a9-80318252bdf2"}], "security_groups": [{"name": "tempest-securitygroup--1488239738"}], "key_name": "tempest-keypair-1670894368", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7da6ddcf-ccb3-4dd8-ac26-79fbc5b7c5ff', 'x-compute-request-id': 'req-7da6ddcf-ccb3-4dd8-ac26-79fbc5b7c5ff', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1488239738"}], "adminPass": "password"}}'
2026-01-12 13:59:57,510 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 0.075s
2026-01-12 13:59:57,510 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1a3c98d-c743-4f11-8ddb-9210a1658f99', 'x-compute-request-id': 'req-a1a3c98d-c743-4f11-8ddb-9210a1658f99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5'}
Body: b'{"server": {"id": "9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5", "name": "tempest-AttachVolumeTestJSON-server-1738927199", "status": "BUILD", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:57Z", "updated": "2026-01-12T12:59:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1670894368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:58,608 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 0.085s
2026-01-12 13:59:58,608 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15321f49-1dfb-4a30-91b8-9eef07a7c74c', 'x-compute-request-id': 'req-15321f49-1dfb-4a30-91b8-9eef07a7c74c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5'}
Body: b'{"server": {"id": "9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5", "name": "tempest-AttachVolumeTestJSON-server-1738927199", "status": "BUILD", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:57Z", "updated": "2026-01-12T12:59:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1670894368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:59,745 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 0.126s
2026-01-12 13:59:59,745 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 12:59:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1248', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8b5b6cb-d980-42f3-8e44-c23714e2733c', 'x-compute-request-id': 'req-b8b5b6cb-d980-42f3-8e44-c23714e2733c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5'}
Body: b'{"server": {"id": "9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5", "name": "tempest-AttachVolumeTestJSON-server-1738927199", "status": "BUILD", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:57Z", "updated": "2026-01-12T12:59:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1670894368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 13:59:59,756 81741 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:00:00,843 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 0.086s
2026-01-12 14:00:00,844 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1248', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f86a90dd-acdf-4f18-9fe8-e04000c54aca', 'x-compute-request-id': 'req-f86a90dd-acdf-4f18-9fe8-e04000c54aca', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5'}
Body: b'{"server": {"id": "9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5", "name": "tempest-AttachVolumeTestJSON-server-1738927199", "status": "BUILD", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:57Z", "updated": "2026-01-12T12:59:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1670894368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:01,937 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 0.081s
2026-01-12 14:00:01,937 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1308', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1798dba-ef80-4a9e-b4e0-6c34811a3b38', 'x-compute-request-id': 'req-b1798dba-ef80-4a9e-b4e0-6c34811a3b38', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5'}
Body: b'{"server": {"id": "9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5", "name": "tempest-AttachVolumeTestJSON-server-1738927199", "status": "ERROR", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:57Z", "updated": "2026-01-12T13:00:01Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:00Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1670894368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:01,948 81741 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:00:02,032 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 500 DELETE http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 0.083s
2026-01-12 14:00:02,032 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-8a06e699-a1ec-487d-96e6-3d6aa4761826', 'x-compute-request-id': 'req-8a06e699-a1ec-487d-96e6-3d6aa4761826', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:00:02,032 81741 ERROR [tempest.common.compute] Deleting server 9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 failed
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 failed to build and is in ERROR status
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:00Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-7da6ddcf-ccb3-4dd8-ac26-79fbc5b7c5ff.
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:00:02.032 81741 ERROR tempest.common.compute
2026-01-12 14:00:02,120 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 0.087s
2026-01-12 14:00:02,121 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29161580-8fc0-4fd6-8231-52cd405daa76', 'x-compute-request-id': 'req-29161580-8fc0-4fd6-8231-52cd405daa76', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5'}
Body: b'{"server": {"id": "9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5", "name": "tempest-AttachVolumeTestJSON-server-1738927199", "status": "ERROR", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:57Z", "updated": "2026-01-12T13:00:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:00Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1670894368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:03,218 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 0.086s
2026-01-12 14:00:03,219 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7d57862-61bb-4d93-ade3-05422953df8d', 'x-compute-request-id': 'req-f7d57862-61bb-4d93-ade3-05422953df8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5'}
Body: b'{"server": {"id": "9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5", "name": "tempest-AttachVolumeTestJSON-server-1738927199", "status": "ERROR", "tenant_id": "cd443d74c0ad4facb209ea19e2a147a2", "user_id": "af1b706e87fa4aff9ddf68b08700c536", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T12:59:57Z", "updated": "2026-01-12T13:00:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:00Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1670894368", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:03,230 81741 ERROR [tempest.common.compute] Server 9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 failed to delete in time
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 failed to build and is in ERROR status
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:00Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-7da6ddcf-ccb3-4dd8-ac26-79fbc5b7c5ff.
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute Details: Server 9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:00:00Z', 'message': 'KeyError'}.
2026-01-12 14:00:03.230 81741 ERROR tempest.common.compute
2026-01-12 14:00:03,254 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1670894368 0.023s
2026-01-12 14:00:03,254 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1b4ea1c-f1c3-42ae-9de8-e7940af22b6f', 'x-compute-request-id': 'req-e1b4ea1c-f1c3-42ae-9de8-e7940af22b6f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1670894368'}
Body: b''
2026-01-12 14:00:03,429 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/284fc5f6-50ff-4de6-988c-3b3cb08fa696 0.174s
2026-01-12 14:00:03,429 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-87c833d1-3999-4940-9a50-ca360ec0e1df', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/284fc5f6-50ff-4de6-988c-3b3cb08fa696'}
Body: b''
2026-01-12 14:00:03,446 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/284fc5f6-50ff-4de6-988c-3b3cb08fa696 0.016s
2026-01-12 14:00:03,446 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-f175c967-0547-492d-b5de-b6fac6826516', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/284fc5f6-50ff-4de6-988c-3b3cb08fa696'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 284fc5f6-50ff-4de6-988c-3b3cb08fa696 does not exist", "detail": ""}}'
2026-01-12 14:00:03,754 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/be56b487-d1d3-4906-a3de-6ceeca4bf013 0.307s
2026-01-12 14:00:03,754 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-558aaae4-b9e8-4479-9f83-b3f999f6c67f', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/be56b487-d1d3-4906-a3de-6ceeca4bf013'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 140, in test_list_get_volume_attachments
server, validation_resources = self._create_server()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 9e6b5d93-f4fc-47b5-bcc4-61cf854bfda5 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:00Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-7da6ddcf-ccb3-4dd8-ac26-79fbc5b7c5ff.
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
fail
ft14.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:00:14,529 81741 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 14:00:14,529 81741 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 14:00:14,668 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.138s
2026-01-12 14:00:14,669 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1387110095", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJy2AqwldpSi/GKSuIcyPPMNPVPY5AyxFRBRa5NKz7cdz7NLnq+MsGM3BZE0N/kBlc8VBMVI0w7fvsr0ItO9NGep/PoyFF00PXK35149M7dr/g44mJT8L/Q1Xc6r/6UUsg=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c315d79f-bbf5-49e6-8129-675fec41bb87', 'x-compute-request-id': 'req-c315d79f-bbf5-49e6-8129-675fec41bb87', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1387110095", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJy2AqwldpSi/GKSuIcyPPMNPVPY5AyxFRBRa5NKz7cdz7NLnq+MsGM3BZE0N/kBlc8VBMVI0w7fvsr0ItO9NGep/PoyFF00PXK35149M7dr/g44mJT8L/Q1Xc6r/6UUsg==", "fingerprint": "8a:37:9b:62:86:08:4c:c1:35:f7:b8:0f:3b:0b:00:ce", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7"}}'
2026-01-12 14:00:14,670 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1387110095 created
2026-01-12 14:00:14,915 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.244s
2026-01-12 14:00:14,915 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--2098161830", "description": "tempest-description--712173630"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-1349505c-c801-4abc-b12c-8ab5302d21bb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "b620be28-a8ef-45c7-810e-f0ef934c4975", "name": "tempest-securitygroup--2098161830", "stateful": true, "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "project_id": "82dbe2d1a9da4952ac1367529991c506", "description": "tempest-description--712173630", "shared": false, "security_group_rules": [{"id": "93bef3cf-0aa4-4e72-a651-97531a403767", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "b620be28-a8ef-45c7-810e-f0ef934c4975", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 393, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:00:14Z", "updated_at": "2026-01-12T13:00:14Z", "revision_number": 0}, {"id": "ce3815d2-9113-49a8-93eb-8dc3f96429b3", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "b620be28-a8ef-45c7-810e-f0ef934c4975", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 391, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:00:14Z", "updated_at": "2026-01-12T13:00:14Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:00:14Z", "updated_at": "2026-01-12T13:00:14Z", "revision_number": 1}}'
2026-01-12 14:00:15,132 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.216s
2026-01-12 14:00:15,132 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b620be28-a8ef-45c7-810e-f0ef934c4975", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-bdffdbc0-a1e1-45af-8bb7-31fac41fa594', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "08151ed4-bf17-46af-88b5-09394f067c7a", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "b620be28-a8ef-45c7-810e-f0ef934c4975", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:00:15Z", "updated_at": "2026-01-12T13:00:15Z", "revision_number": 0}}'
2026-01-12 14:00:15,329 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.196s
2026-01-12 14:00:15,330 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "b620be28-a8ef-45c7-810e-f0ef934c4975", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d1023678-6fb4-4938-bb74-49b73898dd4b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ba1baf74-e66d-49c2-b3a8-623a5078758a", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "b620be28-a8ef-45c7-810e-f0ef934c4975", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:00:15Z", "updated_at": "2026-01-12T13:00:15Z", "revision_number": 0}}'
2026-01-12 14:00:15,330 81741 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2098161830 created
2026-01-12 14:00:15,983 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.652s
2026-01-12 14:00:15,983 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a9604653-ebf0-4a4e-8e1f-eaa2a30316ec', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "723f653e-2a33-429b-9c54-f5eef23500d6", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "project_id": "82dbe2d1a9da4952ac1367529991c506", "floating_ip_address": "172.24.4.82", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T13:00:15Z", "updated_at": "2026-01-12T13:00:15Z", "revision_number": 0}}'
2026-01-12 14:00:15,983 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '723f653e-2a33-429b-9c54-f5eef23500d6', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'floating_ip_address': '172.24.4.82', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:00:15Z', 'updated_at': '2026-01-12T13:00:15Z', 'revision_number': 0, 'ip': '172.24.4.82'} created
2026-01-12 14:00:16,026 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.039s
2026-01-12 14:00:16,027 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2c39d5bd-5fd2-4fe7-8e9c-f061d6ecd960', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d5d5d17e5844e1a99710e60b467ffa7", "name": "tempest-AttachVolumeNegativeTest-630254825-project-member", "password_expires_at": null}, "audit_ids": ["lMQgU9mIQ9im3azEj3gPqQ"], "expires_at": "2026-01-12T14:00:16.000000Z", "issued_at": "2026-01-12T13:00:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82dbe2d1a9da4952ac1367529991c506", "name": "tempest-AttachVolumeNegativeTest-630254825"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/82dbe2d1a9da4952ac1367529991c506", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:00:16,027 81741 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '062bc1a6-1601-47f4-b0d7-ee78557e89c6', 'name': 'tempest-AttachVolumeNegativeTest-74927375-network', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28166, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:00:08Z', 'updated_at': '2026-01-12T13:00:08Z', 'revision_number': 1} available for tenant
2026-01-12 14:00:16,028 81741 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1387110095', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJy2AqwldpSi/GKSuIcyPPMNPVPY5AyxFRBRa5NKz7cdz7NLnq+MsGM3BZE0N/kBlc8VBMVI0w7fvsr0ItO9NGep/PoyFF00PXK35149M7dr/g44mJT8L/Q1Xc6r/6UUsg==', 'fingerprint': '8a:37:9b:62:86:08:4c:c1:35:f7:b8:0f:3b:0b:00:ce', 'user_id': '8d5d5d17e5844e1a99710e60b467ffa7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAKX0at8ERgmhsxps5nHiU7ffX7BJnofpuhCUwxPcxtpoVkT8I7hk8K\nrq2fJefqmF2gBwYFK4EEACKhZANiAASctgKsJXaUovxikriHMjzzDT1T2OQMsRUQ\nUWuTSs+3Hc+zS56vjLBjNwWRNDf5AZXPFQTFSNMO377K9CLTvTRnqfz6MhRdND1y\nt+dePTO3a/4OOJiU/C/0NV3Oq/+lFLI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b620be28-a8ef-45c7-810e-f0ef934c4975', 'name': 'tempest-securitygroup--2098161830', 'stateful': True, 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'description': 'tempest-description--712173630', 'shared': False, 'security_group_rules': [{'id': '93bef3cf-0aa4-4e72-a651-97531a403767', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'security_group_id': 'b620be28-a8ef-45c7-810e-f0ef934c4975', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 393, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:00:14Z', 'updated_at': '2026-01-12T13:00:14Z', 'revision_number': 0}, {'id': 'ce3815d2-9113-49a8-93eb-8dc3f96429b3', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'security_group_id': 'b620be28-a8ef-45c7-810e-f0ef934c4975', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 391, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:00:14Z', 'updated_at': '2026-01-12T13:00:14Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T13:00:14Z', 'updated_at': '2026-01-12T13:00:14Z', 'revision_number': 1}, 'floating_ip': {'id': '723f653e-2a33-429b-9c54-f5eef23500d6', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'floating_ip_address': '172.24.4.82', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:00:15Z', 'updated_at': '2026-01-12T13:00:15Z', 'revision_number': 0, 'ip': '172.24.4.82'}}
2026-01-12 14:00:16,509 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://192.168.122.253/compute/v2.1/servers 0.481s
2026-01-12 14:00:16,509 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-2071707269", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "062bc1a6-1601-47f4-b0d7-ee78557e89c6"}], "security_groups": [{"name": "tempest-securitygroup--2098161830"}], "key_name": "tempest-keypair-1387110095", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b22af7b4-22fc-4670-b65f-328ae3a16890', 'x-compute-request-id': 'req-b22af7b4-22fc-4670-b65f-328ae3a16890', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "b2df9caa-042e-4f76-a12c-1ab8709559b4", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2098161830"}], "adminPass": "password"}}'
2026-01-12 14:00:16,588 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4 0.076s
2026-01-12 14:00:16,588 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5678d3be-8730-4fba-b019-564b5b4a1a02', 'x-compute-request-id': 'req-5678d3be-8730-4fba-b019-564b5b4a1a02', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4'}
Body: b'{"server": {"id": "b2df9caa-042e-4f76-a12c-1ab8709559b4", "name": "tempest-AttachVolumeNegativeTest-server-2071707269", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1387110095", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:17,672 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4 0.072s
2026-01-12 14:00:17,672 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af0a0415-587e-43dd-90bf-e0cf53373abb', 'x-compute-request-id': 'req-af0a0415-587e-43dd-90bf-e0cf53373abb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4'}
Body: b'{"server": {"id": "b2df9caa-042e-4f76-a12c-1ab8709559b4", "name": "tempest-AttachVolumeNegativeTest-server-2071707269", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1387110095", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:18,763 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4 0.078s
2026-01-12 14:00:18,763 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3220dd2b-b880-4cdd-a85a-3839269df56c', 'x-compute-request-id': 'req-3220dd2b-b880-4cdd-a85a-3839269df56c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4'}
Body: b'{"server": {"id": "b2df9caa-042e-4f76-a12c-1ab8709559b4", "name": "tempest-AttachVolumeNegativeTest-server-2071707269", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1387110095", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:18,774 81741 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:00:19,853 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4 0.078s
2026-01-12 14:00:19,853 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1d9e848-16bc-40b3-b007-ef65965029f2', 'x-compute-request-id': 'req-b1d9e848-16bc-40b3-b007-ef65965029f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4'}
Body: b'{"server": {"id": "b2df9caa-042e-4f76-a12c-1ab8709559b4", "name": "tempest-AttachVolumeNegativeTest-server-2071707269", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1387110095", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:20,948 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4 0.083s
2026-01-12 14:00:20,949 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1312', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be6efed5-2524-42b7-b28a-f4d51ec0df70', 'x-compute-request-id': 'req-be6efed5-2524-42b7-b28a-f4d51ec0df70', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4'}
Body: b'{"server": {"id": "b2df9caa-042e-4f76-a12c-1ab8709559b4", "name": "tempest-AttachVolumeNegativeTest-server-2071707269", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:19Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1387110095", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:20,960 81741 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:00:21,054 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 500 DELETE http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4 0.094s
2026-01-12 14:00:21,054 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-ce16ed18-176a-4614-8f2b-364f26b02674', 'x-compute-request-id': 'req-ce16ed18-176a-4614-8f2b-364f26b02674', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:00:21,054 81741 ERROR [tempest.common.compute] Deleting server b2df9caa-042e-4f76-a12c-1ab8709559b4 failed
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server b2df9caa-042e-4f76-a12c-1ab8709559b4 failed to build and is in ERROR status
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:19Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-b22af7b4-22fc-4670-b65f-328ae3a16890.
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:00:21.054 81741 ERROR tempest.common.compute
2026-01-12 14:00:21,133 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4 0.078s
2026-01-12 14:00:21,134 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-670f645c-861c-4453-83ef-8abd4c374535', 'x-compute-request-id': 'req-670f645c-861c-4453-83ef-8abd4c374535', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4'}
Body: b'{"server": {"id": "b2df9caa-042e-4f76-a12c-1ab8709559b4", "name": "tempest-AttachVolumeNegativeTest-server-2071707269", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:19Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1387110095", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:22,228 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4 0.082s
2026-01-12 14:00:22,228 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-573350fc-9744-4630-b7ce-a9ed9afc5a16', 'x-compute-request-id': 'req-573350fc-9744-4630-b7ce-a9ed9afc5a16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4'}
Body: b'{"server": {"id": "b2df9caa-042e-4f76-a12c-1ab8709559b4", "name": "tempest-AttachVolumeNegativeTest-server-2071707269", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:16Z", "updated": "2026-01-12T13:00:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b2df9caa-042e-4f76-a12c-1ab8709559b4"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:19Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1387110095", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:22,239 81741 ERROR [tempest.common.compute] Server b2df9caa-042e-4f76-a12c-1ab8709559b4 failed to delete in time
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server b2df9caa-042e-4f76-a12c-1ab8709559b4 failed to build and is in ERROR status
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:19Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-b22af7b4-22fc-4670-b65f-328ae3a16890.
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute Details: Server b2df9caa-042e-4f76-a12c-1ab8709559b4 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:00:19Z', 'message': 'KeyError'}.
2026-01-12 14:00:22.239 81741 ERROR tempest.common.compute
2026-01-12 14:00:22,264 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1387110095 0.024s
2026-01-12 14:00:22,264 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8729d2cb-d44d-4dc7-be8b-dd0239d86f70', 'x-compute-request-id': 'req-8729d2cb-d44d-4dc7-be8b-dd0239d86f70', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-1387110095'}
Body: b''
2026-01-12 14:00:22,477 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/b620be28-a8ef-45c7-810e-f0ef934c4975 0.212s
2026-01-12 14:00:22,477 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-504b803f-b514-40a1-b800-2f52338304f9', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/b620be28-a8ef-45c7-810e-f0ef934c4975'}
Body: b''
2026-01-12 14:00:22,491 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/b620be28-a8ef-45c7-810e-f0ef934c4975 0.013s
2026-01-12 14:00:22,491 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-036f2866-ae12-41c2-a6bd-3704316fb7dd', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/b620be28-a8ef-45c7-810e-f0ef934c4975'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b620be28-a8ef-45c7-810e-f0ef934c4975 does not exist", "detail": ""}}'
2026-01-12 14:00:22,813 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/723f653e-2a33-429b-9c54-f5eef23500d6 0.321s
2026-01-12 14:00:22,813 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-dea2e05a-ebb8-411e-8c2a-b78f2fbfbeb0', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/723f653e-2a33-429b-9c54-f5eef23500d6'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 60, in test_attach_attached_volume_to_different_server
server1, validation_resources = self._create_server()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b2df9caa-042e-4f76-a12c-1ab8709559b4 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:19Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-b22af7b4-22fc-4670-b65f-328ae3a16890.
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
fail
ft14.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:00:22,817 81741 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 14:00:22,818 81741 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 14:00:22,868 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.050s
2026-01-12 14:00:22,869 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-298867458", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrD2Uo9FmtXqoSb2cPmdPsQ7apFEa20U8Q/bgBjJC457RqhebDlC+CpWiQuArOMuqVE4lcylhWzTYpE76z47xcoF338USVIGs2bx+376DFO1F+lbuBmeFppEjSvERL/MQ=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb624264-926f-482e-8437-260d0a153ae3', 'x-compute-request-id': 'req-eb624264-926f-482e-8437-260d0a153ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-298867458", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrD2Uo9FmtXqoSb2cPmdPsQ7apFEa20U8Q/bgBjJC457RqhebDlC+CpWiQuArOMuqVE4lcylhWzTYpE76z47xcoF338USVIGs2bx+376DFO1F+lbuBmeFppEjSvERL/MQ==", "fingerprint": "09:38:b2:94:53:9b:af:b9:6a:c1:fb:a5:25:96:ba:5c", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7"}}'
2026-01-12 14:00:22,871 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-298867458 created
2026-01-12 14:00:23,107 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.236s
2026-01-12 14:00:23,108 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--499881650", "description": "tempest-description--1341714492"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-272b8e36-5b8a-44a0-8cfa-2a7179b29057', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "7169f417-347f-4314-a8ef-8733c1358411", "name": "tempest-securitygroup--499881650", "stateful": true, "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "project_id": "82dbe2d1a9da4952ac1367529991c506", "description": "tempest-description--1341714492", "shared": false, "security_group_rules": [{"id": "c84d549e-4b84-48d0-8478-7f2fd0cf77f1", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "7169f417-347f-4314-a8ef-8733c1358411", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 400, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:00:22Z", "updated_at": "2026-01-12T13:00:22Z", "revision_number": 0}, {"id": "ee13fad2-e5d7-4c59-8ab6-7939f8a63588", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "7169f417-347f-4314-a8ef-8733c1358411", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 399, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:00:22Z", "updated_at": "2026-01-12T13:00:22Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:00:22Z", "updated_at": "2026-01-12T13:00:22Z", "revision_number": 1}}'
2026-01-12 14:00:23,283 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.174s
2026-01-12 14:00:23,283 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "7169f417-347f-4314-a8ef-8733c1358411", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-7599b400-15c7-484d-a89e-688bb55db628', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bc75bc38-838b-49b1-84f4-44e76adf2fcd", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "7169f417-347f-4314-a8ef-8733c1358411", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:00:23Z", "updated_at": "2026-01-12T13:00:23Z", "revision_number": 0}}'
2026-01-12 14:00:23,477 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.194s
2026-01-12 14:00:23,478 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "7169f417-347f-4314-a8ef-8733c1358411", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-30e409d2-1cf8-41b7-a951-682121617cee', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0d8fb14b-bbfd-47ff-97dc-9947ceef4b7b", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "7169f417-347f-4314-a8ef-8733c1358411", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:00:23Z", "updated_at": "2026-01-12T13:00:23Z", "revision_number": 0}}'
2026-01-12 14:00:23,478 81741 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--499881650 created
2026-01-12 14:00:24,145 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.666s
2026-01-12 14:00:24,145 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-8fd8c669-a813-4e2c-bc74-d18b57aa3140', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "929dfcac-3fd6-436a-9b76-02b230cf83f2", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "project_id": "82dbe2d1a9da4952ac1367529991c506", "floating_ip_address": "172.24.4.253", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T13:00:23Z", "updated_at": "2026-01-12T13:00:23Z", "revision_number": 0}}'
2026-01-12 14:00:24,145 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '929dfcac-3fd6-436a-9b76-02b230cf83f2', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'floating_ip_address': '172.24.4.253', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:00:23Z', 'updated_at': '2026-01-12T13:00:23Z', 'revision_number': 0, 'ip': '172.24.4.253'} created
2026-01-12 14:00:24,190 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.041s
2026-01-12 14:00:24,190 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1a56768e-a910-45ea-8d84-c3e637a4628e', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d5d5d17e5844e1a99710e60b467ffa7", "name": "tempest-AttachVolumeNegativeTest-630254825-project-member", "password_expires_at": null}, "audit_ids": ["TOJFeVUNTgyw1-cAKB0s2A"], "expires_at": "2026-01-12T14:00:24.000000Z", "issued_at": "2026-01-12T13:00:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82dbe2d1a9da4952ac1367529991c506", "name": "tempest-AttachVolumeNegativeTest-630254825"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/82dbe2d1a9da4952ac1367529991c506", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:00:24,191 81741 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '062bc1a6-1601-47f4-b0d7-ee78557e89c6', 'name': 'tempest-AttachVolumeNegativeTest-74927375-network', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28166, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:00:08Z', 'updated_at': '2026-01-12T13:00:08Z', 'revision_number': 1} available for tenant
2026-01-12 14:00:24,191 81741 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-298867458', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMrD2Uo9FmtXqoSb2cPmdPsQ7apFEa20U8Q/bgBjJC457RqhebDlC+CpWiQuArOMuqVE4lcylhWzTYpE76z47xcoF338USVIGs2bx+376DFO1F+lbuBmeFppEjSvERL/MQ==', 'fingerprint': '09:38:b2:94:53:9b:af:b9:6a:c1:fb:a5:25:96:ba:5c', 'user_id': '8d5d5d17e5844e1a99710e60b467ffa7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDndU4yG57PC7oep3uDYIskuA8ABFMPvAJmHH1e5cg7Iyiuvsgn6+vd\n80TMx/+Hm3GgBwYFK4EEACKhZANiAATKw9lKPRZrV6qEm9nD5nT7EO2qRRGttFPE\nP24AYyQuOe0aoXmw5QvgqVokLgKzjLqlROJXMpYVs02KRO+s+O8XKBd9/FElSBrN\nm8ft++gxTtRfpW7gZnhaaRI0rxES/zE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7169f417-347f-4314-a8ef-8733c1358411', 'name': 'tempest-securitygroup--499881650', 'stateful': True, 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'description': 'tempest-description--1341714492', 'shared': False, 'security_group_rules': [{'id': 'c84d549e-4b84-48d0-8478-7f2fd0cf77f1', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'security_group_id': '7169f417-347f-4314-a8ef-8733c1358411', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 400, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:00:22Z', 'updated_at': '2026-01-12T13:00:22Z', 'revision_number': 0}, {'id': 'ee13fad2-e5d7-4c59-8ab6-7939f8a63588', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'security_group_id': '7169f417-347f-4314-a8ef-8733c1358411', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 399, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:00:22Z', 'updated_at': '2026-01-12T13:00:22Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T13:00:22Z', 'updated_at': '2026-01-12T13:00:22Z', 'revision_number': 1}, 'floating_ip': {'id': '929dfcac-3fd6-436a-9b76-02b230cf83f2', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'floating_ip_address': '172.24.4.253', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:00:23Z', 'updated_at': '2026-01-12T13:00:23Z', 'revision_number': 0, 'ip': '172.24.4.253'}}
2026-01-12 14:00:24,700 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://192.168.122.253/compute/v2.1/servers 0.508s
2026-01-12 14:00:24,700 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1396259194", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "062bc1a6-1601-47f4-b0d7-ee78557e89c6"}], "security_groups": [{"name": "tempest-securitygroup--499881650"}], "key_name": "tempest-keypair-298867458", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '409', 'location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f93b8c0-eae8-40fb-b15c-fd7ab8e59eb4', 'x-compute-request-id': 'req-4f93b8c0-eae8-40fb-b15c-fd7ab8e59eb4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "06908056-2b17-42e6-a333-f5a71f4a6b3e", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--499881650"}], "adminPass": "password"}}'
2026-01-12 14:00:24,770 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e 0.067s
2026-01-12 14:00:24,770 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e404667-d69c-47a3-8e37-bb6431b81ee7', 'x-compute-request-id': 'req-3e404667-d69c-47a3-8e37-bb6431b81ee7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e'}
Body: b'{"server": {"id": "06908056-2b17-42e6-a333-f5a71f4a6b3e", "name": "tempest-AttachVolumeNegativeTest-server-1396259194", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:25Z", "updated": "2026-01-12T13:00:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-298867458", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:25,856 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e 0.074s
2026-01-12 14:00:25,856 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d05a433-5638-4d68-b7c3-3bf3ab7f9a57', 'x-compute-request-id': 'req-8d05a433-5638-4d68-b7c3-3bf3ab7f9a57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e'}
Body: b'{"server": {"id": "06908056-2b17-42e6-a333-f5a71f4a6b3e", "name": "tempest-AttachVolumeNegativeTest-server-1396259194", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:24Z", "updated": "2026-01-12T13:00:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-298867458", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:26,971 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e 0.103s
2026-01-12 14:00:26,972 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7f9c10b-a10e-4dba-94ce-b84b18defe08', 'x-compute-request-id': 'req-c7f9c10b-a10e-4dba-94ce-b84b18defe08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e'}
Body: b'{"server": {"id": "06908056-2b17-42e6-a333-f5a71f4a6b3e", "name": "tempest-AttachVolumeNegativeTest-server-1396259194", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:24Z", "updated": "2026-01-12T13:00:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-298867458", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:26,982 81741 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:00:28,102 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e 0.118s
2026-01-12 14:00:28,103 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29d3e664-74ef-4efb-a63b-280522afd845', 'x-compute-request-id': 'req-29d3e664-74ef-4efb-a63b-280522afd845', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e'}
Body: b'{"server": {"id": "06908056-2b17-42e6-a333-f5a71f4a6b3e", "name": "tempest-AttachVolumeNegativeTest-server-1396259194", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:24Z", "updated": "2026-01-12T13:00:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-298867458", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:29,224 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e 0.109s
2026-01-12 14:00:29,225 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c16a7c97-172b-4236-bc7c-b9fdb5d9e6fe', 'x-compute-request-id': 'req-c16a7c97-172b-4236-bc7c-b9fdb5d9e6fe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e'}
Body: b'{"server": {"id": "06908056-2b17-42e6-a333-f5a71f4a6b3e", "name": "tempest-AttachVolumeNegativeTest-server-1396259194", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:24Z", "updated": "2026-01-12T13:00:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:28Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-298867458", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:29,236 81741 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 5 second wait
2026-01-12 14:00:29,322 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 500 DELETE http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e 0.086s
2026-01-12 14:00:29,323 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-205aaf6e-4a0f-41d2-b235-a4b747d2a6ef', 'x-compute-request-id': 'req-205aaf6e-4a0f-41d2-b235-a4b747d2a6ef', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:00:29,323 81741 ERROR [tempest.common.compute] Deleting server 06908056-2b17-42e6-a333-f5a71f4a6b3e failed
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 06908056-2b17-42e6-a333-f5a71f4a6b3e failed to build and is in ERROR status
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:28Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-4f93b8c0-eae8-40fb-b15c-fd7ab8e59eb4.
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:00:29.323 81741 ERROR tempest.common.compute
2026-01-12 14:00:29,410 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e 0.086s
2026-01-12 14:00:29,410 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1575c39-e4ba-423d-a5d3-b54f66788b25', 'x-compute-request-id': 'req-e1575c39-e4ba-423d-a5d3-b54f66788b25', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e'}
Body: b'{"server": {"id": "06908056-2b17-42e6-a333-f5a71f4a6b3e", "name": "tempest-AttachVolumeNegativeTest-server-1396259194", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:24Z", "updated": "2026-01-12T13:00:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:28Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-298867458", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:30,522 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e 0.100s
2026-01-12 14:00:30,522 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f8326d4-1048-46fe-a588-963d6daac404', 'x-compute-request-id': 'req-1f8326d4-1048-46fe-a588-963d6daac404', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e'}
Body: b'{"server": {"id": "06908056-2b17-42e6-a333-f5a71f4a6b3e", "name": "tempest-AttachVolumeNegativeTest-server-1396259194", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:24Z", "updated": "2026-01-12T13:00:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/06908056-2b17-42e6-a333-f5a71f4a6b3e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:28Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-298867458", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:30,533 81741 ERROR [tempest.common.compute] Server 06908056-2b17-42e6-a333-f5a71f4a6b3e failed to delete in time
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 06908056-2b17-42e6-a333-f5a71f4a6b3e failed to build and is in ERROR status
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:28Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-4f93b8c0-eae8-40fb-b15c-fd7ab8e59eb4.
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute Details: Server 06908056-2b17-42e6-a333-f5a71f4a6b3e failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:00:28Z', 'message': 'KeyError'}.
2026-01-12 14:00:30.533 81741 ERROR tempest.common.compute
2026-01-12 14:00:30,557 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-298867458 0.022s
2026-01-12 14:00:30,557 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fdfec2f-6f68-4cb8-b33b-3ae679c4cce2', 'x-compute-request-id': 'req-9fdfec2f-6f68-4cb8-b33b-3ae679c4cce2', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-298867458'}
Body: b''
2026-01-12 14:00:30,752 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/7169f417-347f-4314-a8ef-8733c1358411 0.194s
2026-01-12 14:00:30,752 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3544fc4d-db58-4546-868b-0131d51133d7', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/7169f417-347f-4314-a8ef-8733c1358411'}
Body: b''
2026-01-12 14:00:30,766 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/7169f417-347f-4314-a8ef-8733c1358411 0.014s
2026-01-12 14:00:30,767 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-61f0b43d-8f7f-427a-9f65-daa531f4ed6e', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/7169f417-347f-4314-a8ef-8733c1358411'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7169f417-347f-4314-a8ef-8733c1358411 does not exist", "detail": ""}}'
2026-01-12 14:00:31,151 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/929dfcac-3fd6-436a-9b76-02b230cf83f2 0.384s
2026-01-12 14:00:31,152 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fcdad06b-bd12-4f78-8c45-75841dd9c5ce', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/929dfcac-3fd6-436a-9b76-02b230cf83f2'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 48, in test_attach_attached_volume_to_same_server
server, validation_resources = self._create_server()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 06908056-2b17-42e6-a333-f5a71f4a6b3e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:28Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-4f93b8c0-eae8-40fb-b15c-fd7ab8e59eb4.
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
fail
ft14.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:00:31,157 81741 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 14:00:31,157 81741 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 14:00:31,205 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.046s
2026-01-12 14:00:31,205 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-406814873", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLnbCuT4S6CliUVGw6LySs0RUig7AsmPxuwtF35Nb1rO1XgmG47niRTRmm8yoN8kC7I55Re5nDWJhwQeGgN3efTy0QVt9LAHsmplk93pPtruZQSMm4EHGvsqlBPQZ7QFig=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2cf0463-e58b-4f79-9c01-4f993f387038', 'x-compute-request-id': 'req-b2cf0463-e58b-4f79-9c01-4f993f387038', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-406814873", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLnbCuT4S6CliUVGw6LySs0RUig7AsmPxuwtF35Nb1rO1XgmG47niRTRmm8yoN8kC7I55Re5nDWJhwQeGgN3efTy0QVt9LAHsmplk93pPtruZQSMm4EHGvsqlBPQZ7QFig==", "fingerprint": "73:cc:83:86:e0:ab:3c:6b:59:d2:89:4e:ee:1b:45:90", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7"}}'
2026-01-12 14:00:31,207 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-406814873 created
2026-01-12 14:00:31,435 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.227s
2026-01-12 14:00:31,435 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1901569770", "description": "tempest-description--202529244"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-b1416ca4-6705-4ac7-b2ff-97991a763524', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "368e95de-4ced-4cad-b21c-16e11da31b57", "name": "tempest-securitygroup--1901569770", "stateful": true, "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "project_id": "82dbe2d1a9da4952ac1367529991c506", "description": "tempest-description--202529244", "shared": false, "security_group_rules": [{"id": "6c568d49-5c51-4ac0-8bee-ef89f0adad97", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "368e95de-4ced-4cad-b21c-16e11da31b57", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 407, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:00:31Z", "updated_at": "2026-01-12T13:00:31Z", "revision_number": 0}, {"id": "fdb92386-87ed-4312-917b-14bf1445f2f7", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "368e95de-4ced-4cad-b21c-16e11da31b57", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 406, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:00:31Z", "updated_at": "2026-01-12T13:00:31Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:00:31Z", "updated_at": "2026-01-12T13:00:31Z", "revision_number": 1}}'
2026-01-12 14:00:31,680 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.244s
2026-01-12 14:00:31,680 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "368e95de-4ced-4cad-b21c-16e11da31b57", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-baeab570-b0e8-4cd0-bbe4-a8ee829dfc89', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a408a02c-f813-4192-9f0c-accfab542621", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "368e95de-4ced-4cad-b21c-16e11da31b57", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:00:31Z", "updated_at": "2026-01-12T13:00:31Z", "revision_number": 0}}'
2026-01-12 14:00:31,923 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.242s
2026-01-12 14:00:31,923 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "368e95de-4ced-4cad-b21c-16e11da31b57", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c3f34595-35e7-4286-9205-96fc71e5b2ac', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "787543cd-51d4-4d47-bb5a-0daad658f037", "project_id": "82dbe2d1a9da4952ac1367529991c506", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "security_group_id": "368e95de-4ced-4cad-b21c-16e11da31b57", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:00:31Z", "updated_at": "2026-01-12T13:00:31Z", "revision_number": 0}}'
2026-01-12 14:00:31,924 81741 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1901569770 created
2026-01-12 14:00:32,598 81741 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.673s
2026-01-12 14:00:32,598 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a3d6fbbd-2430-404c-9d1a-10fab48fc5c5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "ace6d5ca-4d87-43bf-b99a-0cb4f9cd520f", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "project_id": "82dbe2d1a9da4952ac1367529991c506", "floating_ip_address": "172.24.4.198", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T13:00:32Z", "updated_at": "2026-01-12T13:00:32Z", "revision_number": 0}}'
2026-01-12 14:00:32,598 81741 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ace6d5ca-4d87-43bf-b99a-0cb4f9cd520f', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'floating_ip_address': '172.24.4.198', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:00:32Z', 'updated_at': '2026-01-12T13:00:32Z', 'revision_number': 0, 'ip': '172.24.4.198'} created
2026-01-12 14:00:32,689 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.087s
2026-01-12 14:00:32,690 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5244dd9e-dbe9-447f-98e0-9e20e44a6720', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8d5d5d17e5844e1a99710e60b467ffa7", "name": "tempest-AttachVolumeNegativeTest-630254825-project-member", "password_expires_at": null}, "audit_ids": ["gGviEI6VTdORF5XtixYmvA"], "expires_at": "2026-01-12T14:00:32.000000Z", "issued_at": "2026-01-12T13:00:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82dbe2d1a9da4952ac1367529991c506", "name": "tempest-AttachVolumeNegativeTest-630254825"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/82dbe2d1a9da4952ac1367529991c506", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:00:32,690 81741 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '062bc1a6-1601-47f4-b0d7-ee78557e89c6', 'name': 'tempest-AttachVolumeNegativeTest-74927375-network', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28166, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:00:08Z', 'updated_at': '2026-01-12T13:00:08Z', 'revision_number': 1} available for tenant
2026-01-12 14:00:32,691 81741 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-406814873', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLnbCuT4S6CliUVGw6LySs0RUig7AsmPxuwtF35Nb1rO1XgmG47niRTRmm8yoN8kC7I55Re5nDWJhwQeGgN3efTy0QVt9LAHsmplk93pPtruZQSMm4EHGvsqlBPQZ7QFig==', 'fingerprint': '73:cc:83:86:e0:ab:3c:6b:59:d2:89:4e:ee:1b:45:90', 'user_id': '8d5d5d17e5844e1a99710e60b467ffa7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAfTy6AZhGKd+1xG15YdyWyrNlNHdMzw7zT9NRGOvz6CUXzME+TOTNq\nKZez3WkCp7KgBwYFK4EEACKhZANiAAS52wrk+EugpYlFRsOi8krNEVIoOwLJj8bs\nLRd+TW9aztV4JhuO54kU0ZpvMqDfJAuyOeUXuZw1iYcEHhoDd3n08tEFbfSwB7Jq\nZZPd6T7a7mUEjJuBBxr7KpQT0Ge0BYo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '368e95de-4ced-4cad-b21c-16e11da31b57', 'name': 'tempest-securitygroup--1901569770', 'stateful': True, 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'description': 'tempest-description--202529244', 'shared': False, 'security_group_rules': [{'id': '6c568d49-5c51-4ac0-8bee-ef89f0adad97', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'security_group_id': '368e95de-4ced-4cad-b21c-16e11da31b57', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 407, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:00:31Z', 'updated_at': '2026-01-12T13:00:31Z', 'revision_number': 0}, {'id': 'fdb92386-87ed-4312-917b-14bf1445f2f7', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'security_group_id': '368e95de-4ced-4cad-b21c-16e11da31b57', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 406, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:00:31Z', 'updated_at': '2026-01-12T13:00:31Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T13:00:31Z', 'updated_at': '2026-01-12T13:00:31Z', 'revision_number': 1}, 'floating_ip': {'id': 'ace6d5ca-4d87-43bf-b99a-0cb4f9cd520f', 'tenant_id': '82dbe2d1a9da4952ac1367529991c506', 'project_id': '82dbe2d1a9da4952ac1367529991c506', 'floating_ip_address': '172.24.4.198', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:00:32Z', 'updated_at': '2026-01-12T13:00:32Z', 'revision_number': 0, 'ip': '172.24.4.198'}}
2026-01-12 14:00:33,181 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://192.168.122.253/compute/v2.1/servers 0.490s
2026-01-12 14:00:33,181 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-425445442", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "062bc1a6-1601-47f4-b0d7-ee78557e89c6"}], "security_groups": [{"name": "tempest-securitygroup--1901569770"}], "key_name": "tempest-keypair-406814873", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '410', 'location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d47502e4-55e2-4298-b4a4-eb95b338b680', 'x-compute-request-id': 'req-d47502e4-55e2-4298-b4a4-eb95b338b680', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "b7d14679-ceea-421b-89b1-e7071c3afcf7", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1901569770"}], "adminPass": "password"}}'
2026-01-12 14:00:33,248 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7 0.064s
2026-01-12 14:00:33,249 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1254', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-389714c5-8a85-4300-8af7-746b855f1800', 'x-compute-request-id': 'req-389714c5-8a85-4300-8af7-746b855f1800', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7'}
Body: b'{"server": {"id": "b7d14679-ceea-421b-89b1-e7071c3afcf7", "name": "tempest-AttachVolumeNegativeTest-server-425445442", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:33Z", "updated": "2026-01-12T13:00:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-406814873", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:34,349 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7 0.088s
2026-01-12 14:00:34,350 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1258', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5326e8b-fd54-49e2-9054-f7002692391f', 'x-compute-request-id': 'req-b5326e8b-fd54-49e2-9054-f7002692391f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7'}
Body: b'{"server": {"id": "b7d14679-ceea-421b-89b1-e7071c3afcf7", "name": "tempest-AttachVolumeNegativeTest-server-425445442", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:33Z", "updated": "2026-01-12T13:00:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-406814873", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:35,442 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7 0.081s
2026-01-12 14:00:35,443 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f47ca12c-41c4-458c-99f7-ea50d6010011', 'x-compute-request-id': 'req-f47ca12c-41c4-458c-99f7-ea50d6010011', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7'}
Body: b'{"server": {"id": "b7d14679-ceea-421b-89b1-e7071c3afcf7", "name": "tempest-AttachVolumeNegativeTest-server-425445442", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:33Z", "updated": "2026-01-12T13:00:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-406814873", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:35,454 81741 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:00:36,529 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7 0.073s
2026-01-12 14:00:36,529 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1c6ded1-bafc-4a45-a4df-b6422560853f', 'x-compute-request-id': 'req-a1c6ded1-bafc-4a45-a4df-b6422560853f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7'}
Body: b'{"server": {"id": "b7d14679-ceea-421b-89b1-e7071c3afcf7", "name": "tempest-AttachVolumeNegativeTest-server-425445442", "status": "BUILD", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:33Z", "updated": "2026-01-12T13:00:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-406814873", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:37,631 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7 0.089s
2026-01-12 14:00:37,631 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1310', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81a1fd83-8a25-44ff-a843-a23efbc95541', 'x-compute-request-id': 'req-81a1fd83-8a25-44ff-a843-a23efbc95541', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7'}
Body: b'{"server": {"id": "b7d14679-ceea-421b-89b1-e7071c3afcf7", "name": "tempest-AttachVolumeNegativeTest-server-425445442", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:33Z", "updated": "2026-01-12T13:00:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:36Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-406814873", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:37,642 81741 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:00:37,727 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 500 DELETE http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7 0.084s
2026-01-12 14:00:37,728 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-8eca309b-3338-4980-9d4d-a0aa17535803', 'x-compute-request-id': 'req-8eca309b-3338-4980-9d4d-a0aa17535803', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:00:37,728 81741 ERROR [tempest.common.compute] Deleting server b7d14679-ceea-421b-89b1-e7071c3afcf7 failed
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server b7d14679-ceea-421b-89b1-e7071c3afcf7 failed to build and is in ERROR status
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:36Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d47502e4-55e2-4298-b4a4-eb95b338b680.
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:00:37.728 81741 ERROR tempest.common.compute
2026-01-12 14:00:37,841 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7 0.112s
2026-01-12 14:00:37,842 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d7d8a0b-0155-4e2e-b5f3-0ecb8d194502', 'x-compute-request-id': 'req-8d7d8a0b-0155-4e2e-b5f3-0ecb8d194502', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7'}
Body: b'{"server": {"id": "b7d14679-ceea-421b-89b1-e7071c3afcf7", "name": "tempest-AttachVolumeNegativeTest-server-425445442", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:33Z", "updated": "2026-01-12T13:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:36Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-406814873", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:38,971 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7 0.117s
2026-01-12 14:00:38,971 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1316', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61de5d76-9e05-41de-b420-ece3e6c1767c', 'x-compute-request-id': 'req-61de5d76-9e05-41de-b420-ece3e6c1767c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7'}
Body: b'{"server": {"id": "b7d14679-ceea-421b-89b1-e7071c3afcf7", "name": "tempest-AttachVolumeNegativeTest-server-425445442", "status": "ERROR", "tenant_id": "82dbe2d1a9da4952ac1367529991c506", "user_id": "8d5d5d17e5844e1a99710e60b467ffa7", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:00:33Z", "updated": "2026-01-12T13:00:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b7d14679-ceea-421b-89b1-e7071c3afcf7"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:00:36Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-406814873", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:00:38,982 81741 ERROR [tempest.common.compute] Server b7d14679-ceea-421b-89b1-e7071c3afcf7 failed to delete in time
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server b7d14679-ceea-421b-89b1-e7071c3afcf7 failed to build and is in ERROR status
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:36Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d47502e4-55e2-4298-b4a4-eb95b338b680.
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute Details: Server b7d14679-ceea-421b-89b1-e7071c3afcf7 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:00:36Z', 'message': 'KeyError'}.
2026-01-12 14:00:38.982 81741 ERROR tempest.common.compute
2026-01-12 14:00:39,007 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-406814873 0.024s
2026-01-12 14:00:39,008 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2ac49e7-4297-4d73-8b5d-cff224b5a512', 'x-compute-request-id': 'req-c2ac49e7-4297-4d73-8b5d-cff224b5a512', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-406814873'}
Body: b''
2026-01-12 14:00:39,193 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/368e95de-4ced-4cad-b21c-16e11da31b57 0.184s
2026-01-12 14:00:39,193 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5c187e42-bd80-4daa-a5d5-580ca41172fd', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/368e95de-4ced-4cad-b21c-16e11da31b57'}
Body: b''
2026-01-12 14:00:39,208 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/368e95de-4ced-4cad-b21c-16e11da31b57 0.014s
2026-01-12 14:00:39,208 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-613360ee-1969-4321-91b1-98d0468a2669', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/368e95de-4ced-4cad-b21c-16e11da31b57'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 368e95de-4ced-4cad-b21c-16e11da31b57 does not exist", "detail": ""}}'
2026-01-12 14:00:39,527 81741 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/ace6d5ca-4d87-43bf-b99a-0cb4f9cd520f 0.318s
2026-01-12 14:00:39,527 81741 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:00:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-81983a57-bba6-4de5-aeea-bc4acaff0c9b', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/ace6d5ca-4d87-43bf-b99a-0cb4f9cd520f'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 31, in test_delete_attached_volume
server, validation_resources = self._create_server()
File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 49, in _create_server
server = self.create_test_server(
File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server
body, servers = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b7d14679-ceea-421b-89b1-e7071c3afcf7 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:00:36Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d47502e4-55e2-4298-b4a4-eb95b338b680.
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 5 | 1 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
fail
ft15.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:10:08,023 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.088s
2026-01-12 14:10:08,023 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3cfce763-4751-4df0-86af-359e4c265b6b', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "835c4db1dac24abb916cf391ed387445", "name": "tempest-VolumesActionsTest-1742051927-project-member", "password_expires_at": null}, "audit_ids": ["bTDQ-Q8hTsqTlVgeFk9k9w"], "expires_at": "2026-01-12T14:10:07.000000Z", "issued_at": "2026-01-12T13:10:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "006705f1e4c64d65818da92782bb71e8", "name": "tempest-VolumesActionsTest-1742051927"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/006705f1e4c64d65818da92782bb71e8", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:10:08,024 81745 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'b9705f81-1f5e-4c0e-804c-04c70572e77d', 'name': 'tempest-VolumesActionsTest-619810533-network', 'tenant_id': '006705f1e4c64d65818da92782bb71e8', 'project_id': '006705f1e4c64d65818da92782bb71e8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33309, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:09:53Z', 'updated_at': '2026-01-12T13:09:53Z', 'revision_number': 1} available for tenant
2026-01-12 14:10:08,718 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://192.168.122.253/compute/v2.1/servers 0.694s
2026-01-12 14:10:08,718 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1765112884", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "networks": [{"uuid": "b9705f81-1f5e-4c0e-804c-04c70572e77d"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6fe74af-1f73-4082-903e-0dd306c29260', 'x-compute-request-id': 'req-c6fe74af-1f73-4082-903e-0dd306c29260', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "857584af-fb6e-4bbb-a9a2-46cc4fd2e100", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hXkqtg68AaCA"}}'
2026-01-12 14:10:08,825 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100 0.104s
2026-01-12 14:10:08,825 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4949990-6316-47da-b379-2ab4f0ffc515', 'x-compute-request-id': 'req-b4949990-6316-47da-b379-2ab4f0ffc515', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100'}
Body: b'{"server": {"id": "857584af-fb6e-4bbb-a9a2-46cc4fd2e100", "name": "tempest-VolumesActionsTest-instance-1765112884", "status": "BUILD", "tenant_id": "006705f1e4c64d65818da92782bb71e8", "user_id": "835c4db1dac24abb916cf391ed387445", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:09Z", "updated": "2026-01-12T13:10:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:10:09,929 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100 0.091s
2026-01-12 14:10:09,929 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b672e6e-9d62-492b-b64d-42fad2056411', 'x-compute-request-id': 'req-4b672e6e-9d62-492b-b64d-42fad2056411', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100'}
Body: b'{"server": {"id": "857584af-fb6e-4bbb-a9a2-46cc4fd2e100", "name": "tempest-VolumesActionsTest-instance-1765112884", "status": "BUILD", "tenant_id": "006705f1e4c64d65818da92782bb71e8", "user_id": "835c4db1dac24abb916cf391ed387445", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:08Z", "updated": "2026-01-12T13:10:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:10:11,096 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100 0.155s
2026-01-12 14:10:11,096 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f097822d-2b9f-4b64-856e-714d726e4237', 'x-compute-request-id': 'req-f097822d-2b9f-4b64-856e-714d726e4237', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100'}
Body: b'{"server": {"id": "857584af-fb6e-4bbb-a9a2-46cc4fd2e100", "name": "tempest-VolumesActionsTest-instance-1765112884", "status": "BUILD", "tenant_id": "006705f1e4c64d65818da92782bb71e8", "user_id": "835c4db1dac24abb916cf391ed387445", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:08Z", "updated": "2026-01-12T13:10:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:10:11,107 81745 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-01-12 14:10:12,190 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100 0.081s
2026-01-12 14:10:12,190 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92e59b6c-5bd9-4168-919e-23ce8394e33e', 'x-compute-request-id': 'req-92e59b6c-5bd9-4168-919e-23ce8394e33e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100'}
Body: b'{"server": {"id": "857584af-fb6e-4bbb-a9a2-46cc4fd2e100", "name": "tempest-VolumesActionsTest-instance-1765112884", "status": "BUILD", "tenant_id": "006705f1e4c64d65818da92782bb71e8", "user_id": "835c4db1dac24abb916cf391ed387445", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:08Z", "updated": "2026-01-12T13:10:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:10:13,285 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100 0.083s
2026-01-12 14:10:13,285 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5e4ad32-0681-4bac-8e2a-4d01ca22a77e', 'x-compute-request-id': 'req-f5e4ad32-0681-4bac-8e2a-4d01ca22a77e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100'}
Body: b'{"server": {"id": "857584af-fb6e-4bbb-a9a2-46cc4fd2e100", "name": "tempest-VolumesActionsTest-instance-1765112884", "status": "ERROR", "tenant_id": "006705f1e4c64d65818da92782bb71e8", "user_id": "835c4db1dac24abb916cf391ed387445", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:08Z", "updated": "2026-01-12T13:10:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:12Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:10:13,296 81745 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 5 second wait
2026-01-12 14:10:13,402 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 500 DELETE http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100 0.105s
2026-01-12 14:10:13,402 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-bf9db13d-a65e-4351-b396-285f2341e50d', 'x-compute-request-id': 'req-bf9db13d-a65e-4351-b396-285f2341e50d', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:10:13,402 81745 ERROR [tempest.common.compute] Deleting server 857584af-fb6e-4bbb-a9a2-46cc4fd2e100 failed
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 857584af-fb6e-4bbb-a9a2-46cc4fd2e100 failed to build and is in ERROR status
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:12Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-c6fe74af-1f73-4082-903e-0dd306c29260.
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:10:13.402 81745 ERROR tempest.common.compute
2026-01-12 14:10:13,487 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100 0.084s
2026-01-12 14:10:13,488 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16fc2350-de31-4567-aa92-a376ddc1ec6f', 'x-compute-request-id': 'req-16fc2350-de31-4567-aa92-a376ddc1ec6f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100'}
Body: b'{"server": {"id": "857584af-fb6e-4bbb-a9a2-46cc4fd2e100", "name": "tempest-VolumesActionsTest-instance-1765112884", "status": "ERROR", "tenant_id": "006705f1e4c64d65818da92782bb71e8", "user_id": "835c4db1dac24abb916cf391ed387445", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:08Z", "updated": "2026-01-12T13:10:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:12Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:10:14,634 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100 0.133s
2026-01-12 14:10:14,634 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:10:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94d78574-cb35-40d8-8b61-d8a04bf7ea67', 'x-compute-request-id': 'req-94d78574-cb35-40d8-8b61-d8a04bf7ea67', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100'}
Body: b'{"server": {"id": "857584af-fb6e-4bbb-a9a2-46cc4fd2e100", "name": "tempest-VolumesActionsTest-instance-1765112884", "status": "ERROR", "tenant_id": "006705f1e4c64d65818da92782bb71e8", "user_id": "835c4db1dac24abb916cf391ed387445", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:10:08Z", "updated": "2026-01-12T13:10:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/857584af-fb6e-4bbb-a9a2-46cc4fd2e100"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:10:12Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:10:14,645 81745 ERROR [tempest.common.compute] Server 857584af-fb6e-4bbb-a9a2-46cc4fd2e100 failed to delete in time
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 857584af-fb6e-4bbb-a9a2-46cc4fd2e100 failed to build and is in ERROR status
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:12Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-c6fe74af-1f73-4082-903e-0dd306c29260.
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute Details: Server 857584af-fb6e-4bbb-a9a2-46cc4fd2e100 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:10:12Z', 'message': 'KeyError'}.
2026-01-12 14:10:14.645 81745 ERROR tempest.common.compute
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 83, in test_force_detach_volume
server_id = self.create_server()['id']
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 857584af-fb6e-4bbb-a9a2-46cc4fd2e100 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:10:12Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-c6fe74af-1f73-4082-903e-0dd306c29260.
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt15.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt15.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt15.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt15.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt15.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 4 | 2 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
fail
ft16.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:11:07,731 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.071s
2026-01-12 14:11:07,732 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2518', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c4f099ca-80d2-41ff-bf28-326cefbba8b6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "468293b8bd25476db51f7f99f6e8b7bb", "name": "tempest-VolumesActionsTest-587040431-project-member", "password_expires_at": null}, "audit_ids": ["mFC64GnzTK2InsK7UiGRwg"], "expires_at": "2026-01-12T14:11:07.000000Z", "issued_at": "2026-01-12T13:11:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ec89339cd8b4296a65f4d4c512324d2", "name": "tempest-VolumesActionsTest-587040431"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/4ec89339cd8b4296a65f4d4c512324d2", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:11:07,732 81745 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_attach_detach_volume_to_instance) Found network {'id': 'ce39efe5-be75-4b72-bdd3-0953a3251877', 'name': 'tempest-VolumesActionsTest-1335526863-network', 'tenant_id': '4ec89339cd8b4296a65f4d4c512324d2', 'project_id': '4ec89339cd8b4296a65f4d4c512324d2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 32562, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:10:58Z', 'updated_at': '2026-01-12T13:10:58Z', 'revision_number': 1} available for tenant
2026-01-12 14:11:08,252 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 202 POST http://192.168.122.253/compute/v2.1/servers 0.519s
2026-01-12 14:11:08,252 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesActionsTest-instance-115291515", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "networks": [{"uuid": "ce39efe5-be75-4b72-bdd3-0953a3251877"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-332334c0-6168-4e38-b02a-cbb4216256d2', 'x-compute-request-id': 'req-332334c0-6168-4e38-b02a-cbb4216256d2', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "b8052213-2807-4001-b448-592230b728d3", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b8052213-2807-4001-b448-592230b728d3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "GFxLi9i2Z6Uw"}}'
2026-01-12 14:11:08,324 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3 0.069s
2026-01-12 14:11:08,325 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1227', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b788fa3-fa93-417d-a039-d42fdbad0616', 'x-compute-request-id': 'req-5b788fa3-fa93-417d-a039-d42fdbad0616', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3'}
Body: b'{"server": {"id": "b8052213-2807-4001-b448-592230b728d3", "name": "tempest-VolumesActionsTest-instance-115291515", "status": "BUILD", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:08Z", "updated": "2026-01-12T13:11:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b8052213-2807-4001-b448-592230b728d3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:09,419 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3 0.082s
2026-01-12 14:11:09,419 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6259c406-ab15-4a2d-a7eb-ed51bd08bb1d', 'x-compute-request-id': 'req-6259c406-ab15-4a2d-a7eb-ed51bd08bb1d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3'}
Body: b'{"server": {"id": "b8052213-2807-4001-b448-592230b728d3", "name": "tempest-VolumesActionsTest-instance-115291515", "status": "BUILD", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:08Z", "updated": "2026-01-12T13:11:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b8052213-2807-4001-b448-592230b728d3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:10,559 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3 0.121s
2026-01-12 14:11:10,559 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1223', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50fd2a07-83c5-40b4-aa26-1b91b29c6c4c', 'x-compute-request-id': 'req-50fd2a07-83c5-40b4-aa26-1b91b29c6c4c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3'}
Body: b'{"server": {"id": "b8052213-2807-4001-b448-592230b728d3", "name": "tempest-VolumesActionsTest-instance-115291515", "status": "BUILD", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:08Z", "updated": "2026-01-12T13:11:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b8052213-2807-4001-b448-592230b728d3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:10,576 81745 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:11:11,664 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3 0.086s
2026-01-12 14:11:11,664 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1223', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef1fb60e-56ba-43f7-b065-aaae6563cfc7', 'x-compute-request-id': 'req-ef1fb60e-56ba-43f7-b065-aaae6563cfc7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3'}
Body: b'{"server": {"id": "b8052213-2807-4001-b448-592230b728d3", "name": "tempest-VolumesActionsTest-instance-115291515", "status": "BUILD", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:08Z", "updated": "2026-01-12T13:11:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b8052213-2807-4001-b448-592230b728d3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:12,755 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3 0.079s
2026-01-12 14:11:12,755 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4369bddb-212d-4a71-a429-6d4cac03b00a', 'x-compute-request-id': 'req-4369bddb-212d-4a71-a429-6d4cac03b00a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3'}
Body: b'{"server": {"id": "b8052213-2807-4001-b448-592230b728d3", "name": "tempest-VolumesActionsTest-instance-115291515", "status": "ERROR", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:08Z", "updated": "2026-01-12T13:11:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b8052213-2807-4001-b448-592230b728d3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:11:11Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:12,766 81745 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:11:12,850 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 500 DELETE http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3 0.083s
2026-01-12 14:11:12,851 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-3442bb87-52ce-42ea-a854-346a67b9666a', 'x-compute-request-id': 'req-3442bb87-52ce-42ea-a854-346a67b9666a', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:11:12,851 81745 ERROR [tempest.common.compute] Deleting server b8052213-2807-4001-b448-592230b728d3 failed
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server b8052213-2807-4001-b448-592230b728d3 failed to build and is in ERROR status
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:11:11Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-332334c0-6168-4e38-b02a-cbb4216256d2.
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:11:12.851 81745 ERROR tempest.common.compute
2026-01-12 14:11:12,931 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3 0.078s
2026-01-12 14:11:12,931 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1289', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50e5fb22-ba72-48b2-b427-09cb7552bb5e', 'x-compute-request-id': 'req-50e5fb22-ba72-48b2-b427-09cb7552bb5e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3'}
Body: b'{"server": {"id": "b8052213-2807-4001-b448-592230b728d3", "name": "tempest-VolumesActionsTest-instance-115291515", "status": "ERROR", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:08Z", "updated": "2026-01-12T13:11:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b8052213-2807-4001-b448-592230b728d3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:11:11Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:14,022 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_attach_detach_volume_to_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3 0.079s
2026-01-12 14:11:14,022 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1289', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6257026a-aa88-4643-9f2e-98764b2d59a6', 'x-compute-request-id': 'req-6257026a-aa88-4643-9f2e-98764b2d59a6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3'}
Body: b'{"server": {"id": "b8052213-2807-4001-b448-592230b728d3", "name": "tempest-VolumesActionsTest-instance-115291515", "status": "ERROR", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:08Z", "updated": "2026-01-12T13:11:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/b8052213-2807-4001-b448-592230b728d3"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/b8052213-2807-4001-b448-592230b728d3"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:11:11Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:14,039 81745 ERROR [tempest.common.compute] Server b8052213-2807-4001-b448-592230b728d3 failed to delete in time
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server b8052213-2807-4001-b448-592230b728d3 failed to build and is in ERROR status
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:11:11Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-332334c0-6168-4e38-b02a-cbb4216256d2.
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute Details: Server b8052213-2807-4001-b448-592230b728d3 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:11:11Z', 'message': 'KeyError'}.
2026-01-12 14:11:14.039 81745 ERROR tempest.common.compute
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 45, in test_attach_detach_volume_to_instance
server = self.create_server()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server b8052213-2807-4001-b448-592230b728d3 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:11:11Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-332334c0-6168-4e38-b02a-cbb4216256d2.
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
fail
ft16.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:11:14,150 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.079s
2026-01-12 14:11:14,150 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2518', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cb50b88c-24da-4322-af98-1395cae4c477', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "468293b8bd25476db51f7f99f6e8b7bb", "name": "tempest-VolumesActionsTest-587040431-project-member", "password_expires_at": null}, "audit_ids": ["KWUymq9TTW6XBOPVE4DRzw"], "expires_at": "2026-01-12T14:11:14.000000Z", "issued_at": "2026-01-12T13:11:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ec89339cd8b4296a65f4d4c512324d2", "name": "tempest-VolumesActionsTest-587040431"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/4ec89339cd8b4296a65f4d4c512324d2", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:11:14,151 81745 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_get_volume_attachment) Found network {'id': 'ce39efe5-be75-4b72-bdd3-0953a3251877', 'name': 'tempest-VolumesActionsTest-1335526863-network', 'tenant_id': '4ec89339cd8b4296a65f4d4c512324d2', 'project_id': '4ec89339cd8b4296a65f4d4c512324d2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 32562, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:10:58Z', 'updated_at': '2026-01-12T13:10:58Z', 'revision_number': 1} available for tenant
2026-01-12 14:11:14,590 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 202 POST http://192.168.122.253/compute/v2.1/servers 0.438s
2026-01-12 14:11:14,590 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1782947804", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "networks": [{"uuid": "ce39efe5-be75-4b72-bdd3-0953a3251877"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21410672-25a2-4ae9-80e0-67524f88016d', 'x-compute-request-id': 'req-21410672-25a2-4ae9-80e0-67524f88016d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "opw7Mkj8PQnS"}}'
2026-01-12 14:11:14,676 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 0.084s
2026-01-12 14:11:14,677 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5b68a67-46f7-4237-b422-13bea4d4c0d2', 'x-compute-request-id': 'req-b5b68a67-46f7-4237-b422-13bea4d4c0d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0'}
Body: b'{"server": {"id": "3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0", "name": "tempest-VolumesActionsTest-instance-1782947804", "status": "BUILD", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:15Z", "updated": "2026-01-12T13:11:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:15,783 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 0.094s
2026-01-12 14:11:15,783 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33ecd925-f596-4a6d-89ce-efcb1bf709be', 'x-compute-request-id': 'req-33ecd925-f596-4a6d-89ce-efcb1bf709be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0'}
Body: b'{"server": {"id": "3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0", "name": "tempest-VolumesActionsTest-instance-1782947804", "status": "BUILD", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:14Z", "updated": "2026-01-12T13:11:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:16,878 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 0.083s
2026-01-12 14:11:16,878 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b42f57b5-01e5-46c7-b152-fa68d8a9928e', 'x-compute-request-id': 'req-b42f57b5-01e5-46c7-b152-fa68d8a9928e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0'}
Body: b'{"server": {"id": "3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0", "name": "tempest-VolumesActionsTest-instance-1782947804", "status": "BUILD", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:14Z", "updated": "2026-01-12T13:11:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:16,889 81745 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:11:17,972 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 0.080s
2026-01-12 14:11:17,972 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e176c304-fb1e-4836-ae5d-c852de268552', 'x-compute-request-id': 'req-e176c304-fb1e-4836-ae5d-c852de268552', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0'}
Body: b'{"server": {"id": "3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0", "name": "tempest-VolumesActionsTest-instance-1782947804", "status": "BUILD", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:14Z", "updated": "2026-01-12T13:11:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:19,071 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 0.087s
2026-01-12 14:11:19,072 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-581247ee-1449-48e2-871a-9adb3e1d6b5f', 'x-compute-request-id': 'req-581247ee-1449-48e2-871a-9adb3e1d6b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0'}
Body: b'{"server": {"id": "3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0", "name": "tempest-VolumesActionsTest-instance-1782947804", "status": "ERROR", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:14Z", "updated": "2026-01-12T13:11:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:11:17Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:19,082 81745 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 5 second wait
2026-01-12 14:11:19,171 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 500 DELETE http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 0.088s
2026-01-12 14:11:19,171 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-34d66149-20bf-46f5-be5b-5fdd4c55fe76', 'x-compute-request-id': 'req-34d66149-20bf-46f5-be5b-5fdd4c55fe76', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:11:19,171 81745 ERROR [tempest.common.compute] Deleting server 3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 failed
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 failed to build and is in ERROR status
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:11:17Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-21410672-25a2-4ae9-80e0-67524f88016d.
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:11:19.171 81745 ERROR tempest.common.compute
2026-01-12 14:11:19,251 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 0.079s
2026-01-12 14:11:19,251 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70fc1bf0-a9e4-4148-8528-cd6071c6b473', 'x-compute-request-id': 'req-70fc1bf0-a9e4-4148-8528-cd6071c6b473', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0'}
Body: b'{"server": {"id": "3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0", "name": "tempest-VolumesActionsTest-instance-1782947804", "status": "ERROR", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:14Z", "updated": "2026-01-12T13:11:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:11:17Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:20,345 81745 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_get_volume_attachment): 200 GET http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 0.082s
2026-01-12 14:11:20,345 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:11:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0471b0c2-7e09-4d46-84b3-4d04e50f3bf1', 'x-compute-request-id': 'req-0471b0c2-7e09-4d46-84b3-4d04e50f3bf1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0'}
Body: b'{"server": {"id": "3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0", "name": "tempest-VolumesActionsTest-instance-1782947804", "status": "ERROR", "tenant_id": "4ec89339cd8b4296a65f4d4c512324d2", "user_id": "468293b8bd25476db51f7f99f6e8b7bb", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:11:14Z", "updated": "2026-01-12T13:11:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:11:17Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:11:20,356 81745 ERROR [tempest.common.compute] Server 3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 failed to delete in time
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 failed to build and is in ERROR status
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:11:17Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-21410672-25a2-4ae9-80e0-67524f88016d.
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute Details: Server 3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:11:17Z', 'message': 'KeyError'}.
2026-01-12 14:11:20.356 81745 ERROR tempest.common.compute
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 81, in test_get_volume_attachment
server = self.create_server()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 3c0f2d71-0aa5-4ec3-b76a-4f12547feeb0 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:11:17Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-21410672-25a2-4ae9-80e0-67524f88016d.
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt16.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt16.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt16.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt16.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 31 | 1 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
fail
ft17.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:12:18,842 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.088s
2026-01-12 14:12:18,842 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3d6bb6ec-c961-4533-a0d5-849f87dac19a', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "314d0441adb749d5aba3a85e2a9e4a53", "name": "tempest-VolumesNegativeTest-505610009-project-member", "password_expires_at": null}, "audit_ids": ["KLX2ZbyNQXGwQz30lAvjEQ"], "expires_at": "2026-01-12T14:12:18.000000Z", "issued_at": "2026-01-12T13:12:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ff520d23a7dc4b009459ad24c275fee0", "name": "tempest-VolumesNegativeTest-505610009"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/ff520d23a7dc4b009459ad24c275fee0", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:12:18,843 81745 INFO [tempest.lib.common.fixed_network] (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id) Found network None available for tenant
2026-01-12 14:12:19,153 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 202 POST http://192.168.122.253/compute/v2.1/servers 0.310s
2026-01-12 14:12:19,154 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesNegativeTest-instance-501534187", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8abc74f-e20c-433b-be94-b98f37aab589', 'x-compute-request-id': 'req-d8abc74f-e20c-433b-be94-b98f37aab589', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ULeMLsLAg5Qf"}}'
2026-01-12 14:12:19,224 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 0.068s
2026-01-12 14:12:19,225 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d92493-795a-4464-959c-cca697c3441f', 'x-compute-request-id': 'req-05d92493-795a-4464-959c-cca697c3441f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43'}
Body: b'{"server": {"id": "ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43", "name": "tempest-VolumesNegativeTest-instance-501534187", "status": "BUILD", "tenant_id": "ff520d23a7dc4b009459ad24c275fee0", "user_id": "314d0441adb749d5aba3a85e2a9e4a53", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:19Z", "updated": "2026-01-12T13:12:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:20,311 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 0.071s
2026-01-12 14:12:20,311 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-596989fd-ed18-49ce-8115-df6f1b1b649f', 'x-compute-request-id': 'req-596989fd-ed18-49ce-8115-df6f1b1b649f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43'}
Body: b'{"server": {"id": "ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43", "name": "tempest-VolumesNegativeTest-instance-501534187", "status": "BUILD", "tenant_id": "ff520d23a7dc4b009459ad24c275fee0", "user_id": "314d0441adb749d5aba3a85e2a9e4a53", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:19Z", "updated": "2026-01-12T13:12:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:21,401 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 0.078s
2026-01-12 14:12:21,401 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-636d4696-9b75-403d-a0cc-a5924086ad79', 'x-compute-request-id': 'req-636d4696-9b75-403d-a0cc-a5924086ad79', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43'}
Body: b'{"server": {"id": "ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43", "name": "tempest-VolumesNegativeTest-instance-501534187", "status": "BUILD", "tenant_id": "ff520d23a7dc4b009459ad24c275fee0", "user_id": "314d0441adb749d5aba3a85e2a9e4a53", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:19Z", "updated": "2026-01-12T13:12:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:21,412 81745 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:12:22,496 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 0.082s
2026-01-12 14:12:22,496 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab0b2d8e-d7d7-4cbd-8ddb-10eec88404cd', 'x-compute-request-id': 'req-ab0b2d8e-d7d7-4cbd-8ddb-10eec88404cd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43'}
Body: b'{"server": {"id": "ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43", "name": "tempest-VolumesNegativeTest-instance-501534187", "status": "BUILD", "tenant_id": "ff520d23a7dc4b009459ad24c275fee0", "user_id": "314d0441adb749d5aba3a85e2a9e4a53", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:19Z", "updated": "2026-01-12T13:12:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:23,598 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 0.088s
2026-01-12 14:12:23,598 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fbe2e5c-db93-45b9-bf68-146e1d5984d0', 'x-compute-request-id': 'req-5fbe2e5c-db93-45b9-bf68-146e1d5984d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43'}
Body: b'{"server": {"id": "ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43", "name": "tempest-VolumesNegativeTest-instance-501534187", "status": "ERROR", "tenant_id": "ff520d23a7dc4b009459ad24c275fee0", "user_id": "314d0441adb749d5aba3a85e2a9e4a53", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:19Z", "updated": "2026-01-12T13:12:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:12:22Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:23,609 81745 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:12:23,690 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 500 DELETE http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 0.081s
2026-01-12 14:12:23,691 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-cf7fc9b7-ed1f-49aa-8ed8-75d089a1123a', 'x-compute-request-id': 'req-cf7fc9b7-ed1f-49aa-8ed8-75d089a1123a', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:12:23,691 81745 ERROR [tempest.common.compute] Deleting server ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 failed
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 failed to build and is in ERROR status
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:12:22Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d8abc74f-e20c-433b-be94-b98f37aab589.
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:12:23.691 81745 ERROR tempest.common.compute
2026-01-12 14:12:23,771 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 0.078s
2026-01-12 14:12:23,771 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d031642c-31e4-429b-a69a-61735546707d', 'x-compute-request-id': 'req-d031642c-31e4-429b-a69a-61735546707d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43'}
Body: b'{"server": {"id": "ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43", "name": "tempest-VolumesNegativeTest-instance-501534187", "status": "ERROR", "tenant_id": "ff520d23a7dc4b009459ad24c275fee0", "user_id": "314d0441adb749d5aba3a85e2a9e4a53", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:19Z", "updated": "2026-01-12T13:12:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:12:22Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:24,868 81745 INFO [tempest.lib.common.rest_client] Request (VolumesNegativeTest:test_attach_volumes_with_nonexistent_volume_id): 200 GET http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 0.085s
2026-01-12 14:12:24,869 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-101ee6bf-4b7b-4108-b3fe-0e191c248573', 'x-compute-request-id': 'req-101ee6bf-4b7b-4108-b3fe-0e191c248573', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43'}
Body: b'{"server": {"id": "ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43", "name": "tempest-VolumesNegativeTest-instance-501534187", "status": "ERROR", "tenant_id": "ff520d23a7dc4b009459ad24c275fee0", "user_id": "314d0441adb749d5aba3a85e2a9e4a53", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:19Z", "updated": "2026-01-12T13:12:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:12:22Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:24,879 81745 ERROR [tempest.common.compute] Server ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 failed to delete in time
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 failed to build and is in ERROR status
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:12:22Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d8abc74f-e20c-433b-be94-b98f37aab589.
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute Details: Server ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:12:22Z', 'message': 'KeyError'}.
2026-01-12 14:12:24.879 81745 ERROR tempest.common.compute
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 188, in test_attach_volumes_with_nonexistent_volume_id
server = self.create_server()
File "/opt/stack/tempest/tempest/api/volume/base.py", line 270, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ecdc4da1-178f-4d7b-9aa2-7f4dd85a3f43 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:12:22Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-d8abc74f-e20c-433b-be94-b98f37aab589.
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt17.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]
|
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt17.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]
|
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt17.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative]
|
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt17.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative]
|
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt17.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative]
|
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt17.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative]
|
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt17.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative]
|
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt17.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative]
|
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt17.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative]
|
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt17.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt17.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative]
|
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt17.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative]
|
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt17.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt17.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative]
|
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt17.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative]
|
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt17.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative]
|
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt17.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative]
|
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt17.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative]
|
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt17.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative]
|
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt17.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative]
|
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt17.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative]
|
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt17.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative]
|
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt17.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative]
|
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt17.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt17.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative]
|
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt17.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative]
|
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt17.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative]
|
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt17.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative]
|
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt17.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative]
|
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt17.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt17.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 0 | 1 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
fail
ft18.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:04:52,964 81739 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937 on backend None
2026-01-12 14:04:53,067 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.253/volume/v3/types 0.102s
2026-01-12 14:04:53,067 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "extra_specs": {}}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a52ece-bae1-49b1-828d-176ecb9f7eef', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a52ece-bae1-49b1-828d-176ecb9f7eef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/types'}
Body: b'{"volume_type": {"id": "3987fc16-8001-4a01-92f4-cafb571925c1", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-01-12 14:04:53,070 81739 DEBUG [tempest.scenario.manager] paths: img: /home/quobyte/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None
2026-01-12 14:04:53,688 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.253/image/v2/images 0.617s
2026-01-12 14:04:53,689 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--874841787", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-a664e246-dcf1-47d2-b3d9-421e61cad1b1', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--874841787", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "f2853e4c68764854a2813b27f248e796", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "created_at": "2026-01-12T13:04:54Z", "updated_at": "2026-01-12T13:04:54Z", "tags": [], "self": "/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b", "file": "/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b/file", "schema": "/v2/schemas/image"}'
2026-01-12 14:04:54,659 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 204 PUT http://192.168.122.253/image/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b/file 0.970s
2026-01-12 14:04:54,660 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x7f7d3947e740>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-4110ea12-2a49-4f36-a403-1e0e153dfcba', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b/file'}
Body: b''
2026-01-12 14:04:54,660 81739 DEBUG [tempest.scenario.manager] image:52f0c742-ea14-4800-bdb0-f8addd211e2b
2026-01-12 14:04:54,703 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.042s
2026-01-12 14:04:54,704 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestInstancesWithCinderVolumes-2059988591", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHty93WBna5KPF/6X1yHQVdj85RIQ5acDhZtPJWC5VgFvvP6x6G2Iop9yjBWShRcYKjVAKJou0duQGiW0fEaLM2P/J4HBkgmAxVSy542uQqnlFgoMMxLDIEBZMPwIVlMCw=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '424', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63b40169-7b5e-4e98-b6f0-d6165f67df2f', 'x-compute-request-id': 'req-63b40169-7b5e-4e98-b6f0-d6165f67df2f', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-2059988591", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHty93WBna5KPF/6X1yHQVdj85RIQ5acDhZtPJWC5VgFvvP6x6G2Iop9yjBWShRcYKjVAKJou0duQGiW0fEaLM2P/J4HBkgmAxVSy542uQqnlFgoMMxLDIEBZMPwIVlMCw==", "fingerprint": "2c:88:45:7c:c3:4d:6d:9a:99:49:6b:b4:62:0b:12:c2", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4"}}'
2026-01-12 14:04:54,759 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/compute/v2.1/os-availability-zone/detail 0.053s
2026-01-12 14:04:54,759 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '487', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce65da57-ecb2-470b-9fe8-86554d5c089a', 'x-compute-request-id': 'req-ce65da57-ecb2-470b-9fe8-86554d5c089a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-availability-zone/detail'}
Body: b'{"availabilityZoneInfo": [{"zoneName": "internal", "zoneState": {"available": true}, "hosts": {"devstack": {"nova-scheduler": {"available": true, "active": true, "updated_at": "2026-01-12T13:04:19.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2026-01-12T13:04:54.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"devstack": {"nova-compute": {"available": true, "active": true, "updated_at": "2026-01-12T13:03:34.000000"}}}}]}'
2026-01-12 14:04:54,763 81739 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1132152388-1966705247 on backend None
2026-01-12 14:04:54,791 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.253/volume/v3/types 0.027s
2026-01-12 14:04:54,791 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1132152388-1966705247", "extra_specs": {}}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2db886-607d-4d1c-b9ff-3e632c6b1020', 'content-length': '269', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2db886-607d-4d1c-b9ff-3e632c6b1020', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/types'}
Body: b'{"volume_type": {"id": "696c5d49-995d-4067-ba0c-5d33ac0a424a", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1132152388-1966705247", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-01-12 14:04:54,793 81739 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-837771979-1490883416 on backend None
2026-01-12 14:04:54,821 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 POST http://192.168.122.253/volume/v3/types 0.027s
2026-01-12 14:04:54,821 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-837771979-1490883416", "extra_specs": {}}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b339fb0-a143-46cf-9a8d-a537593b99cf', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b339fb0-a143-46cf-9a8d-a537593b99cf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/types'}
Body: b'{"volume_type": {"id": "f74830b1-5675-4fc4-b1e7-5205ff14bfad", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-837771979-1490883416", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-01-12 14:04:54,823 81739 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'devstack'}]:
2026-01-12 14:04:54,985 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.253/volume/v3/volumes 0.161s
2026-01-12 14:04:54,985 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1233747714", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1132152388-1966705247", "size": 1}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72779b6-5242-49b8-9a3d-6bb6ce6ccc11', 'content-length': '855', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72779b6-5242-49b8-9a3d-6bb6ce6ccc11', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "7a485f81-930b-421c-967d-6c50912abd76", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:54.934863", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1233747714", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1132152388-1966705247", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7a485f81-930b-421c-967d-6c50912abd76"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 14:04:55,194 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.253/volume/v3/volumes 0.199s
2026-01-12 14:04:55,194 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1850304168", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-837771979-1490883416", "size": 1}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53d55707-c857-49dd-ba98-492465b3f6bf', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53d55707-c857-49dd-ba98-492465b3f6bf', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "eef9f410-1614-4aeb-8a93-d57f7eba30c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.124276", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1850304168", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-837771979-1490883416", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 14:04:55,226 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/image/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b 0.023s
2026-01-12 14:04:55,226 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '810', 'content-type': 'application/json', 'x-openstack-request-id': 'req-baeca2d7-caea-45a5-bf9b-bed655718eb9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/image/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b'}
Body: b'{"name": "tempest-scenario-img--874841787", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 21692416, "virtual_size": 117440512, "status": "active", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "f2853e4c68764854a2813b27f248e796", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "created_at": "2026-01-12T13:04:54Z", "updated_at": "2026-01-12T13:04:55Z", "tags": [], "self": "/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b", "file": "/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b/file", "schema": "/v2/schemas/image"}'
2026-01-12 14:04:55,555 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.253/volume/v3/volumes 0.328s
2026-01-12 14:04:55,555 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "snapshot_id": null, "imageRef": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "size": 1}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55d5f3a2-9c77-4083-b5fe-5b17bef68d09', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55d5f3a2-9c77-4083-b5fe-5b17bef68d09', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.490776", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 14:04:55,615 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.051s
2026-01-12 14:04:55,616 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a46432-f816-4d53-95f7-95c772444b9c', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a46432-f816-4d53-95f7-95c772444b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:04:56,666 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.040s
2026-01-12 14:04:56,667 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89246ad1-7249-4323-be45-a23019d42fc9', 'content-length': '945', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89246ad1-7249-4323-be45-a23019d42fc9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:04:56.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:04:57,727 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.049s
2026-01-12 14:04:57,727 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d3f5a1-4d8c-4f11-942b-34d4686aa329', 'content-length': '1003', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d3f5a1-4d8c-4f11-942b-34d4686aa329', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:04:56.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:04:58,775 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:04:58,775 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-675f72c1-a5ce-40bc-8c05-7961e1a6d902', 'content-length': '1003', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-675f72c1-a5ce-40bc-8c05-7961e1a6d902', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:04:56.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:04:59,828 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:04:59,828 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:04:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8108c3f-32de-4b91-afce-3336c56cc50d', 'content-length': '1006', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8108c3f-32de-4b91-afce-3336c56cc50d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:04:59.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:00,874 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:05:00,874 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c31d64f-76b5-424c-bc13-b1328aa17e92', 'content-length': '1006', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c31d64f-76b5-424c-bc13-b1328aa17e92', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:04:59.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:01,928 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.043s
2026-01-12 14:05:01,928 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9f8a5a9-9e4b-4875-9d5f-22e350edd95a', 'content-length': '1006', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9f8a5a9-9e4b-4875-9d5f-22e350edd95a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:04:59.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:02,975 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:02,975 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4241f768-6e4e-4155-85d0-4957cd1a2f04', 'content-length': '1006', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4241f768-6e4e-4155-85d0-4957cd1a2f04', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:04:59.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:04,035 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.048s
2026-01-12 14:05:04,036 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f95f17-8b03-4c85-9585-9c3f47f00005', 'content-length': '1257', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f95f17-8b03-4c85-9585-9c3f47f00005', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:03.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:04,046 81739 INFO [tempest.common.waiters] volume 56cfc511-1693-409d-ba94-7930800cc88e reached available after waiting for 9.046330 seconds
2026-01-12 14:05:04,127 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.077s
2026-01-12 14:05:04,127 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2544', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-61d62e92-a03d-41d5-afd5-dbd85e0ab930', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ae8164a9f9bb4423b1254dcc4f189ff4", "name": "tempest-TestInstancesWithCinderVolumes-1603721545-project-member", "password_expires_at": null}, "audit_ids": ["yE2MceZmS3SSzKEMTzGE2w"], "expires_at": "2026-01-12T14:05:04.000000Z", "issued_at": "2026-01-12T13:05:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f2853e4c68764854a2813b27f248e796", "name": "tempest-TestInstancesWithCinderVolumes-1603721545"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/f2853e4c68764854a2813b27f248e796", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:05:04,128 81739 INFO [tempest.lib.common.fixed_network] (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes) Found network {'id': '83bf0bb3-518b-4640-9bba-658c0f31f78a', 'name': 'tempest-TestInstancesWithCinderVolumes-133023929-network', 'tenant_id': 'f2853e4c68764854a2813b27f248e796', 'project_id': 'f2853e4c68764854a2813b27f248e796', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54824, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:04:39Z', 'updated_at': '2026-01-12T13:04:39Z', 'revision_number': 1} available for tenant
2026-01-12 14:05:04,836 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 202 POST http://192.168.122.253/compute/v2.1/servers 0.707s
2026-01-12 14:05:04,836 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "56cfc511-1693-409d-ba94-7930800cc88e", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "networks": [{"uuid": "83bf0bb3-518b-4640-9bba-658c0f31f78a"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c095fe9-eea0-4bfc-b116-15ecd01f50bb', 'x-compute-request-id': 'req-7c095fe9-eea0-4bfc-b116-15ecd01f50bb', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Q7VemF4Dxut3"}}'
2026-01-12 14:05:04,957 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.118s
2026-01-12 14:05:04,958 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00d1e7cb-ee21-42d4-bdd0-75a699649dad', 'x-compute-request-id': 'req-00d1e7cb-ee21-42d4-bdd0-75a699649dad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "status": "BUILD", "tenant_id": "f2853e4c68764854a2813b27f248e796", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "metadata": {}, "hostId": "", "image": "", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:05:05Z", "updated": "2026-01-12T13:05:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:05:05,035 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.064s
2026-01-12 14:05:05,035 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d2ce233-214b-4b75-bc27-5bd3da1ff9ef', 'x-compute-request-id': 'req-6d2ce233-214b-4b75-bc27-5bd3da1ff9ef', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "status": "BUILD", "tenant_id": "f2853e4c68764854a2813b27f248e796", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "metadata": {}, "hostId": "", "image": "", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:05:05Z", "updated": "2026-01-12T13:05:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:05:06,125 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.075s
2026-01-12 14:05:06,125 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e5542f5-2695-4717-b6c2-c934b44062fd', 'x-compute-request-id': 'req-2e5542f5-2695-4717-b6c2-c934b44062fd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "status": "BUILD", "tenant_id": "f2853e4c68764854a2813b27f248e796", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "metadata": {}, "hostId": "", "image": "", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:05:04Z", "updated": "2026-01-12T13:05:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:05:06,138 81739 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-01-12 14:05:07,235 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.096s
2026-01-12 14:05:07,236 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e5403de-445d-4d25-8f11-a9b900900b05', 'x-compute-request-id': 'req-6e5403de-445d-4d25-8f11-a9b900900b05', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "status": "BUILD", "tenant_id": "f2853e4c68764854a2813b27f248e796", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "metadata": {}, "hostId": "", "image": "", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:05:04Z", "updated": "2026-01-12T13:05:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:05:08,337 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.088s
2026-01-12 14:05:08,338 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1281', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af374c0c-3c04-4a64-aedc-b874f9e31cf9', 'x-compute-request-id': 'req-af374c0c-3c04-4a64-aedc-b874f9e31cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "status": "BUILD", "tenant_id": "f2853e4c68764854a2813b27f248e796", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "metadata": {}, "hostId": "", "image": "", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:05:04Z", "updated": "2026-01-12T13:05:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:05:09,437 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:test_instances_with_cinder_volumes_on_all_compute_nodes): 200 GET http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.084s
2026-01-12 14:05:09,437 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6addd91a-9371-46a1-90c2-b348b314806e', 'x-compute-request-id': 'req-6addd91a-9371-46a1-90c2-b348b314806e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "status": "ERROR", "tenant_id": "f2853e4c68764854a2813b27f248e796", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "metadata": {}, "hostId": "", "image": "", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:05:04Z", "updated": "2026-01-12T13:05:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:05:08Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:05:09,450 81739 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:05:09,536 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 500 DELETE http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.085s
2026-01-12 14:05:09,537 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-79b54ba0-3a8a-428d-8ad7-5ef10997e0a1', 'x-compute-request-id': 'req-79b54ba0-3a8a-428d-8ad7-5ef10997e0a1', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:05:09,537 81739 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x7f7d393dfcd0>>, retrying...
2026-01-12 14:05:14,632 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 500 DELETE http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.091s
2026-01-12 14:05:14,633 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-43a192c0-30aa-4788-8866-7ffbaa52793c', 'x-compute-request-id': 'req-43a192c0-30aa-4788-8866-7ffbaa52793c', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:05:14,633 81739 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x7f7d393dfcd0>>, retrying...
2026-01-12 14:05:19,724 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 500 DELETE http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.086s
2026-01-12 14:05:19,724 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-b24f889e-8c30-4038-9c08-c959fb884929', 'x-compute-request-id': 'req-b24f889e-8c30-4038-9c08-c959fb884929', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:05:19,809 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.084s
2026-01-12 14:05:19,810 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1347', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3658b0a-1200-4581-a9be-1767e76e388a', 'x-compute-request-id': 'req-d3658b0a-1200-4581-a9be-1767e76e388a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "status": "ERROR", "tenant_id": "f2853e4c68764854a2813b27f248e796", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "metadata": {}, "hostId": "", "image": "", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:05:04Z", "updated": "2026-01-12T13:05:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:05:08Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:05:20,913 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2 0.089s
2026-01-12 14:05:20,913 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1347', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66c5526a-e5b9-4863-b039-e343144f2605', 'x-compute-request-id': 'req-66c5526a-e5b9-4863-b039-e343144f2605', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2'}
Body: b'{"server": {"id": "81a2d26d-7d2c-49c2-98b6-1b69466860c2", "name": "tempest-TestInstancesWithCinderVolumes-server-22358972", "status": "ERROR", "tenant_id": "f2853e4c68764854a2813b27f248e796", "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "metadata": {}, "hostId": "", "image": "", "flavor": {"vcpus": 1, "ram": 192, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2026-01-12T13:05:04Z", "updated": "2026-01-12T13:05:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/81a2d26d-7d2c-49c2-98b6-1b69466860c2"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:05:08Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestInstancesWithCinderVolumes-2059988591", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "delete_on_termination": false}], "locked": false, "description": null, "tags": []}}'
2026-01-12 14:05:20,962 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 400 DELETE http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:20,963 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-418adea6-5ba9-4ec8-8be7-a9af8cfd4866', 'x-openstack-request-id': 'req-418adea6-5ba9-4ec8-8be7-a9af8cfd4866', 'connection': 'close', 'status': '400', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: 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."}}'
2026-01-12 14:05:21,001 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:05:21,002 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa79d14-8485-4da8-b8ac-c0fb93cd5895', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa79d14-8485-4da8-b8ac-c0fb93cd5895', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:22,048 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:05:22,048 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a4c78f-38cc-4f04-b7da-b29d48187a36', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a4c78f-38cc-4f04-b7da-b29d48187a36', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:23,096 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:23,096 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb5039a5-c232-4ebf-81ee-18c662d0f61b', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb5039a5-c232-4ebf-81ee-18c662d0f61b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:24,145 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:05:24,146 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292fc4ac-c10b-48ec-bce1-dfe6d044e082', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292fc4ac-c10b-48ec-bce1-dfe6d044e082', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:25,196 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:05:25,196 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9997040-4e3d-4a6b-b0ab-aa1d3c84fe7e', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9997040-4e3d-4a6b-b0ab-aa1d3c84fe7e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:26,244 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:05:26,245 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf49e01c-52df-4a81-a7b3-3022d4a70056', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf49e01c-52df-4a81-a7b3-3022d4a70056', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:27,290 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:05:27,291 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b563ff8-c7a4-4ce7-98b3-5d1f6c1c4c3d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b563ff8-c7a4-4ce7-98b3-5d1f6c1c4c3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:28,337 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:28,337 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f395314a-55e3-4657-8cf4-8333ea935d2f', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f395314a-55e3-4657-8cf4-8333ea935d2f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:29,385 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:29,385 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b433c1-c7f7-43b7-928b-971d08407a51', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b433c1-c7f7-43b7-928b-971d08407a51', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:30,431 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:05:30,432 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d543f686-de7f-456e-8e98-8fd4ce52a5a4', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d543f686-de7f-456e-8e98-8fd4ce52a5a4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:31,480 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:31,480 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b96f6a70-9d9a-4be1-9c04-1a39e14486e2', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b96f6a70-9d9a-4be1-9c04-1a39e14486e2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:32,528 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:32,528 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebdd9665-e5d4-44b0-86f5-99512fbdebe4', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebdd9665-e5d4-44b0-86f5-99512fbdebe4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:33,577 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:05:33,578 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84cd73fa-bd68-4c78-bb95-ac399d98d4f2', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84cd73fa-bd68-4c78-bb95-ac399d98d4f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:34,627 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:05:34,628 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb3198cd-db8a-4aff-9690-3497be206963', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb3198cd-db8a-4aff-9690-3497be206963', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:35,674 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:35,674 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b966e4-fb1c-4d35-bfda-8dc4670b29c0', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53b966e4-fb1c-4d35-bfda-8dc4670b29c0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:36,724 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:05:36,724 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24446070-0740-4259-bdf4-509aa962ea3f', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24446070-0740-4259-bdf4-509aa962ea3f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:37,770 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:37,771 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce8eeaaf-862a-46be-8a5d-c8808659a27a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce8eeaaf-862a-46be-8a5d-c8808659a27a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:38,818 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:38,819 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a549014b-8d30-4daa-b866-2dae4c9271e5', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a549014b-8d30-4daa-b866-2dae4c9271e5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:39,866 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:39,867 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-497147c5-3f26-4ff7-8eab-a184d9a2e9bf', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-497147c5-3f26-4ff7-8eab-a184d9a2e9bf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:40,918 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:05:40,918 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5c96e7-2ef4-42fb-8864-e659bf0e2394', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5c96e7-2ef4-42fb-8864-e659bf0e2394', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:41,964 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:41,965 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba0dceff-abeb-48d0-9db8-3ca25a821c9e', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba0dceff-abeb-48d0-9db8-3ca25a821c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:43,014 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:05:43,014 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29c7e48-0596-464b-ba7f-c64ea57a6905', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29c7e48-0596-464b-ba7f-c64ea57a6905', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:44,060 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:05:44,060 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20ea292c-4b7c-4d5b-9999-144916f057f8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ea292c-4b7c-4d5b-9999-144916f057f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:45,106 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:05:45,106 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1607ea-1039-4ea3-8b1e-0ab748eeaba8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1607ea-1039-4ea3-8b1e-0ab748eeaba8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:46,152 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:46,153 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa90fc22-d4c7-49e0-b972-34ae6f2015d1', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa90fc22-d4c7-49e0-b972-34ae6f2015d1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:47,198 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:47,199 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5735c29-01b5-4ee4-a6f3-1ddd32fc42f1', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5735c29-01b5-4ee4-a6f3-1ddd32fc42f1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:48,245 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:48,246 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b5fb6db-13b8-47d0-969d-1e893d415580', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b5fb6db-13b8-47d0-969d-1e893d415580', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:49,296 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:05:49,297 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97802361-5d07-4dbc-9f73-11a27bf6f42b', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97802361-5d07-4dbc-9f73-11a27bf6f42b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:50,344 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:50,344 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d993c99-9723-4068-b8de-3feb39142cf2', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d993c99-9723-4068-b8de-3feb39142cf2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:51,389 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:05:51,390 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b3d988e-8c7e-4ed0-9b2c-88c333b6b28b', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b3d988e-8c7e-4ed0-9b2c-88c333b6b28b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:52,438 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:05:52,438 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c157f2f5-fc25-4578-901a-bc73e6faa87b', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c157f2f5-fc25-4578-901a-bc73e6faa87b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:53,487 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:05:53,487 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167acb31-f088-476a-8e4e-66a115508d49', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167acb31-f088-476a-8e4e-66a115508d49', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:54,534 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:54,534 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e780d10-2e39-4e8e-b040-9e4e98d1279a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e780d10-2e39-4e8e-b040-9e4e98d1279a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:55,580 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:05:55,580 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd53da70-aa1a-4d52-91e1-e3e9192d51e9', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd53da70-aa1a-4d52-91e1-e3e9192d51e9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:56,627 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:56,628 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e979ac-99f1-48ec-bc4f-2aed0e347b35', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e979ac-99f1-48ec-bc4f-2aed0e347b35', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:57,673 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:05:57,673 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc287d2a-1d27-4dc6-9f9b-666d8fbec490', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc287d2a-1d27-4dc6-9f9b-666d8fbec490', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:58,720 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:05:58,720 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-464c9dca-3aae-4675-9b7a-29127399862a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-464c9dca-3aae-4675-9b7a-29127399862a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:05:59,768 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:05:59,769 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:05:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff5b67c9-85ce-40ee-a0a9-4ddd37d55e28', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff5b67c9-85ce-40ee-a0a9-4ddd37d55e28', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:00,817 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:00,817 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d8c15e3-4d85-4301-9733-32dacc560fbf', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d8c15e3-4d85-4301-9733-32dacc560fbf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:01,865 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:01,865 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5734ae39-be35-4ccb-8104-4153ea8c9a09', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5734ae39-be35-4ccb-8104-4153ea8c9a09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:02,914 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:02,915 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62ff6173-a764-4cab-986b-19c2df42057c', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62ff6173-a764-4cab-986b-19c2df42057c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:03,962 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:03,963 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b1fdd43-1609-462f-9703-9d8b5a7b9ac8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b1fdd43-1609-462f-9703-9d8b5a7b9ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:05,011 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:06:05,012 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa690ba2-fae4-4184-8a60-28f5c14d2b6a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa690ba2-fae4-4184-8a60-28f5c14d2b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:06,059 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:06,060 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8e749f0-4444-41b4-8eca-7d6d6ccdc52d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8e749f0-4444-41b4-8eca-7d6d6ccdc52d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:07,107 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:07,107 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92422787-7210-414c-8aa0-a16cd258908b', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92422787-7210-414c-8aa0-a16cd258908b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:08,157 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:06:08,157 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63de50fb-6488-4ec7-8350-2f57aa2c29ee', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63de50fb-6488-4ec7-8350-2f57aa2c29ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:09,204 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:09,204 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0ed9997-79aa-4b1a-830e-b17c9b8e02fb', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0ed9997-79aa-4b1a-830e-b17c9b8e02fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:10,252 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:10,252 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f597b8-14d5-4013-b702-f45beccbe72e', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f597b8-14d5-4013-b702-f45beccbe72e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:11,303 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:06:11,303 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6c87ef3-9b5c-4a53-96ea-b8c9b1fc6524', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6c87ef3-9b5c-4a53-96ea-b8c9b1fc6524', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:12,354 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:06:12,355 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bf93aa6-89a4-47bd-943e-8de4c1f866e1', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bf93aa6-89a4-47bd-943e-8de4c1f866e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:13,402 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:13,402 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a2aa7c-ded3-4eca-af8d-c8e2c197834d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a2aa7c-ded3-4eca-af8d-c8e2c197834d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:14,448 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:06:14,448 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-299f96b6-80fb-49c5-9cec-f3d26a4b4b46', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-299f96b6-80fb-49c5-9cec-f3d26a4b4b46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:15,497 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:15,497 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea405085-5f05-4157-a0b6-d3d30e1b7842', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea405085-5f05-4157-a0b6-d3d30e1b7842', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:16,545 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:16,545 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff2db233-b0d7-4353-bd4e-4a3af782865c', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff2db233-b0d7-4353-bd4e-4a3af782865c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:17,595 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:06:17,596 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60d167aa-6f88-43b1-971c-b5fd5efaa49c', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60d167aa-6f88-43b1-971c-b5fd5efaa49c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:18,649 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:06:18,649 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08efaf99-ec15-48a3-837b-1dedd26308a0', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08efaf99-ec15-48a3-837b-1dedd26308a0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:19,696 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:19,696 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-330245e9-a5e0-45fb-b65f-51adec50eac4', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-330245e9-a5e0-45fb-b65f-51adec50eac4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:20,747 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:06:20,747 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d2e5c9-6d04-43b1-9063-c442b0a6f183', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d2e5c9-6d04-43b1-9063-c442b0a6f183', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:21,799 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:06:21,799 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34ae2c91-fb1b-479a-af72-2134cc78b6e0', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34ae2c91-fb1b-479a-af72-2134cc78b6e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:22,852 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:06:22,852 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-230b6da1-1895-4826-9673-ffbaf3713266', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-230b6da1-1895-4826-9673-ffbaf3713266', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:23,897 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:06:23,898 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed590ba-727d-45c1-ba6c-f513d5bcf30a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed590ba-727d-45c1-ba6c-f513d5bcf30a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:24,947 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:06:24,948 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dd61e6f-b700-4b0d-9362-ed7b23001090', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dd61e6f-b700-4b0d-9362-ed7b23001090', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:25,997 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:06:25,997 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87af7aaf-f30f-41bb-b993-90f0d1b45e84', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87af7aaf-f30f-41bb-b993-90f0d1b45e84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:27,045 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:27,045 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc66df54-0103-4f52-b338-84d3111fa0da', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc66df54-0103-4f52-b338-84d3111fa0da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:28,092 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:28,093 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc8d0e44-5665-4144-986a-4f2a0d2c9ac8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc8d0e44-5665-4144-986a-4f2a0d2c9ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:29,140 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:29,140 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dfe87ef-a9c3-4b92-8585-8ce9824604e0', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dfe87ef-a9c3-4b92-8585-8ce9824604e0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:30,185 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:06:30,186 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-349926c5-7367-4862-9220-15126f0ae2e4', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-349926c5-7367-4862-9220-15126f0ae2e4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:31,305 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:31,306 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f4da2cf-1ad9-44ff-89f4-ad7912783f46', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f4da2cf-1ad9-44ff-89f4-ad7912783f46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:32,352 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:32,352 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eb4376e-fd5d-4fa5-ab1e-f8d76a32b492', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eb4376e-fd5d-4fa5-ab1e-f8d76a32b492', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:33,399 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:33,399 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-519704fe-2b49-48ce-81d3-48e91180067d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-519704fe-2b49-48ce-81d3-48e91180067d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:34,448 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:34,448 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4008099d-bb89-48fe-b729-cf9e8da5f533', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4008099d-bb89-48fe-b729-cf9e8da5f533', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:35,495 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:35,495 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c73b034e-2574-480d-aa49-58f9bf91c037', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c73b034e-2574-480d-aa49-58f9bf91c037', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:36,543 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:36,544 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49ecb52d-2566-4112-8647-7766699d1772', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49ecb52d-2566-4112-8647-7766699d1772', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:37,590 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:37,590 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b214327-4267-4fbf-a6a6-a534c906a704', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b214327-4267-4fbf-a6a6-a534c906a704', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:38,640 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:06:38,640 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5216d8cd-648d-4fd3-a23c-31ae038efc83', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5216d8cd-648d-4fd3-a23c-31ae038efc83', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:39,689 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:39,689 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6fe087a-acc9-4973-b8eb-dc9b4301b5f8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6fe087a-acc9-4973-b8eb-dc9b4301b5f8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:40,738 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:06:40,739 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aae5348d-e4c1-4217-8f21-901d298ace06', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aae5348d-e4c1-4217-8f21-901d298ace06', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:41,790 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.040s
2026-01-12 14:06:41,790 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2178f4cc-f6c0-49e3-b125-5e49fae93c99', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2178f4cc-f6c0-49e3-b125-5e49fae93c99', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:42,841 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:06:42,841 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3711f9c8-c7cc-4c50-850c-9c090d33d3ee', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3711f9c8-c7cc-4c50-850c-9c090d33d3ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:43,888 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:43,889 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae78290f-d93b-43d1-8b25-ae3afb9d7247', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae78290f-d93b-43d1-8b25-ae3afb9d7247', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:44,938 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:06:44,938 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34607d79-0090-4bdc-93e9-8f64d7537cde', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34607d79-0090-4bdc-93e9-8f64d7537cde', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:45,984 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:45,985 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647e1687-2c91-4d12-afc8-fae2ff5b0e13', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647e1687-2c91-4d12-afc8-fae2ff5b0e13', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:47,034 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:47,034 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99162aaa-0caa-4eaa-97c9-1c99d9167480', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99162aaa-0caa-4eaa-97c9-1c99d9167480', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:48,081 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:06:48,081 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80725689-0e6c-4881-97ae-2d9b301e66b4', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80725689-0e6c-4881-97ae-2d9b301e66b4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:49,126 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:06:49,127 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a1f30ff-cfd5-4d4f-a3bf-3f3ec94789b0', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a1f30ff-cfd5-4d4f-a3bf-3f3ec94789b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:50,173 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:06:50,173 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b7b0c5b-ab3b-4cad-b5fe-0f13f38d0b4d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b7b0c5b-ab3b-4cad-b5fe-0f13f38d0b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:51,221 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:51,221 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b986aea9-dbc0-42ef-905c-e00aaaa806ab', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b986aea9-dbc0-42ef-905c-e00aaaa806ab', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:52,270 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:06:52,270 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d511da52-6995-4011-b8d3-89a1ba4b98b8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d511da52-6995-4011-b8d3-89a1ba4b98b8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:53,317 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:53,317 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062bd742-2b07-4ae5-ab23-6c470fa191ad', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062bd742-2b07-4ae5-ab23-6c470fa191ad', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:54,368 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.040s
2026-01-12 14:06:54,369 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae9dbb2d-beab-4cb3-934f-500d51506c45', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae9dbb2d-beab-4cb3-934f-500d51506c45', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:55,416 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:55,416 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-753dbdfd-6a1a-4dea-b3b6-848773af8ad6', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-753dbdfd-6a1a-4dea-b3b6-848773af8ad6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:56,467 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:06:56,467 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde0588f-0268-42f3-8398-09ba0afe86f9', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dde0588f-0268-42f3-8398-09ba0afe86f9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:57,515 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:57,515 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f316ece2-c26d-4409-8d3b-190942167512', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f316ece2-c26d-4409-8d3b-190942167512', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:58,563 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:06:58,563 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37988cc-0ea2-410e-b1c6-e5a8274aedbb', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37988cc-0ea2-410e-b1c6-e5a8274aedbb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:06:59,614 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:06:59,614 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:06:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf53500b-4064-4a15-9bdd-a36bb47bf00d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf53500b-4064-4a15-9bdd-a36bb47bf00d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:00,660 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:00,661 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6410cd7-ac25-4842-89d0-8e5eed8200e3', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6410cd7-ac25-4842-89d0-8e5eed8200e3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:01,711 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:07:01,711 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e400aad4-103c-4906-92bb-3adccae4bd8d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e400aad4-103c-4906-92bb-3adccae4bd8d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:02,757 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:02,758 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb1d6f9-c04c-43e1-a1f7-c6dadf0ef894', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb1d6f9-c04c-43e1-a1f7-c6dadf0ef894', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:03,809 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:07:03,809 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2f9bdd-2919-4ffa-9f65-8ccd43b9d95f', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2f9bdd-2919-4ffa-9f65-8ccd43b9d95f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:04,854 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:04,855 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08208d96-15c5-4052-a011-d1e6b9d7bfbe', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08208d96-15c5-4052-a011-d1e6b9d7bfbe', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:05,905 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:07:05,905 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a8f0f42-0466-47e6-b435-d5f1eb464a64', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a8f0f42-0466-47e6-b435-d5f1eb464a64', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:06,953 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:07:06,953 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24edd19e-7789-4e53-94b0-23962e752f46', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24edd19e-7789-4e53-94b0-23962e752f46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:08,005 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:07:08,005 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af7c4023-11c7-4430-a6d7-7be38b818e43', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af7c4023-11c7-4430-a6d7-7be38b818e43', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:09,052 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:09,052 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f8d96fc-8850-4d1a-849a-1252d322d7ea', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f8d96fc-8850-4d1a-849a-1252d322d7ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:10,098 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:10,098 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88803227-49c3-46ed-81e3-266903f15015', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88803227-49c3-46ed-81e3-266903f15015', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:11,145 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:07:11,145 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0362665-f6ff-4485-93a1-dc44ae46d48f', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0362665-f6ff-4485-93a1-dc44ae46d48f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:12,197 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:07:12,198 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b838a17c-ce4e-4a66-9117-d5f76e6f0bcf', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b838a17c-ce4e-4a66-9117-d5f76e6f0bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:13,247 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:07:13,247 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3111550b-6ef0-419f-acb5-dfe093004e62', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3111550b-6ef0-419f-acb5-dfe093004e62', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:14,292 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:14,293 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edb8a8b-b5df-411e-80c5-1a8dc75c11a9', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edb8a8b-b5df-411e-80c5-1a8dc75c11a9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:15,342 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:15,343 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2171101c-3b45-4e4d-8c51-b1006c1004a3', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2171101c-3b45-4e4d-8c51-b1006c1004a3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:16,390 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:16,390 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde41e90-d2c1-4103-a130-e0f58ea7427a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde41e90-d2c1-4103-a130-e0f58ea7427a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:17,440 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:07:17,441 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50b2547a-3411-4130-97fa-584de9005374', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50b2547a-3411-4130-97fa-584de9005374', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:18,487 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:18,488 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7798d2b-2e1e-4083-905a-00fa167855d3', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7798d2b-2e1e-4083-905a-00fa167855d3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:19,537 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:19,538 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3a51848-88d2-4e6a-a652-d30054148d12', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a51848-88d2-4e6a-a652-d30054148d12', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:20,585 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:20,585 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216760dc-142c-4540-a4a2-8ab8eac32cc5', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216760dc-142c-4540-a4a2-8ab8eac32cc5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:21,634 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:21,635 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faea63d0-f57e-4f4c-9ff4-facb5806b112', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faea63d0-f57e-4f4c-9ff4-facb5806b112', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:22,682 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:07:22,682 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc77ad77-ff30-445a-a97b-c8175a8384b3', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc77ad77-ff30-445a-a97b-c8175a8384b3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:23,731 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:23,731 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebafcc9f-8897-4c51-b998-62faafbe3702', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebafcc9f-8897-4c51-b998-62faafbe3702', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:24,784 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:07:24,784 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e5f223f-f6f8-415b-aa53-9f2e442121f6', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e5f223f-f6f8-415b-aa53-9f2e442121f6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:25,833 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:07:25,833 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45acc50-ded7-40a4-9522-176a18dadfd6', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45acc50-ded7-40a4-9522-176a18dadfd6', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:26,884 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.040s
2026-01-12 14:07:26,885 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7de8173-c10a-437c-ab31-aab94db99f7f', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7de8173-c10a-437c-ab31-aab94db99f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:27,938 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.042s
2026-01-12 14:07:27,938 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-167ff827-f11f-4b91-b89e-3de3f12abfc4', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-167ff827-f11f-4b91-b89e-3de3f12abfc4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:29,001 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.048s
2026-01-12 14:07:29,002 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ef0b85-ccd2-498d-8fc9-6dd01d60be9e', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ef0b85-ccd2-498d-8fc9-6dd01d60be9e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:30,049 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:07:30,050 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-345a4445-f816-4cd8-af28-c130f597aa0a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-345a4445-f816-4cd8-af28-c130f597aa0a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:31,098 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:07:31,098 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-656680cc-5f30-47c5-adab-b6d8d118b46b', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-656680cc-5f30-47c5-adab-b6d8d118b46b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:32,144 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:32,145 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c84d2b8-bf19-4240-8c6a-d0de709d94e1', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c84d2b8-bf19-4240-8c6a-d0de709d94e1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:33,190 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:33,190 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a582c374-8d37-454d-9254-322b05567526', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a582c374-8d37-454d-9254-322b05567526', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:34,239 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:34,240 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a0b14cf-6dcd-4911-a85a-bec0f15d8b4f', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a0b14cf-6dcd-4911-a85a-bec0f15d8b4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:35,285 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:35,286 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92ebd323-a8e3-4f00-a45b-0335fe94cc90', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92ebd323-a8e3-4f00-a45b-0335fe94cc90', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:36,334 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:07:36,335 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59dc0c8-300d-4e6f-8754-331104fefbe4', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59dc0c8-300d-4e6f-8754-331104fefbe4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:37,381 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:37,381 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0de63dd-e685-4e8e-8a76-04c65e408f41', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0de63dd-e685-4e8e-8a76-04c65e408f41', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:38,429 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:07:38,429 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae8f4c6-eefd-4827-a0d2-424a8f97815f', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae8f4c6-eefd-4827-a0d2-424a8f97815f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:39,476 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:39,477 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2bb3ce-a9d1-43e4-81e2-92273eb67952', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd2bb3ce-a9d1-43e4-81e2-92273eb67952', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:40,526 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:40,527 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c9d00e1-8093-4cfd-89b1-a33cf6d9df02', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9d00e1-8093-4cfd-89b1-a33cf6d9df02', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:41,573 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:41,573 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e61172a-d87f-4405-8c2e-46a712371dd3', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e61172a-d87f-4405-8c2e-46a712371dd3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:42,622 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:42,622 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd6e0bc-d5c3-4474-ac2a-b740c713d716', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd6e0bc-d5c3-4474-ac2a-b740c713d716', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:43,672 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:43,672 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96c407f2-0efd-403e-aa3b-eb4476c2da47', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96c407f2-0efd-403e-aa3b-eb4476c2da47', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:44,721 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:07:44,721 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b53e497-7c0e-4a77-8cf5-26820281532d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b53e497-7c0e-4a77-8cf5-26820281532d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:45,768 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:45,768 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5cd79fe-ea5d-4799-b3d5-3a742f96fe6a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5cd79fe-ea5d-4799-b3d5-3a742f96fe6a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:46,822 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:07:46,823 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ec57ca6-10e6-4eee-8ff5-597aa717837b', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ec57ca6-10e6-4eee-8ff5-597aa717837b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:47,869 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:47,870 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-819fbe97-872b-4a6a-a47a-5d461dc1ad96', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-819fbe97-872b-4a6a-a47a-5d461dc1ad96', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:48,920 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:07:48,921 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f3d54c0-91c6-40d7-bd8b-19fff9c783f3', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f3d54c0-91c6-40d7-bd8b-19fff9c783f3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:49,968 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:07:49,968 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63194fcc-122f-430d-8bca-4b8e2e408773', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63194fcc-122f-430d-8bca-4b8e2e408773', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:51,018 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:51,018 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecdff40d-cdcc-4cce-ad35-e534445da7e8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecdff40d-cdcc-4cce-ad35-e534445da7e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:52,066 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:07:52,066 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ead13c4-ede6-43e9-9a32-3367fd3ed6d0', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ead13c4-ede6-43e9-9a32-3367fd3ed6d0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:53,116 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:07:53,116 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502ba7b0-c694-4f85-b4e4-5f2bb4ba7b01', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502ba7b0-c694-4f85-b4e4-5f2bb4ba7b01', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:54,166 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.039s
2026-01-12 14:07:54,167 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44c808d-2a94-4099-8487-ca5479d751e8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44c808d-2a94-4099-8487-ca5479d751e8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:55,214 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:55,214 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a7f7158-84d9-4e46-b87e-12e8fe1f4bd4', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a7f7158-84d9-4e46-b87e-12e8fe1f4bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:56,261 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:07:56,262 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f5fdf4f-f825-45be-a383-943bc3187018', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f5fdf4f-f825-45be-a383-943bc3187018', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:57,308 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:07:57,308 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f22b65e-0bf7-457c-8fd0-b10e90eac396', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f22b65e-0bf7-457c-8fd0-b10e90eac396', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:58,354 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:07:58,354 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76292a5e-f408-4d78-a09a-8c08251e960b', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76292a5e-f408-4d78-a09a-8c08251e960b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:07:59,412 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.046s
2026-01-12 14:07:59,412 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12af803-76d9-46d7-8607-4db1ac1a7011', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12af803-76d9-46d7-8607-4db1ac1a7011', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:00,462 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:08:00,462 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-438b21cd-f271-40f1-a35b-7a091b3a9255', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-438b21cd-f271-40f1-a35b-7a091b3a9255', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:01,512 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:08:01,512 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-200609c3-d806-4823-8945-2924ffb0634a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-200609c3-d806-4823-8945-2924ffb0634a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:02,560 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:08:02,561 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9180cf9-a0b4-4efe-bed8-9572e3f8618a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9180cf9-a0b4-4efe-bed8-9572e3f8618a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:03,608 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:03,609 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3660739-1d9a-4d95-b2f2-54488cf7af00', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3660739-1d9a-4d95-b2f2-54488cf7af00', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:04,657 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:08:04,657 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef820b1-3316-4831-933d-8985161ab3f2', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef820b1-3316-4831-933d-8985161ab3f2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:05,704 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:08:05,704 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7f4c880-66b6-47ff-acec-c1bdfcc63959', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7f4c880-66b6-47ff-acec-c1bdfcc63959', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:06,751 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:06,752 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28a3ce1c-d574-4da2-a867-4d5f071bc300', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28a3ce1c-d574-4da2-a867-4d5f071bc300', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:07,799 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:07,799 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf766174-6f73-47c7-a62c-b2fef96491f5', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf766174-6f73-47c7-a62c-b2fef96491f5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:08,847 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:08,847 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-619071bb-44f4-4191-a787-1c0a18dd1863', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-619071bb-44f4-4191-a787-1c0a18dd1863', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:09,896 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:08:09,896 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f24710d2-49f5-46f5-9ba5-251384aedb21', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f24710d2-49f5-46f5-9ba5-251384aedb21', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:10,944 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:08:10,945 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea0e3fc5-a98b-4032-920c-92f8b6cf1e2d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea0e3fc5-a98b-4032-920c-92f8b6cf1e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:11,994 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:08:11,995 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a3757d-5b5d-45b3-a07f-e038042bbab8', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a3757d-5b5d-45b3-a07f-e038042bbab8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:13,042 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:13,042 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06b78505-3427-4cc0-9c2f-d0c698fba629', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06b78505-3427-4cc0-9c2f-d0c698fba629', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:14,091 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:08:14,091 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd8615d-b620-4688-a83b-0f11c00c2098', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd8615d-b620-4688-a83b-0f11c00c2098', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:15,138 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:08:15,138 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e5d6db-cb91-4d8d-9679-d9da8b6dc692', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e5d6db-cb91-4d8d-9679-d9da8b6dc692', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:16,185 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:16,185 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5786e25a-deea-4141-80e3-1c671b6c39b0', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5786e25a-deea-4141-80e3-1c671b6c39b0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:17,232 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:08:17,232 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc4266fb-bb75-4b49-a750-b905e89980dd', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4266fb-bb75-4b49-a750-b905e89980dd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:18,280 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:08:18,281 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41a945f3-776d-4cd1-a2f0-c9a69d8a8485', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41a945f3-776d-4cd1-a2f0-c9a69d8a8485', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:19,328 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:19,329 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d3d74c-9438-4545-85f2-2917a27977ff', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d3d74c-9438-4545-85f2-2917a27977ff', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:20,377 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:08:20,377 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d17b4343-9a8b-43bd-bcd7-f9adb4195f16', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d17b4343-9a8b-43bd-bcd7-f9adb4195f16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:21,425 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:21,425 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c55869c-611d-4130-b4cc-ab78617889ee', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c55869c-611d-4130-b4cc-ab78617889ee', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:22,474 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:08:22,475 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77537fd0-7faa-4c5c-b409-4b2da80fc235', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77537fd0-7faa-4c5c-b409-4b2da80fc235', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:23,522 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:23,522 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8cce916-b186-42d3-be5e-a95664406b71', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8cce916-b186-42d3-be5e-a95664406b71', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:24,570 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:24,570 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2977826c-6793-4191-8986-635ccd5c97b7', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2977826c-6793-4191-8986-635ccd5c97b7', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:25,618 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.037s
2026-01-12 14:08:25,619 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778505e3-35db-4c22-8c6e-f8bfe04ace16', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778505e3-35db-4c22-8c6e-f8bfe04ace16', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:26,668 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:08:26,668 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cacb8d6b-18b7-4586-b580-1486ed89af3d', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cacb8d6b-18b7-4586-b580-1486ed89af3d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:27,717 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.038s
2026-01-12 14:08:27,718 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9bba4ce-a03c-4340-b78c-35c133b9314c', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9bba4ce-a03c-4340-b78c-35c133b9314c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:28,789 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.059s
2026-01-12 14:08:28,789 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8398918-b63d-4a61-b445-f1eb72e1b720', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8398918-b63d-4a61-b445-f1eb72e1b720', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:29,836 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:08:29,836 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10161a31-4cee-49f9-8b73-355d5e603d5a', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10161a31-4cee-49f9-8b73-355d5e603d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:30,891 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.043s
2026-01-12 14:08:30,891 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db0a303d-2fdb-45b4-84fb-46cbda698039', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db0a303d-2fdb-45b4-84fb-46cbda698039', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:31,938 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.035s
2026-01-12 14:08:31,938 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981f79d5-9494-490b-b261-22bd1496881e', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981f79d5-9494-490b-b261-22bd1496881e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:32,990 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.040s
2026-01-12 14:08:32,990 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d08787d-9f4c-414d-a5f0-7c12a8c9ece2', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d08787d-9f4c-414d-a5f0-7c12a8c9ece2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:34,035 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.034s
2026-01-12 14:08:34,036 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68bce4ac-d5e0-4949-a3d7-ec8e0157aadd', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68bce4ac-d5e0-4949-a3d7-ec8e0157aadd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:35,084 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.036s
2026-01-12 14:08:35,084 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44fce07e-ff6d-4b22-bf01-653757b97a97', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44fce07e-ff6d-4b22-bf01-653757b97a97', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:36,137 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.041s
2026-01-12 14:08:36,137 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2680a68-af84-4e91-8f01-1495bdca3b8e', 'content-length': '1256', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2680a68-af84-4e91-8f01-1495bdca3b8e', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"volume": {"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:36,201 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5 0.053s
2026-01-12 14:08:36,202 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6c056f-0ad9-42d9-9851-3411e3d5663d', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5'}
Body: b''
2026-01-12 14:08:36,240 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5 0.038s
2026-01-12 14:08:36,241 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3637f89-106e-49bd-ab7d-b99292e38624', 'content-length': '946', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3637f89-106e-49bd-ab7d-b99292e38624', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5'}
Body: b'{"volume": {"id": "eef9f410-1614-4aeb-8a93-d57f7eba30c5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:08:36.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1850304168", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-837771979-1490883416", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:37,288 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5 0.035s
2026-01-12 14:08:37,288 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-635592d9-7aa5-41c1-8a9c-7af6cd785518', 'content-length': '946', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-635592d9-7aa5-41c1-8a9c-7af6cd785518', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5'}
Body: b'{"volume": {"id": "eef9f410-1614-4aeb-8a93-d57f7eba30c5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:08:36.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1850304168", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-837771979-1490883416", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:38,318 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5 0.019s
2026-01-12 14:08:38,318 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6765217-9106-4159-b42c-957e8d2e9263', 'x-openstack-request-id': 'req-c6765217-9106-4159-b42c-957e8d2e9263', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/eef9f410-1614-4aeb-8a93-d57f7eba30c5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume eef9f410-1614-4aeb-8a93-d57f7eba30c5 could not be found."}}'
2026-01-12 14:08:38,359 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76 0.040s
2026-01-12 14:08:38,360 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a979a8-6860-4a59-aa8f-efa9c3db99fc', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76'}
Body: b''
2026-01-12 14:08:38,397 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76 0.036s
2026-01-12 14:08:38,397 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9209a541-1c6d-439b-abc0-189e3e91a819', 'content-length': '947', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9209a541-1c6d-439b-abc0-189e3e91a819', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76'}
Body: b'{"volume": {"id": "7a485f81-930b-421c-967d-6c50912abd76", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:08:38.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1233747714", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1132152388-1966705247", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7a485f81-930b-421c-967d-6c50912abd76"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:39,453 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76 0.039s
2026-01-12 14:08:39,453 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a251aa14-8b24-49c9-8b20-8c5bc9dcbb57', 'content-length': '947', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a251aa14-8b24-49c9-8b20-8c5bc9dcbb57', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76'}
Body: b'{"volume": {"id": "7a485f81-930b-421c-967d-6c50912abd76", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:08:38.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1233747714", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-1132152388-1966705247", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/7a485f81-930b-421c-967d-6c50912abd76"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}}'
2026-01-12 14:08:40,483 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76 0.018s
2026-01-12 14:08:40,483 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-41364b18-e152-4f6a-9e3e-31ab9e8279ac', 'x-openstack-request-id': 'req-41364b18-e152-4f6a-9e3e-31ab9e8279ac', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/7a485f81-930b-421c-967d-6c50912abd76'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7a485f81-930b-421c-967d-6c50912abd76 could not be found."}}'
2026-01-12 14:08:40,570 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1 0.086s
2026-01-12 14:08:40,570 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb256b1-d848-4cdd-af06-33aaa48ac352', 'content-length': '9910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb256b1-d848-4cdd-af06-33aaa48ac352', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}, {"id": "aa7db536-b932-4896-b54d-ee11cd6a3f18", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:15.000000", "updated_at": "2026-01-12T12:59:28.000000", "name": "tempest-tempest.common.compute-volume-268477323", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/aa7db536-b932-4896-b54d-ee11cd6a3f18"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/aa7db536-b932-4896-b54d-ee11cd6a3f18"}], "user_id": "aaa8a42733d143f3a30ea30edc525b96", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "51b0fd43632c47fc8f4706def10ec1fb"}, {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:05.000000", "updated_at": "2026-01-12T12:59:21.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-843114026", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}, {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:03.000000", "updated_at": "2026-01-12
2026-01-12 14:08:40,631 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/types/f74830b1-5675-4fc4-b1e7-5205ff14bfad 0.045s
2026-01-12 14:08:40,632 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be4d628-b9d7-483e-b50d-c4a13ff900ee', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/types/f74830b1-5675-4fc4-b1e7-5205ff14bfad'}
Body: b''
2026-01-12 14:08:40,691 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1 0.059s
2026-01-12 14:08:40,691 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8e0a653-3e17-4121-b4dc-4dbf7936d4ea', 'content-length': '9910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8e0a653-3e17-4121-b4dc-4dbf7936d4ea', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}, {"id": "aa7db536-b932-4896-b54d-ee11cd6a3f18", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:15.000000", "updated_at": "2026-01-12T12:59:28.000000", "name": "tempest-tempest.common.compute-volume-268477323", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/aa7db536-b932-4896-b54d-ee11cd6a3f18"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/aa7db536-b932-4896-b54d-ee11cd6a3f18"}], "user_id": "aaa8a42733d143f3a30ea30edc525b96", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "51b0fd43632c47fc8f4706def10ec1fb"}, {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:05.000000", "updated_at": "2026-01-12T12:59:21.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-843114026", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}, {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:03.000000", "updated_at": "2026-01-12
2026-01-12 14:08:40,748 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/types/696c5d49-995d-4067-ba0c-5d33ac0a424a 0.041s
2026-01-12 14:08:40,749 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-513436af-c276-48e8-b9e9-67e444e6c6c4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/types/696c5d49-995d-4067-ba0c-5d33ac0a424a'}
Body: b''
2026-01-12 14:08:40,777 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-2059988591 0.027s
2026-01-12 14:08:40,777 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.60', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.60', 'x-openstack-nova-api-version': '2.60', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0f9677c-4fb8-409e-8099-1683fa03c1d1', 'x-compute-request-id': 'req-b0f9677c-4fb8-409e-8099-1683fa03c1d1', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-2059988591'}
Body: b''
2026-01-12 14:08:40,851 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://192.168.122.253/image/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b 0.073s
2026-01-12 14:08:40,851 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-1be369f8-efcf-47e4-a549-ce702d8b267e', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/52f0c742-ea14-4800-bdb0-f8addd211e2b'}
Body: b''
2026-01-12 14:08:40,909 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1 0.058s
2026-01-12 14:08:40,910 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a679675-8a71-4c7b-b188-a35e562b6ea9', 'content-length': '9910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a679675-8a71-4c7b-b188-a35e562b6ea9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "56cfc511-1693-409d-ba94-7930800cc88e", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:04:55.000000", "updated_at": "2026-01-12T13:05:05.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-2061505534", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-225091875-387476937", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/56cfc511-1693-409d-ba94-7930800cc88e"}], "user_id": "ae8164a9f9bb4423b1254dcc4f189ff4", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "volume_image_metadata": {"signature_verified": "False", "image_id": "52f0c742-ea14-4800-bdb0-f8addd211e2b", "image_name": "tempest-scenario-img--874841787", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "f2853e4c68764854a2813b27f248e796"}, {"id": "aa7db536-b932-4896-b54d-ee11cd6a3f18", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:15.000000", "updated_at": "2026-01-12T12:59:28.000000", "name": "tempest-tempest.common.compute-volume-268477323", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/aa7db536-b932-4896-b54d-ee11cd6a3f18"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/aa7db536-b932-4896-b54d-ee11cd6a3f18"}], "user_id": "aaa8a42733d143f3a30ea30edc525b96", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "51b0fd43632c47fc8f4706def10ec1fb"}, {"id": "ce792b37-4070-4175-8246-dd9fc057ebac", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:05.000000", "updated_at": "2026-01-12T12:59:21.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-843114026", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/ce792b37-4070-4175-8246-dd9fc057ebac"}], "user_id": "837a42f1036a440bb9c04dde86c2de25", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": "devstack@QuobyteHD#QuobyteHD", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "94e22c1749ae40ce8462802d31cdb4fb"}, {"id": "4b2a8afb-18d6-4130-9589-5328f27eda76", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T12:59:03.000000", "updated_at": "2026-01-12
2026-01-12 14:08:40,965 81739 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 400 DELETE http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e 0.040s
2026-01-12 14:08:40,966 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:08:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6e066e0-9329-468f-ae44-cc7eb5e6bcdf', 'x-openstack-request-id': 'req-d6e066e0-9329-468f-ae44-cc7eb5e6bcdf', 'connection': 'close', 'status': '400', 'content-location': 'http://192.168.122.253/volume/v3/volumes/56cfc511-1693-409d-ba94-7930800cc88e'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: 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."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
resp, body = self.delete("servers/%s" % server_id)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'KeyError'>
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
raise lib_exc.DeleteErrorException(details, server_id=server_id)
tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
Details: Server 81a2d26d-7d2c-49c2-98b6-1b69466860c2 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:05:08Z', 'message': 'KeyError'}.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 877, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: 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.'}
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 988, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestInstancesWithCinderVolumes:_run_cleanups) Failed to delete volume 56cfc511-1693-409d-ba94-7930800cc88e within the required time (196 s). Timer started at 1768223120. Timer ended at 1768223316. Waited for 196 s.
}}}
traceback-5: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/scenario/manager.py", line 545, in cleanup_volume_type
test_utils.call_and_ignore_notfound_exc(
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
return self.request('DELETE', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 877, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: 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.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_instances_with_cinder_volumes.py", line 150, in test_instances_with_cinder_volumes_on_all_compute_nodes
waiters.wait_for_server_status(self.servers_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 81a2d26d-7d2c-49c2-98b6-1b69466860c2 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:05:08Z', 'message': 'KeyError'}.
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
fail
ft19.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:09:00,295 81739 DEBUG [tempest.scenario.manager] paths: img: /home/quobyte/devstack/files/cirros-0.6.3-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None
2026-01-12 14:09:00,892 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://192.168.122.253/image/v2/images 0.596s
2026-01-12 14:09:00,892 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"name": "tempest-scenario-img--144008091", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/d48f3532-dd33-48de-8d4c-7d640dc638dc', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ba81533c-20d9-44c7-9e95-233ab9482984', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/image/v2/images'}
Body: b'{"name": "tempest-scenario-img--144008091", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "b6595094c09a4be6ab06ba5ec6f35a85", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "created_at": "2026-01-12T13:09:01Z", "updated_at": "2026-01-12T13:09:01Z", "tags": [], "self": "/v2/images/d48f3532-dd33-48de-8d4c-7d640dc638dc", "file": "/v2/images/d48f3532-dd33-48de-8d4c-7d640dc638dc/file", "schema": "/v2/schemas/image"}'
2026-01-12 14:09:01,907 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://192.168.122.253/image/v2/images/d48f3532-dd33-48de-8d4c-7d640dc638dc/file 1.014s
2026-01-12 14:09:01,907 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'}
Body: <callable_iterator object at 0x7f7d39959450>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0e6ee08e-222e-4f6d-be18-d750410b3905', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/d48f3532-dd33-48de-8d4c-7d640dc638dc/file'}
Body: b''
2026-01-12 14:09:01,907 81739 DEBUG [tempest.scenario.manager] image:d48f3532-dd33-48de-8d4c-7d640dc638dc
2026-01-12 14:09:01,962 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.054s
2026-01-12 14:09:01,962 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1388419369", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH1/IVyoiWQwepMFggUsGvdsYvf3HmlpH+ke4twV3uhlV/YK+ruqFC6TUIlauLq95LFf0GSNjOLrW0dgjYjUD1ZB5eb6bMmqUF2fUCvXpgqnWJVNjIXA0DxZPUII6cyBtw=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a8e46ce-d47c-4c63-bb5b-8fa18189b952', 'x-compute-request-id': 'req-7a8e46ce-d47c-4c63-bb5b-8fa18189b952', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1388419369", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH1/IVyoiWQwepMFggUsGvdsYvf3HmlpH+ke4twV3uhlV/YK+ruqFC6TUIlauLq95LFf0GSNjOLrW0dgjYjUD1ZB5eb6bMmqUF2fUCvXpgqnWJVNjIXA0DxZPUII6cyBtw==", "fingerprint": "28:46:1c:49:96:82:c3:07:d0:fe:f4:8a:8c:5f:dc:9d", "user_id": "3ba056ac1c1a4cbd9075ee6334c4a481"}}'
2026-01-12 14:09:02,006 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.038s
2026-01-12 14:09:02,006 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2530', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-73583d5a-c32a-49b6-9abf-d63f695cc2a9', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3ba056ac1c1a4cbd9075ee6334c4a481", "name": "tempest-TestMinimumBasicScenario-225348273-project-member", "password_expires_at": null}, "audit_ids": ["5ZN9U-H1Q0GAoEfFF180hg"], "expires_at": "2026-01-12T14:09:01.000000Z", "issued_at": "2026-01-12T13:09:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b6595094c09a4be6ab06ba5ec6f35a85", "name": "tempest-TestMinimumBasicScenario-225348273"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/b6595094c09a4be6ab06ba5ec6f35a85", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:09:02,007 81739 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'ee156482-6d52-49e0-ab5d-e17de8738ac8', 'name': 'tempest-TestMinimumBasicScenario-773984038-network', 'tenant_id': 'b6595094c09a4be6ab06ba5ec6f35a85', 'project_id': 'b6595094c09a4be6ab06ba5ec6f35a85', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12918, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:08:47Z', 'updated_at': '2026-01-12T13:08:47Z', 'revision_number': 1} available for tenant
2026-01-12 14:09:02,500 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://192.168.122.253/compute/v2.1/servers 0.492s
2026-01-12 14:09:02,500 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1439215062", "imageRef": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1388419369", "networks": [{"uuid": "ee156482-6d52-49e0-ab5d-e17de8738ac8"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '388', 'location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d638c2c-8374-4811-b225-1039f561ac1a', 'x-compute-request-id': 'req-0d638c2c-8374-4811-b225-1039f561ac1a', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "gyZCsE6XkUC4"}}'
2026-01-12 14:09:02,560 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 0.057s
2026-01-12 14:09:02,560 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1273', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec835d63-5a82-4e92-8619-8b3fb479f81b', 'x-compute-request-id': 'req-ec835d63-5a82-4e92-8619-8b3fb479f81b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97'}
Body: b'{"server": {"id": "a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97", "name": "tempest-TestMinimumBasicScenario-server-1439215062", "status": "BUILD", "tenant_id": "b6595094c09a4be6ab06ba5ec6f35a85", "user_id": "3ba056ac1c1a4cbd9075ee6334c4a481", "metadata": {}, "hostId": "", "image": {"id": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/d48f3532-dd33-48de-8d4c-7d640dc638dc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:02Z", "updated": "2026-01-12T13:09:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1388419369", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:03,644 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 0.072s
2026-01-12 14:09:03,644 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1277', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99185a3d-6ced-4430-ae97-a1610c902a48', 'x-compute-request-id': 'req-99185a3d-6ced-4430-ae97-a1610c902a48', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97'}
Body: b'{"server": {"id": "a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97", "name": "tempest-TestMinimumBasicScenario-server-1439215062", "status": "BUILD", "tenant_id": "b6595094c09a4be6ab06ba5ec6f35a85", "user_id": "3ba056ac1c1a4cbd9075ee6334c4a481", "metadata": {}, "hostId": "", "image": {"id": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/d48f3532-dd33-48de-8d4c-7d640dc638dc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:02Z", "updated": "2026-01-12T13:09:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1388419369", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:04,730 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 0.074s
2026-01-12 14:09:04,731 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1269', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7e14d86-0f9a-40c3-8dd0-cfc955702073', 'x-compute-request-id': 'req-b7e14d86-0f9a-40c3-8dd0-cfc955702073', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97'}
Body: b'{"server": {"id": "a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97", "name": "tempest-TestMinimumBasicScenario-server-1439215062", "status": "BUILD", "tenant_id": "b6595094c09a4be6ab06ba5ec6f35a85", "user_id": "3ba056ac1c1a4cbd9075ee6334c4a481", "metadata": {}, "hostId": "", "image": {"id": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/d48f3532-dd33-48de-8d4c-7d640dc638dc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:02Z", "updated": "2026-01-12T13:09:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1388419369", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:04,741 81739 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:09:05,815 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 0.072s
2026-01-12 14:09:05,815 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1269', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dc37b2d-5cc2-4a1a-947e-09de3f37aacd', 'x-compute-request-id': 'req-2dc37b2d-5cc2-4a1a-947e-09de3f37aacd', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97'}
Body: b'{"server": {"id": "a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97", "name": "tempest-TestMinimumBasicScenario-server-1439215062", "status": "BUILD", "tenant_id": "b6595094c09a4be6ab06ba5ec6f35a85", "user_id": "3ba056ac1c1a4cbd9075ee6334c4a481", "metadata": {}, "hostId": "", "image": {"id": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/d48f3532-dd33-48de-8d4c-7d640dc638dc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:02Z", "updated": "2026-01-12T13:09:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1388419369", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:06,908 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 0.080s
2026-01-12 14:09:06,908 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1329', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df3d254e-0eee-43ef-b580-5cefae0e9894', 'x-compute-request-id': 'req-df3d254e-0eee-43ef-b580-5cefae0e9894', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97'}
Body: b'{"server": {"id": "a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97", "name": "tempest-TestMinimumBasicScenario-server-1439215062", "status": "ERROR", "tenant_id": "b6595094c09a4be6ab06ba5ec6f35a85", "user_id": "3ba056ac1c1a4cbd9075ee6334c4a481", "metadata": {}, "hostId": "", "image": {"id": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/d48f3532-dd33-48de-8d4c-7d640dc638dc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:02Z", "updated": "2026-01-12T13:09:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:09:05Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1388419369", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:06,919 81739 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:09:07,002 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 500 DELETE http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 0.083s
2026-01-12 14:09:07,002 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-3492f0bf-8171-4afb-946b-b78333ca214a', 'x-compute-request-id': 'req-3492f0bf-8171-4afb-946b-b78333ca214a', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:09:07,003 81739 ERROR [tempest.common.compute] Deleting server a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 failed
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 failed to build and is in ERROR status
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:09:05Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-0d638c2c-8374-4811-b225-1039f561ac1a.
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:09:07.003 81739 ERROR tempest.common.compute
2026-01-12 14:09:07,087 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 0.084s
2026-01-12 14:09:07,088 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1335', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79174209-b1a4-4a30-90c1-cf1b15f0ed78', 'x-compute-request-id': 'req-79174209-b1a4-4a30-90c1-cf1b15f0ed78', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97'}
Body: b'{"server": {"id": "a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97", "name": "tempest-TestMinimumBasicScenario-server-1439215062", "status": "ERROR", "tenant_id": "b6595094c09a4be6ab06ba5ec6f35a85", "user_id": "3ba056ac1c1a4cbd9075ee6334c4a481", "metadata": {}, "hostId": "", "image": {"id": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/d48f3532-dd33-48de-8d4c-7d640dc638dc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:02Z", "updated": "2026-01-12T13:09:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:09:05Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1388419369", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:08,180 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 0.080s
2026-01-12 14:09:08,180 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1335', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a09ecf22-3aee-432b-8165-83c2f338c912', 'x-compute-request-id': 'req-a09ecf22-3aee-432b-8165-83c2f338c912', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97'}
Body: b'{"server": {"id": "a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97", "name": "tempest-TestMinimumBasicScenario-server-1439215062", "status": "ERROR", "tenant_id": "b6595094c09a4be6ab06ba5ec6f35a85", "user_id": "3ba056ac1c1a4cbd9075ee6334c4a481", "metadata": {}, "hostId": "", "image": {"id": "d48f3532-dd33-48de-8d4c-7d640dc638dc", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/d48f3532-dd33-48de-8d4c-7d640dc638dc"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:02Z", "updated": "2026-01-12T13:09:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:09:05Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1388419369", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:08,191 81739 ERROR [tempest.common.compute] Server a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 failed to delete in time
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 failed to build and is in ERROR status
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:09:05Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-0d638c2c-8374-4811-b225-1039f561ac1a.
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute Details: Server a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:09:05Z', 'message': 'KeyError'}.
2026-01-12 14:09:08.191 81739 ERROR tempest.common.compute
2026-01-12 14:09:08,216 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1388419369 0.023s
2026-01-12 14:09:08,216 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b628a8b2-ca8e-483d-81f3-74a923f47896', 'x-compute-request-id': 'req-b628a8b2-ca8e-483d-81f3-74a923f47896', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1388419369'}
Body: b''
2026-01-12 14:09:08,287 81739 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://192.168.122.253/image/v2/images/d48f3532-dd33-48de-8d4c-7d640dc638dc 0.071s
2026-01-12 14:09:08,288 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c2bc0241-0a38-4dc1-bf25-a145387db87a', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/image/v2/images/d48f3532-dd33-48de-8d4c-7d640dc638dc'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 95, in test_minimum_basic_scenario
server = self.create_server(image_id=image, key_name=keypair['name'])
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server a5de3984-632e-4e5a-b8f2-4eb3c8b0ef97 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:09:05Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-0d638c2c-8374-4811-b225-1039f561ac1a.
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 0 | 1 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
fail
ft20.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:12:45,365 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.080s
2026-01-12 14:12:45,365 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2564', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-0898a65c-accb-4cd4-9820-8bb729a6f9a7', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f317008db96e40bb9a13abfc21d8cb63", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1163946105-project-member", "password_expires_at": null}, "audit_ids": ["Sblr_fwUQ1imHOi39sXwEw"], "expires_at": "2026-01-12T14:12:45.000000Z", "issued_at": "2026-01-12T13:12:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6bc034b57e6e49a18990eb588a708cf4", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1163946105"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/6bc034b57e6e49a18990eb588a708cf4", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:12:45,365 81745 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '32950005-4442-45f3-8d0d-b6729382f509', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1604223515-network', 'tenant_id': '6bc034b57e6e49a18990eb588a708cf4', 'project_id': '6bc034b57e6e49a18990eb588a708cf4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59670, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:12:32Z', 'updated_at': '2026-01-12T13:12:32Z', 'revision_number': 1} available for tenant
2026-01-12 14:12:45,366 81745 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 14:12:45,366 81745 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 14:12:45,484 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.116s
2026-01-12 14:12:45,484 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-310485610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEuIBNIcXhNpycNnJKsyLIVubQ2l5MS8V0tGhJY/cEPcD2fr5z9AHpcXfo/20D9dgD89jyejgzFrIkLTKVxQuwmpBS0Y6ELGYqVbhvCkhm8RFNOhv/C1XhkGTtGxd9LE1g=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49bb779a-5928-4d3e-bab1-f7c04a324c32', 'x-compute-request-id': 'req-49bb779a-5928-4d3e-bab1-f7c04a324c32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-310485610", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEuIBNIcXhNpycNnJKsyLIVubQ2l5MS8V0tGhJY/cEPcD2fr5z9AHpcXfo/20D9dgD89jyejgzFrIkLTKVxQuwmpBS0Y6ELGYqVbhvCkhm8RFNOhv/C1XhkGTtGxd9LE1g==", "fingerprint": "b9:9d:fd:dc:42:4f:2a:3c:db:da:df:32:86:b4:bd:96", "user_id": "f317008db96e40bb9a13abfc21d8cb63"}}'
2026-01-12 14:12:45,486 81745 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-310485610 created
2026-01-12 14:12:45,716 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.230s
2026-01-12 14:12:45,717 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--1168385302", "description": "tempest-description--1435099461"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-ee290df9-801e-4c45-8190-7cc50da478f6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "9ee598be-1683-4498-addf-f532c384c794", "name": "tempest-securitygroup--1168385302", "stateful": true, "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "project_id": "6bc034b57e6e49a18990eb588a708cf4", "description": "tempest-description--1435099461", "shared": false, "security_group_rules": [{"id": "0920a2d0-5743-4960-9620-173e8998c82f", "project_id": "6bc034b57e6e49a18990eb588a708cf4", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "security_group_id": "9ee598be-1683-4498-addf-f532c384c794", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1054, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:12:45Z", "updated_at": "2026-01-12T13:12:45Z", "revision_number": 0}, {"id": "2d8a7495-5d8c-445f-92c9-9c94fd7b972a", "project_id": "6bc034b57e6e49a18990eb588a708cf4", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "security_group_id": "9ee598be-1683-4498-addf-f532c384c794", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1053, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:12:45Z", "updated_at": "2026-01-12T13:12:45Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:12:45Z", "updated_at": "2026-01-12T13:12:45Z", "revision_number": 1}}'
2026-01-12 14:12:45,936 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.218s
2026-01-12 14:12:45,936 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "9ee598be-1683-4498-addf-f532c384c794", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-08184d07-ddc9-4a8a-b1a6-6117b6be4257', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "4ed5ebd1-430d-4ff5-a73c-35908d1e677b", "project_id": "6bc034b57e6e49a18990eb588a708cf4", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "security_group_id": "9ee598be-1683-4498-addf-f532c384c794", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:12:45Z", "updated_at": "2026-01-12T13:12:45Z", "revision_number": 0}}'
2026-01-12 14:12:46,146 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.209s
2026-01-12 14:12:46,146 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "9ee598be-1683-4498-addf-f532c384c794", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-725a2017-89b9-4e4d-9b86-ee6d627d58ce', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a88dd3e3-6fa9-440f-bc19-4325f5e2aed0", "project_id": "6bc034b57e6e49a18990eb588a708cf4", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "security_group_id": "9ee598be-1683-4498-addf-f532c384c794", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:12:46Z", "updated_at": "2026-01-12T13:12:46Z", "revision_number": 0}}'
2026-01-12 14:12:46,147 81745 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1168385302 created
2026-01-12 14:12:46,700 81745 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.553s
2026-01-12 14:12:46,701 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-07e9f6ac-2ce9-4772-85e2-e73a0f9d3c70', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "d65c85c4-50f4-4d49-bea4-19318eafacf7", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "project_id": "6bc034b57e6e49a18990eb588a708cf4", "floating_ip_address": "172.24.4.197", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T13:12:46Z", "updated_at": "2026-01-12T13:12:46Z", "revision_number": 0}}'
2026-01-12 14:12:46,701 81745 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd65c85c4-50f4-4d49-bea4-19318eafacf7', 'tenant_id': '6bc034b57e6e49a18990eb588a708cf4', 'project_id': '6bc034b57e6e49a18990eb588a708cf4', 'floating_ip_address': '172.24.4.197', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:12:46Z', 'updated_at': '2026-01-12T13:12:46Z', 'revision_number': 0, 'ip': '172.24.4.197'} created
2026-01-12 14:12:46,702 81745 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-310485610', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEuIBNIcXhNpycNnJKsyLIVubQ2l5MS8V0tGhJY/cEPcD2fr5z9AHpcXfo/20D9dgD89jyejgzFrIkLTKVxQuwmpBS0Y6ELGYqVbhvCkhm8RFNOhv/C1XhkGTtGxd9LE1g==', 'fingerprint': 'b9:9d:fd:dc:42:4f:2a:3c:db:da:df:32:86:b4:bd:96', 'user_id': 'f317008db96e40bb9a13abfc21d8cb63', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCCECOc1/gFoanbn+8LXjQ+Yw07QAHjLD50RhgwyS5BX9gRb4HXsTh6\n0r+40Yu3eZugBwYFK4EEACKhZANiAARLiATSHF4TacnDZySrMiyFbm0NpeTEvFdL\nRoSWP3BD3A9n6+c/QB6XF36P9tA/XYA/PY8no4MxayJC0ylcULsJqQUtGOhCxmKl\nW4bwpIZvERTTob/wtV4ZBk7RsXfSxNY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9ee598be-1683-4498-addf-f532c384c794', 'name': 'tempest-securitygroup--1168385302', 'stateful': True, 'tenant_id': '6bc034b57e6e49a18990eb588a708cf4', 'project_id': '6bc034b57e6e49a18990eb588a708cf4', 'description': 'tempest-description--1435099461', 'shared': False, 'security_group_rules': [{'id': '0920a2d0-5743-4960-9620-173e8998c82f', 'project_id': '6bc034b57e6e49a18990eb588a708cf4', 'tenant_id': '6bc034b57e6e49a18990eb588a708cf4', 'security_group_id': '9ee598be-1683-4498-addf-f532c384c794', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1054, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:12:45Z', 'updated_at': '2026-01-12T13:12:45Z', 'revision_number': 0}, {'id': '2d8a7495-5d8c-445f-92c9-9c94fd7b972a', 'project_id': '6bc034b57e6e49a18990eb588a708cf4', 'tenant_id': '6bc034b57e6e49a18990eb588a708cf4', 'security_group_id': '9ee598be-1683-4498-addf-f532c384c794', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1053, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:12:45Z', 'updated_at': '2026-01-12T13:12:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T13:12:45Z', 'updated_at': '2026-01-12T13:12:45Z', 'revision_number': 1}, 'floating_ip': {'id': 'd65c85c4-50f4-4d49-bea4-19318eafacf7', 'tenant_id': '6bc034b57e6e49a18990eb588a708cf4', 'project_id': '6bc034b57e6e49a18990eb588a708cf4', 'floating_ip_address': '172.24.4.197', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:12:46Z', 'updated_at': '2026-01-12T13:12:46Z', 'revision_number': 0, 'ip': '172.24.4.197'}}
2026-01-12 14:12:47,144 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://192.168.122.253/compute/v2.1/servers 0.442s
2026-01-12 14:12:47,145 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1811802091", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "networks": [{"uuid": "32950005-4442-45f3-8d0d-b6729382f509"}], "security_groups": [{"name": "tempest-securitygroup--1168385302"}], "key_name": "tempest-keypair-310485610", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f70224a9-ba9a-4cd6-9278-46761ad29d05', 'x-compute-request-id': 'req-f70224a9-ba9a-4cd6-9278-46761ad29d05', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "c905263b-b8cd-413a-83fd-a9de249ecbcd", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1168385302"}], "adminPass": "p3V35A6Q685K"}}'
2026-01-12 14:12:47,225 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd 0.077s
2026-01-12 14:12:47,225 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1271', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-878235c8-e0e7-4b62-927d-0b03ac1c5367', 'x-compute-request-id': 'req-878235c8-e0e7-4b62-927d-0b03ac1c5367', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd'}
Body: b'{"server": {"id": "c905263b-b8cd-413a-83fd-a9de249ecbcd", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1811802091", "status": "BUILD", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "user_id": "f317008db96e40bb9a13abfc21d8cb63", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:47Z", "updated": "2026-01-12T13:12:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-310485610", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:48,324 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd 0.087s
2026-01-12 14:12:48,325 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75ea99a4-96ec-4599-9e0a-4eedb45ba206', 'x-compute-request-id': 'req-75ea99a4-96ec-4599-9e0a-4eedb45ba206', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd'}
Body: b'{"server": {"id": "c905263b-b8cd-413a-83fd-a9de249ecbcd", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1811802091", "status": "BUILD", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "user_id": "f317008db96e40bb9a13abfc21d8cb63", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:47Z", "updated": "2026-01-12T13:12:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-310485610", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:49,417 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd 0.080s
2026-01-12 14:12:49,418 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12aa0c60-c03e-4e7a-9045-cf382c1538c5', 'x-compute-request-id': 'req-12aa0c60-c03e-4e7a-9045-cf382c1538c5', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd'}
Body: b'{"server": {"id": "c905263b-b8cd-413a-83fd-a9de249ecbcd", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1811802091", "status": "BUILD", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "user_id": "f317008db96e40bb9a13abfc21d8cb63", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:47Z", "updated": "2026-01-12T13:12:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-310485610", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:49,429 81745 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:12:50,528 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd 0.099s
2026-01-12 14:12:50,529 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1267', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60ceff62-cf5d-4993-9232-3a12c8253a39', 'x-compute-request-id': 'req-60ceff62-cf5d-4993-9232-3a12c8253a39', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd'}
Body: b'{"server": {"id": "c905263b-b8cd-413a-83fd-a9de249ecbcd", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1811802091", "status": "BUILD", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "user_id": "f317008db96e40bb9a13abfc21d8cb63", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:47Z", "updated": "2026-01-12T13:12:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-310485610", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:51,631 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd 0.091s
2026-01-12 14:12:51,632 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a1dc0d0-422b-438d-8203-77aa9741107c', 'x-compute-request-id': 'req-0a1dc0d0-422b-438d-8203-77aa9741107c', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd'}
Body: b'{"server": {"id": "c905263b-b8cd-413a-83fd-a9de249ecbcd", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1811802091", "status": "ERROR", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "user_id": "f317008db96e40bb9a13abfc21d8cb63", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:47Z", "updated": "2026-01-12T13:12:51Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:12:50Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-310485610", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:51,642 81745 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:12:51,723 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 500 DELETE http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd 0.080s
2026-01-12 14:12:51,723 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-acb9df8f-bd1a-4460-8a18-fd29d4ce1293', 'x-compute-request-id': 'req-acb9df8f-bd1a-4460-8a18-fd29d4ce1293', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:12:51,723 81745 ERROR [tempest.common.compute] Deleting server c905263b-b8cd-413a-83fd-a9de249ecbcd failed
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server c905263b-b8cd-413a-83fd-a9de249ecbcd failed to build and is in ERROR status
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:12:50Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f70224a9-ba9a-4cd6-9278-46761ad29d05.
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:12:51.723 81745 ERROR tempest.common.compute
2026-01-12 14:12:51,812 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd 0.087s
2026-01-12 14:12:51,812 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf79b990-ef8d-40a6-b0b1-deea628ccb75', 'x-compute-request-id': 'req-bf79b990-ef8d-40a6-b0b1-deea628ccb75', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd'}
Body: b'{"server": {"id": "c905263b-b8cd-413a-83fd-a9de249ecbcd", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1811802091", "status": "ERROR", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "user_id": "f317008db96e40bb9a13abfc21d8cb63", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:47Z", "updated": "2026-01-12T13:12:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:12:50Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-310485610", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:52,902 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd 0.078s
2026-01-12 14:12:52,903 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1333', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ebf6dec-d33f-4085-bbf8-161cfbdbfcb1', 'x-compute-request-id': 'req-8ebf6dec-d33f-4085-bbf8-161cfbdbfcb1', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd'}
Body: b'{"server": {"id": "c905263b-b8cd-413a-83fd-a9de249ecbcd", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1811802091", "status": "ERROR", "tenant_id": "6bc034b57e6e49a18990eb588a708cf4", "user_id": "f317008db96e40bb9a13abfc21d8cb63", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:12:47Z", "updated": "2026-01-12T13:12:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/c905263b-b8cd-413a-83fd-a9de249ecbcd"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:12:50Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-310485610", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:12:52,914 81745 ERROR [tempest.common.compute] Server c905263b-b8cd-413a-83fd-a9de249ecbcd failed to delete in time
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server c905263b-b8cd-413a-83fd-a9de249ecbcd failed to build and is in ERROR status
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:12:50Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f70224a9-ba9a-4cd6-9278-46761ad29d05.
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute Details: Server c905263b-b8cd-413a-83fd-a9de249ecbcd failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:12:50Z', 'message': 'KeyError'}.
2026-01-12 14:12:52.914 81745 ERROR tempest.common.compute
2026-01-12 14:12:52,942 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-310485610 0.027s
2026-01-12 14:12:52,943 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-620c38cf-9a54-4523-9ffb-fdcfdc9144f0', 'x-compute-request-id': 'req-620c38cf-9a54-4523-9ffb-fdcfdc9144f0', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-310485610'}
Body: b''
2026-01-12 14:12:53,099 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/9ee598be-1683-4498-addf-f532c384c794 0.156s
2026-01-12 14:12:53,100 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-173721a5-a47d-49f3-b535-831a0aedb087', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/9ee598be-1683-4498-addf-f532c384c794'}
Body: b''
2026-01-12 14:12:53,113 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/9ee598be-1683-4498-addf-f532c384c794 0.012s
2026-01-12 14:12:53,113 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ca6dd58b-8862-4f96-9a4d-d691caeb0812', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/9ee598be-1683-4498-addf-f532c384c794'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9ee598be-1683-4498-addf-f532c384c794 does not exist", "detail": ""}}'
2026-01-12 14:12:53,408 81745 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/d65c85c4-50f4-4d49-bea4-19318eafacf7 0.294s
2026-01-12 14:12:53,408 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:12:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4766fdfe-ad30-4ec7-a40c-4f4a7ee63479', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/d65c85c4-50f4-4d49-bea4-19318eafacf7'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 182, in test_old_versions_reject
server = self.create_server(wait_until='SSHABLE')
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server c905263b-b8cd-413a-83fd-a9de249ecbcd failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:12:50Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f70224a9-ba9a-4cd6-9278-46761ad29d05.
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
fail
ft21.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:09:30,329 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://192.168.122.253/volume/v3/volumes 0.463s
2026-01-12 14:09:30,330 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1909516609", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c305270b-f8c8-457d-a352-04503b419db3', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c305270b-f8c8-457d-a352-04503b419db3', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "19a92403-0972-4275-b941-99b5db8cb2a5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:09:30.222633", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1909516609", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/19a92403-0972-4275-b941-99b5db8cb2a5"}], "user_id": "6b604ca85b404e979dc745847a1f648c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 14:09:30,607 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://192.168.122.253/volume/v3/volumes 0.268s
2026-01-12 14:09:30,608 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1191085893", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9a71dc8-245f-42c4-8e7a-c257d754f40f', 'content-length': '774', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9a71dc8-245f-42c4-8e7a-c257d754f40f', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "f9d65c26-03bd-4e4f-81a6-e3d646088ba5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:09:30.493975", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1191085893", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5"}], "user_id": "6b604ca85b404e979dc745847a1f648c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 14:09:30,731 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.110s
2026-01-12 14:09:30,732 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2552', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-80f5e7a8-b396-44c1-b638-c0c9092eaa84', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6b604ca85b404e979dc745847a1f648c", "name": "tempest-TestServerVolumeAttachmentScenario-1472491662-project-member", "password_expires_at": null}, "audit_ids": ["R_R3N3lQQU2vmmDn8xnOAg"], "expires_at": "2026-01-12T14:09:30.000000Z", "issued_at": "2026-01-12T13:09:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea3c9837daa24c1fae83a85dc75aecf0", "name": "tempest-TestServerVolumeAttachmentScenario-1472491662"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/ea3c9837daa24c1fae83a85dc75aecf0", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:09:30,732 81739 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'c044ec6f-a81d-4c2c-aad0-ac7de88f63d1', 'name': 'tempest-TestServerVolumeAttachmentScenario-1174526650-network', 'tenant_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'project_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 15338, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:09:14Z', 'updated_at': '2026-01-12T13:09:15Z', 'revision_number': 1} available for tenant
2026-01-12 14:09:30,733 81739 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-01-12 14:09:30,733 81739 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-01-12 14:09:30,793 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.059s
2026-01-12 14:09:30,793 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-2085566397", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLVvBD6XotJsqDMPb3wiga8VO0J3k01QKksUKR12FPbqVunotsS/Of+ETfo2Hq0mD4AYfgaq7O4oSkioajgYlWxg25PP++MWnBKn7lfYZP8t34Zsq7hrlnTYTc6t47/xHw=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d205ca1a-13be-4045-84d1-cf5d0d784e84', 'x-compute-request-id': 'req-d205ca1a-13be-4045-84d1-cf5d0d784e84', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-2085566397", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLVvBD6XotJsqDMPb3wiga8VO0J3k01QKksUKR12FPbqVunotsS/Of+ETfo2Hq0mD4AYfgaq7O4oSkioajgYlWxg25PP++MWnBKn7lfYZP8t34Zsq7hrlnTYTc6t47/xHw==", "fingerprint": "a9:bc:34:e4:c5:3b:41:f1:bd:42:e2:4e:a6:87:46:d7", "user_id": "6b604ca85b404e979dc745847a1f648c"}}'
2026-01-12 14:09:30,795 81739 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2085566397 created
2026-01-12 14:09:31,106 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.310s
2026-01-12 14:09:31,106 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-securitygroup--37877800", "description": "tempest-description--1474831744"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-b915960f-5968-40b3-96c2-9d8a6edc5368', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "f6165751-8591-441c-bf3d-b78236bf795d", "name": "tempest-securitygroup--37877800", "stateful": true, "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "project_id": "ea3c9837daa24c1fae83a85dc75aecf0", "description": "tempest-description--1474831744", "shared": false, "security_group_rules": [{"id": "8bbb6ed2-9e2c-4904-852b-150ea5cf9724", "project_id": "ea3c9837daa24c1fae83a85dc75aecf0", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "security_group_id": "f6165751-8591-441c-bf3d-b78236bf795d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 759, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:09:30Z", "updated_at": "2026-01-12T13:09:30Z", "revision_number": 0}, {"id": "d85214ba-1466-4ef3-9a28-90869c97e168", "project_id": "ea3c9837daa24c1fae83a85dc75aecf0", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "security_group_id": "f6165751-8591-441c-bf3d-b78236bf795d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 760, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:09:30Z", "updated_at": "2026-01-12T13:09:30Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:09:30Z", "updated_at": "2026-01-12T13:09:30Z", "revision_number": 1}}'
2026-01-12 14:09:31,378 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.271s
2026-01-12 14:09:31,379 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f6165751-8591-441c-bf3d-b78236bf795d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-23003beb-dcb6-43d6-a2ba-4108231529e6', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ed0dfe6d-6826-447f-ad8d-38b9f07871fc", "project_id": "ea3c9837daa24c1fae83a85dc75aecf0", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "security_group_id": "f6165751-8591-441c-bf3d-b78236bf795d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:09:31Z", "updated_at": "2026-01-12T13:09:31Z", "revision_number": 0}}'
2026-01-12 14:09:31,628 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.248s
2026-01-12 14:09:31,628 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "f6165751-8591-441c-bf3d-b78236bf795d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d6d4fde8-6127-4a31-ab4b-66c82c0b02b8', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2669e16f-c71a-41a7-8cf6-883c01bb6973", "project_id": "ea3c9837daa24c1fae83a85dc75aecf0", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "security_group_id": "f6165751-8591-441c-bf3d-b78236bf795d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:09:31Z", "updated_at": "2026-01-12T13:09:31Z", "revision_number": 0}}'
2026-01-12 14:09:31,628 81739 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--37877800 created
2026-01-12 14:09:32,372 81739 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://192.168.122.253/networking/v2.0/floatingips 0.743s
2026-01-12 14:09:32,373 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7804afc5-4d83-4531-b5f1-7d63b0b3b520', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "65dff35a-ee46-4dc6-9e87-b88b508833eb", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "project_id": "ea3c9837daa24c1fae83a85dc75aecf0", "floating_ip_address": "172.24.4.201", "floating_network_id": "5506dd0e-fc96-426d-95e3-2b20e806634c", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-01-12T13:09:32Z", "updated_at": "2026-01-12T13:09:32Z", "revision_number": 0}}'
2026-01-12 14:09:32,373 81739 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '65dff35a-ee46-4dc6-9e87-b88b508833eb', 'tenant_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'project_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'floating_ip_address': '172.24.4.201', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:09:32Z', 'updated_at': '2026-01-12T13:09:32Z', 'revision_number': 0, 'ip': '172.24.4.201'} created
2026-01-12 14:09:32,373 81739 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2085566397', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLVvBD6XotJsqDMPb3wiga8VO0J3k01QKksUKR12FPbqVunotsS/Of+ETfo2Hq0mD4AYfgaq7O4oSkioajgYlWxg25PP++MWnBKn7lfYZP8t34Zsq7hrlnTYTc6t47/xHw==', 'fingerprint': 'a9:bc:34:e4:c5:3b:41:f1:bd:42:e2:4e:a6:87:46:d7', 'user_id': '6b604ca85b404e979dc745847a1f648c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCFvaSUXDdnWgS9Z5KLcBep/H4vP9CEvq4fv/HOKJ1QFmMMmi/uZFDX\nSTkM9G4mri2gBwYFK4EEACKhZANiAAS1bwQ+l6LSbKgzD298IoGvFTtCd5NNUCpL\nFCkddhT26lbp6LbEvzn/hE36Nh6tJg+AGH4GquzuKEpIqGo4GJVsYNuTz/vjFpwS\np+5X2GT/Ld+GbKu4a5Z02E3OreO/8R8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f6165751-8591-441c-bf3d-b78236bf795d', 'name': 'tempest-securitygroup--37877800', 'stateful': True, 'tenant_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'project_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'description': 'tempest-description--1474831744', 'shared': False, 'security_group_rules': [{'id': '8bbb6ed2-9e2c-4904-852b-150ea5cf9724', 'project_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'tenant_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'security_group_id': 'f6165751-8591-441c-bf3d-b78236bf795d', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 759, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:09:30Z', 'updated_at': '2026-01-12T13:09:30Z', 'revision_number': 0}, {'id': 'd85214ba-1466-4ef3-9a28-90869c97e168', 'project_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'tenant_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'security_group_id': 'f6165751-8591-441c-bf3d-b78236bf795d', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 760, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-01-12T13:09:30Z', 'updated_at': '2026-01-12T13:09:30Z', 'revision_number': 0}], 'tags': [], 'created_at': '2026-01-12T13:09:30Z', 'updated_at': '2026-01-12T13:09:30Z', 'revision_number': 1}, 'floating_ip': {'id': '65dff35a-ee46-4dc6-9e87-b88b508833eb', 'tenant_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'project_id': 'ea3c9837daa24c1fae83a85dc75aecf0', 'floating_ip_address': '172.24.4.201', 'floating_network_id': '5506dd0e-fc96-426d-95e3-2b20e806634c', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-01-12T13:09:32Z', 'updated_at': '2026-01-12T13:09:32Z', 'revision_number': 0, 'ip': '172.24.4.201'}}
2026-01-12 14:09:33,105 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://192.168.122.253/compute/v2.1/servers 0.731s
2026-01-12 14:09:33,105 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "networks": [{"uuid": "c044ec6f-a81d-4c2c-aad0-ac7de88f63d1"}], "security_groups": [{"name": "tempest-securitygroup--37877800"}], "key_name": "tempest-keypair-2085566397", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '412', 'location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5150906-0c69-49ee-bc9a-836f3fd1e3e6', 'x-compute-request-id': 'req-f5150906-0c69-49ee-bc9a-836f3fd1e3e6', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--37877800"}], "adminPass": "TEUF2B3fnQhD"}}'
2026-01-12 14:09:33,180 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.072s
2026-01-12 14:09:33,180 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1266', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a6a8b2c-b845-4cf0-9e3e-0ce31c73a010', 'x-compute-request-id': 'req-0a6a8b2c-b845-4cf0-9e3e-0ce31c73a010', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "status": "BUILD", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "user_id": "6b604ca85b404e979dc745847a1f648c", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:33Z", "updated": "2026-01-12T13:09:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2085566397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:34,290 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.098s
2026-01-12 14:09:34,290 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c167dbeb-aa84-4f17-81cb-fa9c6d73fa09', 'x-compute-request-id': 'req-c167dbeb-aa84-4f17-81cb-fa9c6d73fa09', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "status": "BUILD", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "user_id": "6b604ca85b404e979dc745847a1f648c", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:33Z", "updated": "2026-01-12T13:09:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2085566397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:35,551 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.249s
2026-01-12 14:09:35,551 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1262', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16e5ec70-3b4f-4dcf-8174-1b8024db09eb', 'x-compute-request-id': 'req-16e5ec70-3b4f-4dcf-8174-1b8024db09eb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "status": "BUILD", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "user_id": "6b604ca85b404e979dc745847a1f648c", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:33Z", "updated": "2026-01-12T13:09:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2085566397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:35,562 81739 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:09:37,309 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.745s
2026-01-12 14:09:37,310 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1262', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b51346dc-862d-40fe-b47f-f2c3b771081b', 'x-compute-request-id': 'req-b51346dc-862d-40fe-b47f-f2c3b771081b', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "status": "BUILD", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "user_id": "6b604ca85b404e979dc745847a1f648c", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:33Z", "updated": "2026-01-12T13:09:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2085566397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:38,455 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.133s
2026-01-12 14:09:38,455 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1262', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a451f672-b957-448b-9fdb-b4291cf34cb3', 'x-compute-request-id': 'req-a451f672-b957-448b-9fdb-b4291cf34cb3', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "status": "BUILD", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "user_id": "6b604ca85b404e979dc745847a1f648c", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:33Z", "updated": "2026-01-12T13:09:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2085566397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:39,557 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.089s
2026-01-12 14:09:39,557 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-933f2122-7c98-4f4f-95c5-7749d0181a4f', 'x-compute-request-id': 'req-933f2122-7c98-4f4f-95c5-7749d0181a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "status": "ERROR", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "user_id": "6b604ca85b404e979dc745847a1f648c", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:33Z", "updated": "2026-01-12T13:09:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:09:38Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2085566397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:39,568 81739 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 6 second wait
2026-01-12 14:09:39,659 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 500 DELETE http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.091s
2026-01-12 14:09:39,659 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-1dbadc7e-9d3e-4025-b40e-755e9ec55a91', 'x-compute-request-id': 'req-1dbadc7e-9d3e-4025-b40e-755e9ec55a91', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:09:39,660 81739 ERROR [tempest.common.compute] Deleting server de01d384-2c2d-4d1f-8127-5e1cfe4b851e failed
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server de01d384-2c2d-4d1f-8127-5e1cfe4b851e failed to build and is in ERROR status
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:09:38Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f5150906-0c69-49ee-bc9a-836f3fd1e3e6.
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:09:39.660 81739 ERROR tempest.common.compute
2026-01-12 14:09:39,744 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.083s
2026-01-12 14:09:39,744 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6238bab-9f64-495b-afcd-a427cdf5b9dc', 'x-compute-request-id': 'req-e6238bab-9f64-495b-afcd-a427cdf5b9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "status": "ERROR", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "user_id": "6b604ca85b404e979dc745847a1f648c", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:33Z", "updated": "2026-01-12T13:09:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:09:38Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2085566397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:40,859 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e 0.104s
2026-01-12 14:09:40,860 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c10376e-f109-4398-a1b4-70cbc0e82070', 'x-compute-request-id': 'req-5c10376e-f109-4398-a1b4-70cbc0e82070', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e'}
Body: b'{"server": {"id": "de01d384-2c2d-4d1f-8127-5e1cfe4b851e", "name": "tempest-TestServerVolumeAttachmentScenario-server-1260506420", "status": "ERROR", "tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0", "user_id": "6b604ca85b404e979dc745847a1f648c", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:09:33Z", "updated": "2026-01-12T13:09:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/de01d384-2c2d-4d1f-8127-5e1cfe4b851e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:09:38Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2085566397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:09:40,871 81739 ERROR [tempest.common.compute] Server de01d384-2c2d-4d1f-8127-5e1cfe4b851e failed to delete in time
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server de01d384-2c2d-4d1f-8127-5e1cfe4b851e failed to build and is in ERROR status
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:09:38Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f5150906-0c69-49ee-bc9a-836f3fd1e3e6.
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute Details: Server de01d384-2c2d-4d1f-8127-5e1cfe4b851e failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:09:38Z', 'message': 'KeyError'}.
2026-01-12 14:09:40.871 81739 ERROR tempest.common.compute
2026-01-12 14:09:40,898 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-2085566397 0.025s
2026-01-12 14:09:40,898 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3df60ffe-0c1a-49a9-89e2-c5d3e7eb456e', 'x-compute-request-id': 'req-3df60ffe-0c1a-49a9-89e2-c5d3e7eb456e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-keypair-2085566397'}
Body: b''
2026-01-12 14:09:41,072 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/f6165751-8591-441c-bf3d-b78236bf795d 0.173s
2026-01-12 14:09:41,073 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ff236f1e-adc6-4ec2-8d60-01613728822f', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/f6165751-8591-441c-bf3d-b78236bf795d'}
Body: b''
2026-01-12 14:09:41,086 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.253/networking/v2.0/security-groups/f6165751-8591-441c-bf3d-b78236bf795d 0.013s
2026-01-12 14:09:41,087 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-6a7ca7ff-b906-4a14-ae02-412cebbb14c2', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/f6165751-8591-441c-bf3d-b78236bf795d'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f6165751-8591-441c-bf3d-b78236bf795d does not exist", "detail": ""}}'
2026-01-12 14:09:41,489 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/floatingips/65dff35a-ee46-4dc6-9e87-b88b508833eb 0.402s
2026-01-12 14:09:41,490 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6423a9bc-abb3-414b-b067-b57b58085fe2', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/floatingips/65dff35a-ee46-4dc6-9e87-b88b508833eb'}
Body: b''
2026-01-12 14:09:41,588 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5 0.098s
2026-01-12 14:09:41,588 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e9d3f5e-0e02-4451-bbf9-a8d78c943146', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5'}
Body: b''
2026-01-12 14:09:41,631 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5 0.042s
2026-01-12 14:09:41,631 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f27a04ac-95d0-4d8f-9b23-a7e10dce812f', 'content-length': '866', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f27a04ac-95d0-4d8f-9b23-a7e10dce812f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5'}
Body: b'{"volume": {"id": "f9d65c26-03bd-4e4f-81a6-e3d646088ba5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:09:30.000000", "updated_at": "2026-01-12T13:09:42.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1191085893", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5"}], "user_id": "6b604ca85b404e979dc745847a1f648c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0"}}'
2026-01-12 14:09:42,679 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5 0.037s
2026-01-12 14:09:42,679 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e073ca38-9f9c-4414-8b0e-1beea6fd7166', 'content-length': '866', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e073ca38-9f9c-4414-8b0e-1beea6fd7166', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5'}
Body: b'{"volume": {"id": "f9d65c26-03bd-4e4f-81a6-e3d646088ba5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:09:30.000000", "updated_at": "2026-01-12T13:09:42.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1191085893", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5"}], "user_id": "6b604ca85b404e979dc745847a1f648c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0"}}'
2026-01-12 14:09:43,710 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5 0.020s
2026-01-12 14:09:43,710 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d55ab463-fd58-4253-8cee-fe4449b997a1', 'x-openstack-request-id': 'req-d55ab463-fd58-4253-8cee-fe4449b997a1', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/f9d65c26-03bd-4e4f-81a6-e3d646088ba5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9d65c26-03bd-4e4f-81a6-e3d646088ba5 could not be found."}}'
2026-01-12 14:09:43,759 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5 0.048s
2026-01-12 14:09:43,760 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1983b9c5-4b86-488f-a4b0-25c810fd0851', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5'}
Body: b''
2026-01-12 14:09:43,819 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5 0.058s
2026-01-12 14:09:43,819 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b95569a-0a18-4b01-a698-41ed7c8c0895', 'content-length': '866', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b95569a-0a18-4b01-a698-41ed7c8c0895', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5'}
Body: b'{"volume": {"id": "19a92403-0972-4275-b941-99b5db8cb2a5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:09:30.000000", "updated_at": "2026-01-12T13:09:44.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1909516609", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/19a92403-0972-4275-b941-99b5db8cb2a5"}], "user_id": "6b604ca85b404e979dc745847a1f648c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0"}}'
2026-01-12 14:09:44,862 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5 0.032s
2026-01-12 14:09:44,862 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0f89261-ce77-4607-a8fb-aa982a0c299d', 'content-length': '866', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0f89261-ce77-4607-a8fb-aa982a0c299d', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5'}
Body: b'{"volume": {"id": "19a92403-0972-4275-b941-99b5db8cb2a5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:09:30.000000", "updated_at": "2026-01-12T13:09:44.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-1909516609", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/19a92403-0972-4275-b941-99b5db8cb2a5"}], "user_id": "6b604ca85b404e979dc745847a1f648c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea3c9837daa24c1fae83a85dc75aecf0"}}'
2026-01-12 14:09:45,893 81739 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5 0.020s
2026-01-12 14:09:45,894 81739 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:09:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbf758a5-6c6f-49fd-b89e-d54545a6f905', 'x-openstack-request-id': 'req-dbf758a5-6c6f-49fd-b89e-d54545a6f905', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/19a92403-0972-4275-b941-99b5db8cb2a5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 19a92403-0972-4275-b941-99b5db8cb2a5 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 82, in test_server_detach_rules
server = self.create_server(wait_until='SSHABLE')
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server de01d384-2c2d-4d1f-8127-5e1cfe4b851e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:09:38Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-f5150906-0c69-49ee-bc9a-836f3fd1e3e6.
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 0 | 1 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft22.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:13:11,504 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.159s
2026-01-12 14:13:11,505 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestShelveInstance-1263825413", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKqNy9z6cftthE+j86N3retKYJ61US+TBr/KOhsgvt86yL1VF1ObkKHCpj+pCXEcsMBh3FnavlQ7qTfLtgzF/vItnBdIUMnrEYqxBUqSOzPrjPdOzD664wcG4SIuJCmOsw=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e338c985-606b-4191-9627-dda453ca4a32', 'x-compute-request-id': 'req-e338c985-606b-4191-9627-dda453ca4a32', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1263825413", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKqNy9z6cftthE+j86N3retKYJ61US+TBr/KOhsgvt86yL1VF1ObkKHCpj+pCXEcsMBh3FnavlQ7qTfLtgzF/vItnBdIUMnrEYqxBUqSOzPrjPdOzD664wcG4SIuJCmOsw==", "fingerprint": "66:7f:a4:19:15:5c:83:c3:71:bc:f2:08:90:d9:0a:6a", "user_id": "5172c2fe45234e6783b7f5cceeb97d90"}}'
2026-01-12 14:13:12,023 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.516s
2026-01-12 14:13:12,023 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-816985004", "description": "tempest-secgroup-smoke-816985004 description", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-505282f9-2015-444d-8666-8263bf49b7f5', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "name": "tempest-secgroup-smoke-816985004", "stateful": true, "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "description": "tempest-secgroup-smoke-816985004 description", "shared": false, "security_group_rules": [{"id": "a7deb0f0-e72f-42a5-9abe-ff8056d6ec77", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1089, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:13:11Z", "updated_at": "2026-01-12T13:13:11Z", "revision_number": 0}, {"id": "dc219649-55c3-477b-9780-da4851cac0d3", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1090, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:13:11Z", "updated_at": "2026-01-12T13:13:11Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:13:11Z", "updated_at": "2026-01-12T13:13:11Z", "revision_number": 1}}'
2026-01-12 14:13:12,203 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.180s
2026-01-12 14:13:12,204 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a2e05e4c-a87c-414e-887c-ea1f74bc4507', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2db945fb-2dcf-4152-863a-70c5c0e8a009", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:12Z", "updated_at": "2026-01-12T13:13:12Z", "revision_number": 0}}'
2026-01-12 14:13:12,394 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.190s
2026-01-12 14:13:12,395 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-1f5f51bb-9b50-4188-acac-1b7010b116b9', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "dc100925-df7f-4c55-be76-e29cf0434b70", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:12Z", "updated_at": "2026-01-12T13:13:12Z", "revision_number": 0}}'
2026-01-12 14:13:12,569 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.173s
2026-01-12 14:13:12,569 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-37453c5e-5756-4f2f-ab0b-6c21ed9a71cb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d37e8e04-7df6-4392-9283-632dcce3d690", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:12Z", "updated_at": "2026-01-12T13:13:12Z", "revision_number": 0}}'
2026-01-12 14:13:12,765 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.195s
2026-01-12 14:13:12,766 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-116ab1b0-2a6e-4006-9489-6b1e4f6b8944', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0c0911b5-1474-4978-ad4c-0c9bf151828a", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:12Z", "updated_at": "2026-01-12T13:13:12Z", "revision_number": 0}}'
2026-01-12 14:13:12,959 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.192s
2026-01-12 14:13:12,959 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-bbe0807b-0a91-4015-843b-bb02701e1e6d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "02b21088-4207-4639-a871-0907a82a514d", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:12Z", "updated_at": "2026-01-12T13:13:12Z", "revision_number": 0}}'
2026-01-12 14:13:13,175 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.215s
2026-01-12 14:13:13,175 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-c66b037b-f170-409b-b7dd-6543c5764218', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "1ac66090-6f85-4e83-aa63-68eb261d80ed", "project_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "security_group_id": "df7081e6-e87d-4c14-b14b-990e30c4fb1b", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:13Z", "updated_at": "2026-01-12T13:13:13Z", "revision_number": 0}}'
2026-01-12 14:13:13,216 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.036s
2026-01-12 14:13:13,216 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2520', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a04b5ffc-436f-48b0-ba53-f11876441414', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5172c2fe45234e6783b7f5cceeb97d90", "name": "tempest-TestShelveInstance-2129875446-project-member", "password_expires_at": null}, "audit_ids": ["WmiDyHu_SxOx0nN1F-TF_w"], "expires_at": "2026-01-12T14:13:13.000000Z", "issued_at": "2026-01-12T13:13:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "name": "tempest-TestShelveInstance-2129875446"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/a01ca2c4a30e41bab8a51e0eaf1b24b1", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:13:13,217 81745 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '662e67f2-f50e-43a3-835b-d988ee420fdc', 'name': 'tempest-TestShelveInstance-516621695-network', 'tenant_id': 'a01ca2c4a30e41bab8a51e0eaf1b24b1', 'project_id': 'a01ca2c4a30e41bab8a51e0eaf1b24b1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13503, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:13:00Z', 'updated_at': '2026-01-12T13:13:00Z', 'revision_number': 1} available for tenant
2026-01-12 14:13:13,516 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://192.168.122.253/volume/v3/volumes 0.298s
2026-01-12 14:13:13,516 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-tempest.common.compute-volume-607115621", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "size": 1}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223b3993-bdbc-447a-8552-a033460f899e', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223b3993-bdbc-447a-8552-a033460f899e', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.460992", "updated_at": null, "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 14:13:13,561 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0 0.035s
2026-01-12 14:13:13,561 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-947d0ea7-81fe-4a0f-893b-33d720982295', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-947d0ea7-81fe-4a0f-893b-33d720982295', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}'
2026-01-12 14:13:14,621 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0 0.048s
2026-01-12 14:13:14,621 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd73afcb-1c36-43eb-9bcc-15abe7bb2e85', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd73afcb-1c36-43eb-9bcc-15abe7bb2e85', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.000000", "updated_at": "2026-01-12T13:13:14.000000", "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}'
2026-01-12 14:13:15,675 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0 0.043s
2026-01-12 14:13:15,675 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d95dfce-5bd5-4820-9eb4-decdd0ff1682', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d95dfce-5bd5-4820-9eb4-decdd0ff1682', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.000000", "updated_at": "2026-01-12T13:13:14.000000", "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}'
2026-01-12 14:13:16,720 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0 0.034s
2026-01-12 14:13:16,721 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7d98cbf-3709-49b8-94e4-f8c2c4bf3132', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7d98cbf-3709-49b8-94e4-f8c2c4bf3132', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.000000", "updated_at": "2026-01-12T13:13:16.000000", "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}'
2026-01-12 14:13:17,771 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0 0.039s
2026-01-12 14:13:17,772 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93f7258f-0f95-4ab9-8874-ccf8326748d2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93f7258f-0f95-4ab9-8874-ccf8326748d2', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.000000", "updated_at": "2026-01-12T13:13:16.000000", "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}'
2026-01-12 14:13:18,832 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0 0.045s
2026-01-12 14:13:18,832 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed4e1c9-e3dc-4ce0-ac4f-928cc3aefe4f', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed4e1c9-e3dc-4ce0-ac4f-928cc3aefe4f', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.000000", "updated_at": "2026-01-12T13:13:16.000000", "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}'
2026-01-12 14:13:19,890 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0 0.046s
2026-01-12 14:13:19,891 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-886907fa-5915-47f8-a3b3-d25b441fe7fb', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-886907fa-5915-47f8-a3b3-d25b441fe7fb', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.000000", "updated_at": "2026-01-12T13:13:16.000000", "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}'
2026-01-12 14:13:20,938 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0 0.036s
2026-01-12 14:13:20,938 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c227dfb0-a573-43b9-a6b6-475ad9fa5752', 'content-length': '1332', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c227dfb0-a573-43b9-a6b6-475ad9fa5752', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0'}
Body: b'{"volume": {"id": "862d608c-419a-43ee-bd05-89b913da40f0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:13.000000", "updated_at": "2026-01-12T13:13:21.000000", "name": "tempest-tempest.common.compute-volume-607115621", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/862d608c-419a-43ee-bd05-89b913da40f0"}], "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}, "os-vol-tenant-attr:tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1"}}'
2026-01-12 14:13:20,948 81745 INFO [tempest.common.waiters] volume 862d608c-419a-43ee-bd05-89b913da40f0 reached available after waiting for 7.948766 seconds
2026-01-12 14:13:21,988 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://192.168.122.253/compute/v2.1/servers 1.039s
2026-01-12 14:13:21,988 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestShelveInstance-server-629013462", "imageRef": "", "flavorRef": "42", "key_name": "tempest-TestShelveInstance-1263825413", "security_groups": [{"name": "tempest-secgroup-smoke-816985004"}], "networks": [{"uuid": "662e67f2-f50e-43a3-835b-d988ee420fdc"}], "block_device_mapping_v2": [{"uuid": "862d608c-419a-43ee-bd05-89b913da40f0", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '413', 'location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5870ecb6-b2b3-4947-a1cd-d7d6dd4a9b97', 'x-compute-request-id': 'req-5870ecb6-b2b3-4947-a1cd-d7d6dd4a9b97', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "feae9666-085f-4089-95d8-23769620a230", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/feae9666-085f-4089-95d8-23769620a230"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-816985004"}], "adminPass": "6xMEVkxncoNR"}}'
2026-01-12 14:13:22,114 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230 0.123s
2026-01-12 14:13:22,114 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1098', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac2f957d-0ed2-41ec-85d5-90a75eac6369', 'x-compute-request-id': 'req-ac2f957d-0ed2-41ec-85d5-90a75eac6369', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230'}
Body: b'{"server": {"id": "feae9666-085f-4089-95d8-23769620a230", "name": "tempest-TestShelveInstance-server-629013462", "status": "BUILD", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:22Z", "updated": "2026-01-12T13:13:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/feae9666-085f-4089-95d8-23769620a230"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1263825413", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:13:23,210 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230 0.084s
2026-01-12 14:13:23,210 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b318b5ed-754e-42de-a6fd-d766e12310c8', 'x-compute-request-id': 'req-b318b5ed-754e-42de-a6fd-d766e12310c8', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230'}
Body: b'{"server": {"id": "feae9666-085f-4089-95d8-23769620a230", "name": "tempest-TestShelveInstance-server-629013462", "status": "BUILD", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:21Z", "updated": "2026-01-12T13:13:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/feae9666-085f-4089-95d8-23769620a230"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1263825413", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "862d608c-419a-43ee-bd05-89b913da40f0"}]}}'
2026-01-12 14:13:24,348 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230 0.126s
2026-01-12 14:13:24,348 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1140', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80bca53a-c83d-40e8-9402-84a534a98515', 'x-compute-request-id': 'req-80bca53a-c83d-40e8-9402-84a534a98515', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230'}
Body: b'{"server": {"id": "feae9666-085f-4089-95d8-23769620a230", "name": "tempest-TestShelveInstance-server-629013462", "status": "BUILD", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:21Z", "updated": "2026-01-12T13:13:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/feae9666-085f-4089-95d8-23769620a230"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1263825413", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "862d608c-419a-43ee-bd05-89b913da40f0"}]}}'
2026-01-12 14:13:24,359 81745 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:13:25,444 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230 0.084s
2026-01-12 14:13:25,444 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1140', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd38ad5b-a272-478b-a573-f05bb7b23c46', 'x-compute-request-id': 'req-fd38ad5b-a272-478b-a573-f05bb7b23c46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230'}
Body: b'{"server": {"id": "feae9666-085f-4089-95d8-23769620a230", "name": "tempest-TestShelveInstance-server-629013462", "status": "BUILD", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:21Z", "updated": "2026-01-12T13:13:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/feae9666-085f-4089-95d8-23769620a230"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1263825413", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "862d608c-419a-43ee-bd05-89b913da40f0"}]}}'
2026-01-12 14:13:26,550 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230 0.094s
2026-01-12 14:13:26,550 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c56ef48-2968-493e-8751-bb6103585be9', 'x-compute-request-id': 'req-2c56ef48-2968-493e-8751-bb6103585be9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230'}
Body: b'{"server": {"id": "feae9666-085f-4089-95d8-23769620a230", "name": "tempest-TestShelveInstance-server-629013462", "status": "ERROR", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:21Z", "updated": "2026-01-12T13:13:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/feae9666-085f-4089-95d8-23769620a230"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:13:25Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1263825413", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "862d608c-419a-43ee-bd05-89b913da40f0"}]}}'
2026-01-12 14:13:26,561 81745 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:13:26,664 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 500 DELETE http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230 0.103s
2026-01-12 14:13:26,664 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-3757c82c-af35-4a18-a5c0-0a1972617d5b', 'x-compute-request-id': 'req-3757c82c-af35-4a18-a5c0-0a1972617d5b', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:13:26,664 81745 ERROR [tempest.common.compute] Deleting server feae9666-085f-4089-95d8-23769620a230 failed
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server feae9666-085f-4089-95d8-23769620a230 failed to build and is in ERROR status
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:13:25Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-5870ecb6-b2b3-4947-a1cd-d7d6dd4a9b97.
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:13:26.664 81745 ERROR tempest.common.compute
2026-01-12 14:13:26,754 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230 0.088s
2026-01-12 14:13:26,754 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f116503d-6cc5-4f4d-a147-0a9551446b74', 'x-compute-request-id': 'req-f116503d-6cc5-4f4d-a147-0a9551446b74', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230'}
Body: b'{"server": {"id": "feae9666-085f-4089-95d8-23769620a230", "name": "tempest-TestShelveInstance-server-629013462", "status": "ERROR", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:21Z", "updated": "2026-01-12T13:13:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/feae9666-085f-4089-95d8-23769620a230"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:13:25Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1263825413", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "862d608c-419a-43ee-bd05-89b913da40f0"}]}}'
2026-01-12 14:13:27,884 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230 0.119s
2026-01-12 14:13:27,885 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45f9c12d-9b6f-4ff8-9b44-c3aecead5015', 'x-compute-request-id': 'req-45f9c12d-9b6f-4ff8-9b44-c3aecead5015', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230'}
Body: b'{"server": {"id": "feae9666-085f-4089-95d8-23769620a230", "name": "tempest-TestShelveInstance-server-629013462", "status": "ERROR", "tenant_id": "a01ca2c4a30e41bab8a51e0eaf1b24b1", "user_id": "5172c2fe45234e6783b7f5cceeb97d90", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:21Z", "updated": "2026-01-12T13:13:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/feae9666-085f-4089-95d8-23769620a230"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/feae9666-085f-4089-95d8-23769620a230"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:13:25Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1263825413", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "862d608c-419a-43ee-bd05-89b913da40f0"}]}}'
2026-01-12 14:13:27,896 81745 ERROR [tempest.common.compute] Server feae9666-085f-4089-95d8-23769620a230 failed to delete in time
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server feae9666-085f-4089-95d8-23769620a230 failed to build and is in ERROR status
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:13:25Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-5870ecb6-b2b3-4947-a1cd-d7d6dd4a9b97.
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute Details: Server feae9666-085f-4089-95d8-23769620a230 failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:13:25Z', 'message': 'KeyError'}.
2026-01-12 14:13:27.896 81745 ERROR tempest.common.compute
2026-01-12 14:13:28,452 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/df7081e6-e87d-4c14-b14b-990e30c4fb1b 0.550s
2026-01-12 14:13:28,452 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fb9c4eea-f1ba-48e7-a902-762b22eb6d98', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/df7081e6-e87d-4c14-b14b-990e30c4fb1b'}
Body: b''
2026-01-12 14:13:28,476 81745 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1263825413 0.023s
2026-01-12 14:13:28,476 81745 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bebc37c-3506-4d8f-9476-f06cec83d60a', 'x-compute-request-id': 'req-4bebc37c-3506-4d8f-9476-f06cec83d60a', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1263825413'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 128, in test_shelve_volume_backed_instance
self._create_server_then_shelve_and_unshelve(boot_from_volume=True)
File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 90, in _create_server_then_shelve_and_unshelve
server = self.create_server(
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server feae9666-085f-4089-95d8-23769620a230 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:13:25Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-5870ecb6-b2b3-4947-a1cd-d7d6dd4a9b97.
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
fail
ft23.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-01-12 14:13:29,583 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://192.168.122.253/compute/v2.1/os-keypairs 0.173s
2026-01-12 14:13:29,584 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-TestStampPattern-527826012", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI8MJKlR2yOAr1iHD17O7WQnsx3NHpp1RrnghRjVIE8Y4zTjf+TqNLwrSsC6NqJz5lQ2XWoqWCbwQQNnUVJGBTvnT3ayxAryaFn4FL3e2rCO+gNwRfc8+i7Gd6mQk18hcg=="}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4d9f445-2581-4c45-9637-e64e636475f0', 'x-compute-request-id': 'req-d4d9f445-2581-4c45-9637-e64e636475f0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-TestStampPattern-527826012", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI8MJKlR2yOAr1iHD17O7WQnsx3NHpp1RrnghRjVIE8Y4zTjf+TqNLwrSsC6NqJz5lQ2XWoqWCbwQQNnUVJGBTvnT3ayxAryaFn4FL3e2rCO+gNwRfc8+i7Gd6mQk18hcg==", "fingerprint": "33:05:70:c7:dd:d0:fa:d2:b3:be:ac:e5:90:bc:66:01", "user_id": "37877ea29ca94ef1b0c26f5259eae590"}}'
2026-01-12 14:13:29,839 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-groups 0.253s
2026-01-12 14:13:29,839 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group": {"name": "tempest-secgroup-smoke-1914761742", "description": "tempest-secgroup-smoke-1914761742 description", "project_id": "1d180299840d4d7e9ec65db239bf4a95"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-b536e105-ed9e-4d9d-8b0a-161bc34b0ceb', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "name": "tempest-secgroup-smoke-1914761742", "stateful": true, "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "description": "tempest-secgroup-smoke-1914761742 description", "shared": false, "security_group_rules": [{"id": "259e1fa9-0532-42ae-8e9a-ea4ba880c270", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1128, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:13:29Z", "updated_at": "2026-01-12T13:13:29Z", "revision_number": 0}, {"id": "bbaf28f3-844e-4646-ad5f-9002f1e87f7e", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1127, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-01-12T13:13:29Z", "updated_at": "2026-01-12T13:13:29Z", "revision_number": 0}], "tags": [], "created_at": "2026-01-12T13:13:29Z", "updated_at": "2026-01-12T13:13:29Z", "revision_number": 1}}'
2026-01-12 14:13:30,019 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.179s
2026-01-12 14:13:30,020 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-80a63367-1152-4283-84df-e7870783880c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ac588087-2aff-409e-8be1-fd115fbeebf1", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:29Z", "updated_at": "2026-01-12T13:13:29Z", "revision_number": 0}}'
2026-01-12 14:13:30,234 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.213s
2026-01-12 14:13:30,235 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-2ff5e66d-f2a5-4c2a-89d5-c6e36f0169ce', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "841df11a-84ae-4373-bc30-b392470be967", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:30Z", "updated_at": "2026-01-12T13:13:30Z", "revision_number": 0}}'
2026-01-12 14:13:30,471 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.236s
2026-01-12 14:13:30,471 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "protocol": "icmp", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-95b5bcd4-657b-452c-a1dd-538818af577d', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ea18e859-f213-4d2f-a3f5-0136bead3311", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:30Z", "updated_at": "2026-01-12T13:13:30Z", "revision_number": 0}}'
2026-01-12 14:13:30,720 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.248s
2026-01-12 14:13:30,720 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "protocol": "icmp", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-a9dcb1c4-47fc-41e6-a851-c6401c4d12c7', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "cdd1102a-842b-4167-bdfb-44d9172271e3", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:30Z", "updated_at": "2026-01-12T13:13:30Z", "revision_number": 0}}'
2026-01-12 14:13:30,937 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.216s
2026-01-12 14:13:30,938 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-d8ffe23e-ef5b-4df0-a081-644bccc0acb2', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "37993a1c-d0e6-40c8-a701-f77baac7a696", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:30Z", "updated_at": "2026-01-12T13:13:30Z", "revision_number": 0}}'
2026-01-12 14:13:31,140 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/networking/v2.0/security-group-rules 0.201s
2026-01-12 14:13:31,140 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"security_group_rule": {"security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-33551c92-28d3-47a3-a039-ac47ef3b6ea3', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "b99d7472-7a8f-4f81-9f7c-a432038fe81c", "project_id": "1d180299840d4d7e9ec65db239bf4a95", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "security_group_id": "c004c654-01bb-498e-98f6-edd062e5d3f1", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-01-12T13:13:31Z", "updated_at": "2026-01-12T13:13:31Z", "revision_number": 0}}'
2026-01-12 14:13:31,360 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://192.168.122.253/volume/v3/volumes 0.219s
2026-01-12 14:13:31,360 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestStampPattern-volume-1493934758", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc4926d5-1064-4533-9b20-906b521e36e7', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc4926d5-1064-4533-9b20-906b521e36e7', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes'}
Body: b'{"volume": {"id": "2d4b8d90-e92d-4587-b9aa-49cb5492e9b5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:31.294733", "updated_at": null, "name": "tempest-TestStampPattern-volume-1493934758", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5"}], "user_id": "37877ea29ca94ef1b0c26f5259eae590", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-01-12 14:13:31,418 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://192.168.122.253/identity/v3/auth/tokens 0.045s
2026-01-12 14:13:31,418 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2514', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3d43419f-461b-4096-9e4b-300ab1e0353c', 'connection': 'close', 'status': '201', 'content-location': 'http://192.168.122.253/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "37877ea29ca94ef1b0c26f5259eae590", "name": "tempest-TestStampPattern-174667961-project-member", "password_expires_at": null}, "audit_ids": ["U2KqJbsUTjGcbLysuiMW-w"], "expires_at": "2026-01-12T14:13:31.000000Z", "issued_at": "2026-01-12T13:13:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1d180299840d4d7e9ec65db239bf4a95", "name": "tempest-TestStampPattern-174667961"}, "is_domain": false, "roles": [{"id": "d4a88e5390a0446e9ba4c556104c12e0", "name": "member"}, {"id": "df33bcd56f42448e970fa0d394eb18b7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e941e1f5809a46dd996fe37cd5773443", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2.1", "region": "RegionOne"}], "id": "0350fe37ebf24926a7c3bff6bd5e9722", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "4936e5caacef42ef95a823df228dee77", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/placement", "region": "RegionOne"}], "id": "28c0bca7f2674c488498d58a579b3a39", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "4aa3802021fc4ec0bd6b09d820dff601", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/compute/v2/1d180299840d4d7e9ec65db239bf4a95", "region": "RegionOne"}], "id": "66f36489ad434b1bb53c5ff3abc1f9ea", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "953b8e3b08a64d388ef088bd15a86a70", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/volume/v3", "region": "RegionOne"}], "id": "8b4c10dc5b174e55b14218c050401619", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "57974f05e7174e879e9197e5784bf2dc", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/networking", "region": "RegionOne"}], "id": "9171e799c0304472b8a74b62bac2103c", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "146fe13ad89344a2b34f4f16ec18e854", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/identity", "region": "RegionOne"}], "id": "91d0ec25e1e546d4aa2cda13cf9725d2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d8e9130fdb64339bf622e005128d4fb", "interface": "public", "region_id": "RegionOne", "url": "http://192.168.122.253/image", "region": "RegionOne"}], "id": "d75081bbf5c34e37a1d8843e05087494", "type": "image", "name": "glance"}]}}'
2026-01-12 14:13:31,419 81743 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'c164a2e6-c995-49d3-8402-f377574ddc9f', 'name': 'tempest-TestStampPattern-844670720-network', 'tenant_id': '1d180299840d4d7e9ec65db239bf4a95', 'project_id': '1d180299840d4d7e9ec65db239bf4a95', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6272, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-01-12T13:13:18Z', 'updated_at': '2026-01-12T13:13:18Z', 'revision_number': 1} available for tenant
2026-01-12 14:13:31,924 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://192.168.122.253/compute/v2.1/servers 0.504s
2026-01-12 14:13:31,924 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestStampPattern-server-780812132", "imageRef": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "flavorRef": "42", "key_name": "tempest-TestStampPattern-527826012", "security_groups": [{"name": "tempest-secgroup-smoke-1914761742"}], "networks": [{"uuid": "c164a2e6-c995-49d3-8402-f377574ddc9f"}]}}
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '414', 'location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86da5e0d-54d3-4d9d-b800-ded99d2ce130', 'x-compute-request-id': 'req-86da5e0d-54d3-4d9d-b800-ded99d2ce130', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/servers'}
Body: b'{"server": {"id": "4ab75e2e-2e85-4483-ba29-a5735f0f460c", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1914761742"}], "adminPass": "xwZ2dz9Yporz"}}'
2026-01-12 14:13:31,997 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c 0.071s
2026-01-12 14:13:31,998 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dd23da2-5687-4c29-ba09-be5e263bb628', 'x-compute-request-id': 'req-7dd23da2-5687-4c29-ba09-be5e263bb628', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c'}
Body: b'{"server": {"id": "4ab75e2e-2e85-4483-ba29-a5735f0f460c", "name": "tempest-TestStampPattern-server-780812132", "status": "BUILD", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "user_id": "37877ea29ca94ef1b0c26f5259eae590", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:32Z", "updated": "2026-01-12T13:13:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-527826012", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:13:33,101 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c 0.091s
2026-01-12 14:13:33,101 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1259', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4040079-b736-4841-a5be-28e4b55893be', 'x-compute-request-id': 'req-f4040079-b736-4841-a5be-28e4b55893be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c'}
Body: b'{"server": {"id": "4ab75e2e-2e85-4483-ba29-a5735f0f460c", "name": "tempest-TestStampPattern-server-780812132", "status": "BUILD", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "user_id": "37877ea29ca94ef1b0c26f5259eae590", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:31Z", "updated": "2026-01-12T13:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-527826012", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:13:34,213 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c 0.101s
2026-01-12 14:13:34,214 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7232fd49-9ec4-4298-8e9e-87f3fc180244', 'x-compute-request-id': 'req-7232fd49-9ec4-4298-8e9e-87f3fc180244', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c'}
Body: b'{"server": {"id": "4ab75e2e-2e85-4483-ba29-a5735f0f460c", "name": "tempest-TestStampPattern-server-780812132", "status": "BUILD", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "user_id": "37877ea29ca94ef1b0c26f5259eae590", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:31Z", "updated": "2026-01-12T13:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-527826012", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:13:34,224 81743 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-01-12 14:13:35,311 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c 0.086s
2026-01-12 14:13:35,312 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d03099-8dce-4086-a7f3-a4018fa09f46', 'x-compute-request-id': 'req-02d03099-8dce-4086-a7f3-a4018fa09f46', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c'}
Body: b'{"server": {"id": "4ab75e2e-2e85-4483-ba29-a5735f0f460c", "name": "tempest-TestStampPattern-server-780812132", "status": "BUILD", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "user_id": "37877ea29ca94ef1b0c26f5259eae590", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:31Z", "updated": "2026-01-12T13:13:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-527826012", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:13:36,410 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c 0.086s
2026-01-12 14:13:36,410 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1311', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be16c977-7e95-464d-8629-b85dc7b5afd9', 'x-compute-request-id': 'req-be16c977-7e95-464d-8629-b85dc7b5afd9', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c'}
Body: b'{"server": {"id": "4ab75e2e-2e85-4483-ba29-a5735f0f460c", "name": "tempest-TestStampPattern-server-780812132", "status": "ERROR", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "user_id": "37877ea29ca94ef1b0c26f5259eae590", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:31Z", "updated": "2026-01-12T13:13:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:13:35Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-527826012", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:13:36,421 81743 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "ERROR/None" after 4 second wait
2026-01-12 14:13:36,547 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 500 DELETE http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c 0.125s
2026-01-12 14:13:36,547 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '182', 'x-openstack-request-id': 'req-bad0b762-8e09-4434-9a38-a27649803742', 'x-compute-request-id': 'req-bad0b762-8e09-4434-9a38-a27649803742', 'connection': 'close', 'status': '500', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.\\n<class \'KeyError\'>"}}'
2026-01-12 14:13:36,548 81743 ERROR [tempest.common.compute] Deleting server 4ab75e2e-2e85-4483-ba29-a5735f0f460c failed
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 4ab75e2e-2e85-4483-ba29-a5735f0f460c failed to build and is in ERROR status
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:13:35Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-86da5e0d-54d3-4d9d-b800-ded99d2ce130.
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 184, in delete_server
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 359, in delete
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 762, in request
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 947, in _error_checker
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute <class 'KeyError'>
2026-01-12 14:13:36.548 81743 ERROR tempest.common.compute
2026-01-12 14:13:36,690 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c 0.141s
2026-01-12 14:13:36,691 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0986b63d-bca3-424c-b67a-70700df0a8da', 'x-compute-request-id': 'req-0986b63d-bca3-424c-b67a-70700df0a8da', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c'}
Body: b'{"server": {"id": "4ab75e2e-2e85-4483-ba29-a5735f0f460c", "name": "tempest-TestStampPattern-server-780812132", "status": "ERROR", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "user_id": "37877ea29ca94ef1b0c26f5259eae590", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:31Z", "updated": "2026-01-12T13:13:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:13:35Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-527826012", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:13:37,811 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c 0.107s
2026-01-12 14:13:37,811 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1317', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df5b70f-809a-4629-8539-e4e7166afa08', 'x-compute-request-id': 'req-4df5b70f-809a-4629-8539-e4e7166afa08', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c'}
Body: b'{"server": {"id": "4ab75e2e-2e85-4483-ba29-a5735f0f460c", "name": "tempest-TestStampPattern-server-780812132", "status": "ERROR", "tenant_id": "1d180299840d4d7e9ec65db239bf4a95", "user_id": "37877ea29ca94ef1b0c26f5259eae590", "metadata": {}, "hostId": "", "image": {"id": "f46d4906-bae1-4504-8fb6-a6747dac4c8d", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/images/f46d4906-bae1-4504-8fb6-a6747dac4c8d"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://192.168.122.253/compute/flavors/42"}]}, "created": "2026-01-12T13:13:31Z", "updated": "2026-01-12T13:13:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://192.168.122.253/compute/v2.1/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}, {"rel": "bookmark", "href": "http://192.168.122.253/compute/servers/4ab75e2e-2e85-4483-ba29-a5735f0f460c"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-01-12T13:13:35Z", "message": "KeyError"}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-527826012", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-01-12 14:13:37,822 81743 ERROR [tempest.common.compute] Server 4ab75e2e-2e85-4483-ba29-a5735f0f460c failed to delete in time
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute raise exceptions.BuildErrorException(details, server_id=server_id)
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute tempest.exceptions.BuildErrorException: Server 4ab75e2e-2e85-4483-ba29-a5735f0f460c failed to build and is in ERROR status
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute Details: Fault: {'code': 500, 'created': '2026-01-12T13:13:35Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-86da5e0d-54d3-4d9d-b800-ded99d2ce130.
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute Traceback (most recent call last):
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 136, in wait_for_server_termination
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute raise lib_exc.DeleteErrorException(details, server_id=server_id)
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute tempest.lib.exceptions.DeleteErrorException: Resource %(resource_id)s failed to delete and is in ERROR status
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute Details: Server 4ab75e2e-2e85-4483-ba29-a5735f0f460c failed to delete and is in ERROR status. Fault: {'code': 500, 'created': '2026-01-12T13:13:35Z', 'message': 'KeyError'}.
2026-01-12 14:13:37.822 81743 ERROR tempest.common.compute
2026-01-12 14:13:37,868 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5 0.044s
2026-01-12 14:13:37,868 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88af9751-54da-45db-abb5-f2e5359eace4', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5'}
Body: b''
2026-01-12 14:13:37,913 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5 0.045s
2026-01-12 14:13:37,914 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a8e4d03-ece6-4c5a-8fa9-2372c683b8be', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a8e4d03-ece6-4c5a-8fa9-2372c683b8be', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5'}
Body: b'{"volume": {"id": "2d4b8d90-e92d-4587-b9aa-49cb5492e9b5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:31.000000", "updated_at": "2026-01-12T13:13:38.000000", "name": "tempest-TestStampPattern-volume-1493934758", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5"}], "user_id": "37877ea29ca94ef1b0c26f5259eae590", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d180299840d4d7e9ec65db239bf4a95"}}'
2026-01-12 14:13:38,962 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5 0.036s
2026-01-12 14:13:38,962 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1570f7cc-f3d2-4f5d-ba68-f7d5257cecc0', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1570f7cc-f3d2-4f5d-ba68-f7d5257cecc0', 'connection': 'close', 'status': '200', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5'}
Body: b'{"volume": {"id": "2d4b8d90-e92d-4587-b9aa-49cb5492e9b5", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-01-12T13:13:31.000000", "updated_at": "2026-01-12T13:13:38.000000", "name": "tempest-TestStampPattern-volume-1493934758", "description": null, "volume_type": "QuobyteHD", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5"}, {"rel": "bookmark", "href": "http://192.168.122.253/volume/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5"}], "user_id": "37877ea29ca94ef1b0c26f5259eae590", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1d180299840d4d7e9ec65db239bf4a95"}}'
2026-01-12 14:13:39,991 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5 0.018s
2026-01-12 14:13:39,991 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9afddb1c-44b3-4c23-8332-224a3b847af1', 'x-openstack-request-id': 'req-9afddb1c-44b3-4c23-8332-224a3b847af1', 'connection': 'close', 'status': '404', 'content-location': 'http://192.168.122.253/volume/v3/volumes/2d4b8d90-e92d-4587-b9aa-49cb5492e9b5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d4b8d90-e92d-4587-b9aa-49cb5492e9b5 could not be found."}}'
2026-01-12 14:13:40,212 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://192.168.122.253/networking/v2.0/security-groups/c004c654-01bb-498e-98f6-edd062e5d3f1 0.221s
2026-01-12 14:13:40,213 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-48ee891c-ed2d-4818-a085-21b793cd966d', 'connection': 'close', 'status': '204', 'content-location': 'http://192.168.122.253/networking/v2.0/security-groups/c004c654-01bb-498e-98f6-edd062e5d3f1'}
Body: b''
2026-01-12 14:13:40,235 81743 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestStampPattern-527826012 0.022s
2026-01-12 14:13:40,235 81743 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 12 Jan 2026 13:13:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae6aed4c-f4bc-4509-812b-cd79c251b9bc', 'x-compute-request-id': 'req-ae6aed4c-f4bc-4509-812b-cd79c251b9bc', 'connection': 'close', 'status': '202', 'content-location': 'http://192.168.122.253/compute/v2.1/os-keypairs/tempest-TestStampPattern-527826012'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 91, in test_stamp_pattern
server = self.create_server(
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 256, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/venv/lib/python3.10/site-packages/oslo_utils/excutils.py", line 222, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 4ab75e2e-2e85-4483-ba29-a5735f0f460c failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-01-12T13:13:35Z', 'message': 'KeyError'}. Request ID of server operation performed before checking the server status req-86da5e0d-54d3-4d9d-b800-ded99d2ce130.
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt24.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt24.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt25.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt25.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt26.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt26.2: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt27.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt27.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt28.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt28.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt28.3: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt28.4: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt29.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt29.2: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 2 | 0 | 0 | 0 | 2 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt30.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
ConsistencyGroupsV2Test) |
skip
pt30.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt31.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt31.2: setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource | 2 | 0 | 0 | 0 | 2 | Detail | |
CreateVolumesFromBackupTest) |
skip
pt32.1: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
CreateVolumesFromBackupTest) |
skip
pt32.2: setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest)
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt33.1: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsTest) |
skip
pt33.2: setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_backups | 6 | 0 | 0 | 0 | 6 | Detail | |
ProjectAdminTests33) |
skip
pt34.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests33)
|
||||||
ProjectReaderTests39) |
skip
pt34.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests39)
|
||||||
ProjectAdminTests39) |
skip
pt34.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectAdminTests39)
|
||||||
ProjectReaderTests33) |
skip
pt34.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectReaderTests33)
|
||||||
ProjectMemberTests33) |
skip
pt34.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests33)
|
||||||
ProjectMemberTests39) |
skip
pt34.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_backups.ProjectMemberTests39)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectAdminTests) |
skip
pt35.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectAdminTests)
|
||||||
ProjectReaderTests) |
skip
pt35.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt35.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_capabilities.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt36.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectReaderTests)
|
||||||
ProjectMemberTests) |
skip
pt36.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_snapshots.ProjectMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages | 3 | 0 | 0 | 0 | 3 | Detail | |
ProjectMemberTests) |
skip
pt37.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectMemberTests)
|
||||||
ProjectReaderTests) |
skip
pt37.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectReaderTests)
|
||||||
ProjectAdminTests) |
skip
pt37.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_user_messages.ProjectAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt38.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt38.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 6 | 0 | 0 | 0 | 6 | Detail | |
VolumeTypesAdminTests) |
skip
pt39.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt39.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt39.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt39.4: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt39.5: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt39.6: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 2 | 0 | 0 | 0 | 2 | Detail | |
ProjectReaderTests) |
skip
pt40.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
ProjectReaderTests) |
skip
pt40.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 2 | 0 | 0 | 0 | 2 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt41.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
TransferEncryptedVolumeTest) |
skip
pt41.2: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 2 | 0 | 0 | 0 | 2 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt42.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
ConcurrentVolumeActionsTest) |
skip
pt42.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeMultiattachTests) |
skip
pt43.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
VolumeMultiattachTests) |
skip
pt43.2: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt44.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt44.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt44.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt45.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt46.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt47.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt48.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt49.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt50.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt50.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt51.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest)
|
||||||
| setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsTest) |
skip
pt52.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest)
|
||||||
VolumesBackupsV39Test) |
skip
pt52.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test)
|
||||||
| setUpClass (tempest.scenario.test_volume_backup_restore | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeBackupRestore) |
skip
pt53.1: setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt54.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt55.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt56.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt57.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt58.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt58.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt58.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt58.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt58.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt58.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt59.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt59.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt59.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt59.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt59.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt59.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt59.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt59.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt60.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt60.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt61.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt61.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt61.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt62.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt63.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e]
|
||||||
| tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt64.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]
|
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt64.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt65.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt65.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt66.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt67.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt67.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt67.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt67.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt67.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt67.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt67.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt68.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt68.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt68.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt68.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt68.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt68.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt69.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt69.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt70.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt70.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt71.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]
|
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt71.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]
|
||||||
| tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt72.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176]
|
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt72.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt73.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]
|
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt73.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7]
|
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt73.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt73.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt73.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt73.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]
|
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt73.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt74.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt74.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt74.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt75.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt76.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d]
|
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt76.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908]
|
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt76.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt76.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt76.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt77.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt77.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt77.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt77.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt77.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt78.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt78.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt79.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt79.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt80.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt80.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt80.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt80.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt81.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220]
|
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt81.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60]
|
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt81.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt82.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative]
|
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt82.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative]
|
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt82.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative]
|
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt82.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative]
|
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt82.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative]
|
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt82.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative]
|
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt82.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative]
|
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt82.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative]
|
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt82.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative]
|
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt82.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative]
|
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt82.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative]
|
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt82.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative]
|
||||||
| tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt83.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative]
|
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt83.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]
|
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt83.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]
|
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt83.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]
|
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt83.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative]
|
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt83.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt84.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt85.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt86.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt87.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt88.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt88.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt89.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt89.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt90.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt91.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt91.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt92.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt92.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt93.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt93.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt94.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt94.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt95.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt95.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt96.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt97.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt97.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt98.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt98.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt99.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt100.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke]
|
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt100.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02]
|
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt100.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623]
|
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt100.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de]
|
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt100.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3]
|
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt100.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c]
|
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt100.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8]
|
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt100.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4]
|
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt100.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]
|
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt100.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d]
|
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt100.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877]
|
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt100.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214]
|
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt100.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87]
|
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt100.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce]
|
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt100.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce]
|
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt100.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1]
|
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt100.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f]
|
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt100.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 4 | 3 | 0 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt101.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt101.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt101.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt101.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt102.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt102.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt102.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt102.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt102.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt102.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt102.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt102.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt102.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt102.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt102.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt102.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt102.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt103.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative]
|
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt103.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative]
|
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt103.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative]
|
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt103.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative]
|
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt103.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt103.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| Total | 304 | 218 | 30 | 0 | 56 | ||