Status: Pass 294 Failure 4 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.scenario.test_volume_boot_pattern | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVolumeBootPattern) |
fail
ft1.1: tearDownClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern)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 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 587, in clear_creds
self._clear_isolated_net_resources()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 577, in _clear_isolated_net_resources
self._clear_isolated_subnet(creds.subnet['id'],
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 540, in _clear_isolated_subnet
client.delete_subnet(subnet_id)
File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet eaa0692d-6b28-46cb-96d4-d6684c285237: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 4 | 3 | 1 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt2.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
pass
pt2.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume] |
fail
ft2.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 08:52:23,655 106132 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-615298810 on backend None
2026-06-17 08:52:23,688 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.148/volume/v3/types 0.033s
2026-06-17 08:52:23,689 106132 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-luksv2-615298810", "extra_specs": {}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3697e9bf-ea8f-4e60-ac06-6dcf9bebba4f', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3697e9bf-ea8f-4e60-ac06-6dcf9bebba4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/types'}
Body: b'{"volume_type": {"id": "593b8797-6078-49dd-9626-32f5a1c33d42", "name": "tempest-scenario-type-luksv2-615298810", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-17 08:52:23,690 106132 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 593b8797-6078-49dd-9626-32f5a1c33d42
2026-06-17 08:52:23,721 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.148/volume/v3/types/593b8797-6078-49dd-9626-32f5a1c33d42/encryption 0.031s
2026-06-17 08:52:23,722 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-877a3480-c883-4138-ab6e-afe08767797b', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-877a3480-c883-4138-ab6e-afe08767797b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/types/593b8797-6078-49dd-9626-32f5a1c33d42/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "593b8797-6078-49dd-9626-32f5a1c33d42", "encryption_id": "a8862162-42b0-4646-afe7-70c1fc188b97"}}'
2026-06-17 08:52:23,928 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.148/volume/v3/volumes 0.205s
2026-06-17 08:52:23,928 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fa5b2d3-06df-4d2a-8340-8e534d14a82c', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fa5b2d3-06df-4d2a-8340-8e534d14a82c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/volume/v3/volumes'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:23.862991", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 08:52:24,058 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.148/identity/v3/auth/tokens 0.121s
2026-06-17 08:52:24,058 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2948', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f0e4529a-788b-4943-be6b-f9d25043d8aa', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.148/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec0dbde166b84c69a0e2a4a24cabad3d", "name": "tempest-TestEncryptedCinderVolumes-2104441306-project-member", "password_expires_at": null}, "audit_ids": ["HRQzloJ8SQiaxYVdoTGYXw"], "expires_at": "2026-06-17T09:52:23.000000Z", "issued_at": "2026-06-17T08:52:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea5ba48f16f14ddaafd25dc5391ed14c", "name": "tempest-TestEncryptedCinderVolumes-2104441306"}, "is_domain": false, "roles": [{"id": "73f2283f84e04c13a9312afd65c71b60", "name": "member"}, {"id": "611e308fdd49471093f34b68f430ced5", "name": "reader"}], "catalog": [{"endpoints": [{"id": "7dc3095f6bf243c2ae1099750ccbf97a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/identity", "region": "RegionOne"}], "id": "1e8a17d609144ca3bdc4bb36598ea826", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "94ed3468aa864d0a8442aa4dbcd70b94", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/compute/v2.1", "region": "RegionOne"}], "id": "4642558da9864a6e95649af7ab5a0e11", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "b5bb77502d7045358ffc9f9114c0dd1b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/volume/v3", "region": "RegionOne"}], "id": "59244669a4774d52897648c7feeb1a53", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2e1a232620374621a2f201c1b8900e37", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/placement", "region": "RegionOne"}], "id": "860702618570439cac284cad053fac4d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f42069fab185480db3c5b99ed9fb979b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/networking", "region": "RegionOne"}], "id": "8962651e1a61416bbc1ac47c33c897e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3307ef073724419c874f9abcd44e767b", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.148:8080", "region": "RegionOne"}, {"id": "68e4ee491ce24e8d9b0456ab9f6c2974", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148:8080/v1/AUTH_ea5ba48f16f14ddaafd25dc5391ed14c", "region": "RegionOne"}], "id": "998fc81386dc435db2755862e4ed68b5", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "cc391ede24514ace99a5e2fb4bdae0dd", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/image", "region": "RegionOne"}], "id": "e0431bcd3cf847a9a4b0897fb0062bc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3e0730e213b944c8a579702a6ad13728", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/compute/v2/ea5ba48f16f14ddaafd25dc5391ed14c", "region": "RegionOne"}], "id": "ec54becc8dfe40cc89761153534d6177", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-06-17 08:52:24,058 106132 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': 'f4fe7c4e-b2a0-4b6f-820c-9a91f6a182e1', 'name': 'tempest-TestEncryptedCinderVolumes-2009595999-network', 'tenant_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'project_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 57255, '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-06-17T08:49:25Z', 'updated_at': '2026-06-17T08:49:25Z', 'revision_number': 1} available for tenant
2026-06-17 08:52:24,061 106132 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 08:52:24,062 106132 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 08:52:24,117 106132 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.148/compute/v2.1/os-keypairs 0.055s
2026-06-17 08:52:24,117 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1763591289", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP7sLhC1JpooozqgDXOC38wBH+KJ+ETUDPB499jaX7jI4gmiddpLs3o+C6iGbkOHmeZxQJjoP8KeQN5SXKwEN9ZdKDW/jvoltteTCweoe7a4QFo4LnQXpFQVMzqaKLA/Kg=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:24 GMT', 'server': 'Apache/2.4.58 (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-5950d156-127e-4a14-aad3-24de25e1deff', 'x-compute-request-id': 'req-5950d156-127e-4a14-aad3-24de25e1deff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1763591289", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP7sLhC1JpooozqgDXOC38wBH+KJ+ETUDPB499jaX7jI4gmiddpLs3o+C6iGbkOHmeZxQJjoP8KeQN5SXKwEN9ZdKDW/jvoltteTCweoe7a4QFo4LnQXpFQVMzqaKLA/Kg==", "fingerprint": "2d:68:fd:71:cd:9f:37:23:0d:aa:ef:c7:c8:47:bf:e3", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d"}}'
2026-06-17 08:52:24,118 106132 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1763591289 created
2026-06-17 08:52:24,366 106132 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.148/networking/v2.0/security-groups 0.247s
2026-06-17 08:52:24,366 106132 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--222714841", "description": "tempest-description--200822658"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-9d7c8b84-c9d0-4c04-b20c-8ad90602abf2', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.148/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "695432f2-cabf-4d81-b010-3c5f2377ecb2", "name": "tempest-securitygroup--222714841", "stateful": true, "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "project_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "description": "tempest-description--200822658", "shared": false, "security_group_rules": [{"id": "4dcb8db8-1599-4e41-b6e1-b5583dcff263", "project_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "security_group_id": "695432f2-cabf-4d81-b010-3c5f2377ecb2", "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": 1447, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T08:52:24Z", "updated_at": "2026-06-17T08:52:24Z", "revision_number": 0, "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}, {"id": "f2c8e450-cae6-45ec-b0e3-cdf41117dd15", "project_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "security_group_id": "695432f2-cabf-4d81-b010-3c5f2377ecb2", "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": 1448, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T08:52:24Z", "updated_at": "2026-06-17T08:52:24Z", "revision_number": 0, "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}], "tags": [], "created_at": "2026-06-17T08:52:24Z", "updated_at": "2026-06-17T08:52:24Z", "revision_number": 1}}'
2026-06-17 08:52:24,528 106132 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.148/networking/v2.0/security-group-rules 0.161s
2026-06-17 08:52:24,528 106132 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": "695432f2-cabf-4d81-b010-3c5f2377ecb2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-89a010c2-be96-483c-84bc-0d1c94ee9b84', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.148/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "984039c6-5736-4a05-9577-06e4ed53d184", "project_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "security_group_id": "695432f2-cabf-4d81-b010-3c5f2377ecb2", "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-06-17T08:52:24Z", "updated_at": "2026-06-17T08:52:24Z", "revision_number": 0, "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:52:24,711 106132 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.148/networking/v2.0/security-group-rules 0.182s
2026-06-17 08:52:24,711 106132 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": "695432f2-cabf-4d81-b010-3c5f2377ecb2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6b93ecec-efed-4d41-b207-0247216237a5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.148/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a03dde0a-42e5-4127-a27c-4af6e24a11c5", "project_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "security_group_id": "695432f2-cabf-4d81-b010-3c5f2377ecb2", "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-06-17T08:52:24Z", "updated_at": "2026-06-17T08:52:24Z", "revision_number": 0, "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:52:24,711 106132 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--222714841 created
2026-06-17 08:52:25,425 106132 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.148/networking/v2.0/floatingips 0.713s
2026-06-17 08:52:25,425 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "c9a2d788-6f61-425a-a2ce-9ea58e123284"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-0038e5c1-377d-4301-94d9-6c206e0cf175', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.148/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "e7914675-29ea-4d9f-852d-58e3a2a80386", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "project_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "floating_ip_address": "172.24.5.59", "floating_network_id": "c9a2d788-6f61-425a-a2ce-9ea58e123284", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T08:52:25Z", "updated_at": "2026-06-17T08:52:25Z", "revision_number": 0}}'
2026-06-17 08:52:25,426 106132 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'e7914675-29ea-4d9f-852d-58e3a2a80386', 'tenant_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'project_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'floating_ip_address': '172.24.5.59', 'floating_network_id': 'c9a2d788-6f61-425a-a2ce-9ea58e123284', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T08:52:25Z', 'updated_at': '2026-06-17T08:52:25Z', 'revision_number': 0, 'ip': '172.24.5.59'} created
2026-06-17 08:52:25,426 106132 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1763591289', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP7sLhC1JpooozqgDXOC38wBH+KJ+ETUDPB499jaX7jI4gmiddpLs3o+C6iGbkOHmeZxQJjoP8KeQN5SXKwEN9ZdKDW/jvoltteTCweoe7a4QFo4LnQXpFQVMzqaKLA/Kg==', 'fingerprint': '2d:68:fd:71:cd:9f:37:23:0d:aa:ef:c7:c8:47:bf:e3', 'user_id': 'ec0dbde166b84c69a0e2a4a24cabad3d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAlaK0cAeDR0iQBO9VLpgBOiDnUFeaSu1NJYbj+Ajdf6LHQ+hIdyU+t\nc5sFUrdpmtOgBwYFK4EEACKhZANiAAT+7C4QtSaaKKM6oA1zgt/MAR/iifhE1Azw\nePfY2l+4yOIJonXaS7N6Pguohm5Dh5nmcUCY6D/CnkDeUlysBDfWXSg1v476JbbX\nkwsHqHu2uEBaOC50F6RUFTM6miiwPyo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '695432f2-cabf-4d81-b010-3c5f2377ecb2', 'name': 'tempest-securitygroup--222714841', 'stateful': True, 'tenant_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'project_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'description': 'tempest-description--200822658', 'shared': False, 'security_group_rules': [{'id': '4dcb8db8-1599-4e41-b6e1-b5583dcff263', 'project_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'security_group_id': '695432f2-cabf-4d81-b010-3c5f2377ecb2', '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': 1447, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T08:52:24Z', 'updated_at': '2026-06-17T08:52:24Z', 'revision_number': 0, 'tenant_id': 'ea5ba48f16f14ddaafd25dc5391ed14c'}, {'id': 'f2c8e450-cae6-45ec-b0e3-cdf41117dd15', 'project_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'security_group_id': '695432f2-cabf-4d81-b010-3c5f2377ecb2', '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': 1448, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T08:52:24Z', 'updated_at': '2026-06-17T08:52:24Z', 'revision_number': 0, 'tenant_id': 'ea5ba48f16f14ddaafd25dc5391ed14c'}], 'tags': [], 'created_at': '2026-06-17T08:52:24Z', 'updated_at': '2026-06-17T08:52:24Z', 'revision_number': 1}, 'floating_ip': {'id': 'e7914675-29ea-4d9f-852d-58e3a2a80386', 'tenant_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'project_id': 'ea5ba48f16f14ddaafd25dc5391ed14c', 'floating_ip_address': '172.24.5.59', 'floating_network_id': 'c9a2d788-6f61-425a-a2ce-9ea58e123284', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T08:52:25Z', 'updated_at': '2026-06-17T08:52:25Z', 'revision_number': 0, 'ip': '172.24.5.59'}}
2026-06-17 08:52:26,024 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.148/compute/v2.1/servers 0.597s
2026-06-17 08:52:26,024 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-643609581", "imageRef": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "flavorRef": "42", "networks": [{"uuid": "f4fe7c4e-b2a0-4b6f-820c-9a91f6a182e1"}], "security_groups": [{"name": "tempest-securitygroup--222714841"}], "key_name": "tempest-keypair-1763591289", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '405', 'location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1', '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-c2644790-aac6-4474-9aec-407999052089', 'x-compute-request-id': 'req-c2644790-aac6-4474-9aec-407999052089', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/compute/v2.1/servers'}
Body: b'{"server": {"id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--222714841"}], "adminPass": "swN2DCYeCUU5"}}'
2026-06-17 08:52:26,133 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.107s
2026-06-17 08:52:26,133 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1241', '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-abf4b3bf-38f6-44ed-a668-78f3da1faa61', 'x-compute-request-id': 'req-abf4b3bf-38f6-44ed-a668-78f3da1faa61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1763591289", "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-06-17 08:52:27,264 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.124s
2026-06-17 08:52:27,264 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1245', '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-e98276ba-cd47-4ee6-a301-d1733715057e', 'x-compute-request-id': 'req-e98276ba-cd47-4ee6-a301-d1733715057e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "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-06-17 08:52:28,394 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.123s
2026-06-17 08:52:28,394 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:28 GMT', 'server': 'Apache/2.4.58 (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-80900c1a-ebf0-46bd-9dee-b19f11cff6fe', 'x-compute-request-id': 'req-80900c1a-ebf0-46bd-9dee-b19f11cff6fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "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-06-17 08:52:28,401 106132 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-17 08:52:29,492 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.090s
2026-06-17 08:52:29,492 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:29 GMT', 'server': 'Apache/2.4.58 (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-125a8b61-2025-4cfa-a6fe-f04a5506302a', 'x-compute-request-id': 'req-125a8b61-2025-4cfa-a6fe-f04a5506302a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:28Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "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-06-17 08:52:30,619 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.120s
2026-06-17 08:52:30,620 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1301', '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-70e6a801-0361-452b-8e93-135ea13ad39b', 'x-compute-request-id': 'req-70e6a801-0361-452b-8e93-135ea13ad39b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:30,625 106132 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-06-17 08:52:31,836 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.210s
2026-06-17 08:52:31,836 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1378', '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-f9860996-03bb-4ef6-961a-31898591b3b2', 'x-compute-request-id': 'req-f9860996-03bb-4ef6-961a-31898591b3b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:31,844 106132 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait
2026-06-17 08:52:33,036 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.191s
2026-06-17 08:52:33,036 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-adac022b-eed0-4f8f-890b-17dfda1628d6', 'x-compute-request-id': 'req-adac022b-eed0-4f8f-890b-17dfda1628d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:33,043 106132 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-06-17 08:52:34,287 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.243s
2026-06-17 08:52:34,287 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-3ac70b4d-e3b2-4f07-a2ff-5531b0cb28e2', 'x-compute-request-id': 'req-3ac70b4d-e3b2-4f07-a2ff-5531b0cb28e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:35,452 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.156s
2026-06-17 08:52:35,452 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-ef63ea97-7f94-42eb-9348-9bf530443a60', 'x-compute-request-id': 'req-ef63ea97-7f94-42eb-9348-9bf530443a60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:36,663 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.205s
2026-06-17 08:52:36,663 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-d9fc22e0-458c-477b-8a5b-eeebde7a6997', 'x-compute-request-id': 'req-d9fc22e0-458c-477b-8a5b-eeebde7a6997', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:37,926 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.255s
2026-06-17 08:52:37,926 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-689626ad-bec1-4ede-851d-9bc7216e078b', 'x-compute-request-id': 'req-689626ad-bec1-4ede-851d-9bc7216e078b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:39,178 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.241s
2026-06-17 08:52:39,178 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-804e9f8b-6e64-49d3-85ca-b8a00328cd6b', 'x-compute-request-id': 'req-804e9f8b-6e64-49d3-85ca-b8a00328cd6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "BUILD", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:40,390 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.204s
2026-06-17 08:52:40,390 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1557', '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-fadaeef8-5437-4afc-a2e5-d3bc52f6c291', 'x-compute-request-id': 'req-fadaeef8-5437-4afc-a2e5-d3bc52f6c291', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2009595999-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}]}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "ACTIVE", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": "2026-06-17T08:52:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:52:40,397 106132 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 14 second wait
2026-06-17 08:52:40,508 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1/os-interface 0.110s
2026-06-17 08:52:40,508 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', '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-66e4d271-967f-45d6-b58d-baef5631c8e1', 'x-compute-request-id': 'req-66e4d271-967f-45d6-b58d-baef5631c8e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "f4fe7c4e-b2a0-4b6f-820c-9a91f6a182e1", "port_id": "a86583f0-4160-404d-b3ba-33477f94d2d0", "mac_addr": "fa:16:3e:31:2c:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "3fb08e29-4459-43a3-8040-2fe0d8557afe", "ip_address": "10.1.0.11"}]}]}'
2026-06-17 08:52:41,206 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.148/networking/v2.0/floatingips/e7914675-29ea-4d9f-852d-58e3a2a80386 0.695s
2026-06-17 08:52:41,206 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "a86583f0-4160-404d-b3ba-33477f94d2d0"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-8d2664cb-7a39-4bf6-958b-a6064bc2d496', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/networking/v2.0/floatingips/e7914675-29ea-4d9f-852d-58e3a2a80386'}
Body: b'{"floatingip": {"id": "e7914675-29ea-4d9f-852d-58e3a2a80386", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "project_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "floating_ip_address": "172.24.5.59", "floating_network_id": "c9a2d788-6f61-425a-a2ce-9ea58e123284", "router_id": "624d8fbb-fddb-4489-ba36-2d62a168e7b2", "port_id": "a86583f0-4160-404d-b3ba-33477f94d2d0", "fixed_ip_address": "10.1.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f4fe7c4e-b2a0-4b6f-820c-9a91f6a182e1", "mac_address": "fa:16:3e:31:2c:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T08:52:25Z", "updated_at": "2026-06-17T08:52:40Z", "revision_number": 1}}'
2026-06-17 08:52:41,207 106132 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.59:22' as 'cirros' with public key authentication
2026-06-17 08:53:17,418 106132 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 08:53:17,587 106132 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 08:53:17,587 106132 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.59 successfully created
2026-06-17 08:53:17,788 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.200s
2026-06-17 08:53:17,788 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1675', '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-3f202371-9cec-4456-8ba9-e502e4ceee99', 'x-compute-request-id': 'req-3f202371-9cec-4456-8ba9-e502e4ceee99', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2009595999-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}]}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "ACTIVE", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:52:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": "2026-06-17T08:52:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:53:17,827 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:53:17,828 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d92006-7f93-4835-8b55-2e811ca22bec', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d92006-7f93-4835-8b55-2e811ca22bec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:52:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:17,836 106132 INFO [tempest.common.waiters] volume 895f297d-5f68-4779-aedb-4705df31cc14 reached available after waiting for 0.836345 seconds
2026-06-17 08:53:17,874 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:53:17,874 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba15dad5-7878-4426-bdc7-cbc1c421610e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba15dad5-7878-4426-bdc7-cbc1c421610e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:52:24.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:20,487 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1/os-volume_attachments 2.607s
2026-06-17 08:53:20,488 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "895f297d-5f68-4779-aedb-4705df31cc14"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '194', '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-6a49d160-2270-4869-ac13-63c887aa2eec', 'x-compute-request-id': 'req-6a49d160-2270-4869-ac13-63c887aa2eec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "serverId": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "volumeId": "895f297d-5f68-4779-aedb-4705df31cc14", "device": "/dev/vdb"}}'
2026-06-17 08:53:20,530 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.041s
2026-06-17 08:53:20,530 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0415a7d-8627-4ecc-a05a-6f6c6a7e1020', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0415a7d-8627-4ecc-a05a-6f6c6a7e1020', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:20.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:21,583 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.046s
2026-06-17 08:53:21,583 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9cc49a-9415-4c88-b880-c674a32b2843', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9cc49a-9415-4c88-b880-c674a32b2843', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:22,633 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.039s
2026-06-17 08:53:22,633 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5548c38e-aae2-4122-9cf9-498db7144116', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5548c38e-aae2-4122-9cf9-498db7144116', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:23,681 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.040s
2026-06-17 08:53:23,681 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19061663-c72f-4a2a-9b06-313407b436d7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19061663-c72f-4a2a-9b06-313407b436d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:24,728 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.037s
2026-06-17 08:53:24,728 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8561df9c-0720-487b-b83b-d5222afbe116', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8561df9c-0720-487b-b83b-d5222afbe116', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:25,772 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.037s
2026-06-17 08:53:25,772 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53aeafcc-8613-432c-8fb8-20f0f8539873', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53aeafcc-8613-432c-8fb8-20f0f8539873', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:26,820 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.039s
2026-06-17 08:53:26,821 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edf738b9-c832-4e4b-a3a9-b8b6cda4c963', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edf738b9-c832-4e4b-a3a9-b8b6cda4c963', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:27,891 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.058s
2026-06-17 08:53:27,891 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c31341c-fdfa-400e-9d01-21965c6b63c9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c31341c-fdfa-400e-9d01-21965c6b63c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:28,942 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.045s
2026-06-17 08:53:28,942 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a74db9a-9f0c-4bb2-9af4-3b13b37db571', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a74db9a-9f0c-4bb2-9af4-3b13b37db571', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:29,991 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.043s
2026-06-17 08:53:29,991 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-815e8795-08d3-434e-90dc-b0c03167581e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-815e8795-08d3-434e-90dc-b0c03167581e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:31,373 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.371s
2026-06-17 08:53:31,373 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-191a5eca-eae6-4675-b0f5-16a7e27a5401', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-191a5eca-eae6-4675-b0f5-16a7e27a5401', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:32,417 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:53:32,417 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-017d9746-0485-4e6a-a892-be34d0a40dee', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-017d9746-0485-4e6a-a892-be34d0a40dee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:33,451 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.028s
2026-06-17 08:53:33,451 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbedc907-a9c9-40a8-8f57-bdf9248ea783', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbedc907-a9c9-40a8-8f57-bdf9248ea783', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:34,488 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:53:34,489 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc53c142-dda6-4d33-94aa-399bc90be2c4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc53c142-dda6-4d33-94aa-399bc90be2c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:35,542 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.046s
2026-06-17 08:53:35,542 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f2171b7-6e06-4417-bd96-add63d148342', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f2171b7-6e06-4417-bd96-add63d148342', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:36,584 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:53:36,584 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-850577db-7339-4460-be09-101b307faabd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-850577db-7339-4460-be09-101b307faabd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:37,626 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:53:37,626 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9775e6e-a056-4f0e-8a13-346823f7e4ca', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9775e6e-a056-4f0e-8a13-346823f7e4ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:38,701 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.066s
2026-06-17 08:53:38,701 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d8b645-47fe-4184-8d36-faa6311c3192', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d8b645-47fe-4184-8d36-faa6311c3192', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:21.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:39,757 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.049s
2026-06-17 08:53:39,757 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6d78ee5-fc95-4a70-b4f9-8957eaebaee0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6d78ee5-fc95-4a70-b4f9-8957eaebaee0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:40,795 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:53:40,795 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23c6046e-fd29-45c0-a188-d9ae81d7d7c2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23c6046e-fd29-45c0-a188-d9ae81d7d7c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:41,840 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.039s
2026-06-17 08:53:41,841 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-187d454d-be9f-41fc-bd00-eac159f47dd7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-187d454d-be9f-41fc-bd00-eac159f47dd7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:42,886 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:53:42,886 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28e3ede2-cb9a-484c-b1ef-93db8360a37c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28e3ede2-cb9a-484c-b1ef-93db8360a37c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:43,946 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.051s
2026-06-17 08:53:43,947 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-887efe75-edd9-4843-86d8-f0b5cd67a400', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-887efe75-edd9-4843-86d8-f0b5cd67a400', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:44,996 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:53:44,996 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0ef725b-2df9-4e82-b7ea-32b228c0dff2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0ef725b-2df9-4e82-b7ea-32b228c0dff2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:46,047 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:53:46,048 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9432c3-3b4a-445e-89ab-4af414168b33', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9432c3-3b4a-445e-89ab-4af414168b33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:47,111 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.056s
2026-06-17 08:53:47,111 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7002d3ef-3554-4946-a455-ee5d389fc5a2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7002d3ef-3554-4946-a455-ee5d389fc5a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:48,149 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:53:48,149 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a7dcba-f728-4ad7-8f05-f6225e62e515', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a7dcba-f728-4ad7-8f05-f6225e62e515', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:49,180 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.023s
2026-06-17 08:53:49,180 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db7d386e-adde-4856-a5ea-e6105586317a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db7d386e-adde-4856-a5ea-e6105586317a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:50,213 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.027s
2026-06-17 08:53:50,213 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27606b91-ead7-4388-ab26-0cdac1b087df', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27606b91-ead7-4388-ab26-0cdac1b087df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:51,277 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.058s
2026-06-17 08:53:51,277 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf9821ed-2dec-4ff6-b331-a197c11a32ce', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf9821ed-2dec-4ff6-b331-a197c11a32ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:52,321 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:53:52,321 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5178be61-5a89-49c4-b35c-39117e7afea9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5178be61-5a89-49c4-b35c-39117e7afea9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:53,363 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:53:53,363 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65cb8961-2dba-4b2d-aa0a-2fc6b664c72c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65cb8961-2dba-4b2d-aa0a-2fc6b664c72c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:54,400 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:53:54,401 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c43d24a3-d26b-44aa-bf0d-0486a44f1184', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c43d24a3-d26b-44aa-bf0d-0486a44f1184', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:55,441 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.030s
2026-06-17 08:53:55,441 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc6b2fbe-d4bf-4f85-be34-63ed39badbd7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc6b2fbe-d4bf-4f85-be34-63ed39badbd7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:56,480 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:53:56,480 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601da648-92f4-4da9-a7e7-e0e093c57289', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601da648-92f4-4da9-a7e7-e0e093c57289', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:57,536 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.049s
2026-06-17 08:53:57,537 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c798c4b0-f757-41d7-9188-5fd593420c2d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c798c4b0-f757-41d7-9188-5fd593420c2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:58,578 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:53:58,578 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91213daa-7373-4651-94b2-2cf1ef19e70f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91213daa-7373-4651-94b2-2cf1ef19e70f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:53:59,618 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:53:59,618 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7f99a4f-b7da-42ba-b330-e18ee632643e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7f99a4f-b7da-42ba-b330-e18ee632643e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:00,652 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:54:00,653 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80c8531f-db6e-4e1e-b94d-94c3122745ad', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80c8531f-db6e-4e1e-b94d-94c3122745ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:01,688 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.030s
2026-06-17 08:54:01,688 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0070f5d4-0b7b-46f5-845e-d98f157a2f45', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0070f5d4-0b7b-46f5-845e-d98f157a2f45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:02,722 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:54:02,722 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29e58e87-d2fc-4915-b19d-34786c506723', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29e58e87-d2fc-4915-b19d-34786c506723', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:03,765 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.037s
2026-06-17 08:54:03,766 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01bfcd4b-93d3-4680-9adc-2850374aca98', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01bfcd4b-93d3-4680-9adc-2850374aca98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:04,807 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:54:04,807 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6f990a-f378-459f-bf8a-26902e8cfda5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6f990a-f378-459f-bf8a-26902e8cfda5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:05,836 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.023s
2026-06-17 08:54:05,836 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0a7083a-b3c1-4a87-8c4e-a48153511b0c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0a7083a-b3c1-4a87-8c4e-a48153511b0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:06,874 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:54:06,874 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0c6e3f8-52c6-4b9d-97ee-7e28eb1aefa5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0c6e3f8-52c6-4b9d-97ee-7e28eb1aefa5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:07,911 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.030s
2026-06-17 08:54:07,912 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c6e2fce-38a4-47de-a9f3-570b333f7678', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c6e2fce-38a4-47de-a9f3-570b333f7678', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:08,944 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:54:08,944 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c574521-e4db-446b-a2d7-af3651f148d6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c574521-e4db-446b-a2d7-af3651f148d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:09,990 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.039s
2026-06-17 08:54:09,990 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74892ea4-4178-434f-97d6-d6d82380c728', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74892ea4-4178-434f-97d6-d6d82380c728', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:11,036 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:54:11,036 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d640bce-3e46-446b-8ed8-e9f79c3d8eec', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d640bce-3e46-446b-8ed8-e9f79c3d8eec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:12,078 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:54:12,078 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e631f2-de0e-40a9-94a3-365b9dcb7248', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e631f2-de0e-40a9-94a3-365b9dcb7248', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:13,123 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.037s
2026-06-17 08:54:13,123 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bf6555a-6bc4-4500-ad65-fe1e5ce929c0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bf6555a-6bc4-4500-ad65-fe1e5ce929c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:14,186 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.057s
2026-06-17 08:54:14,187 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6de3a25-5968-426a-ae9c-f2f8debb7f62', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6de3a25-5968-426a-ae9c-f2f8debb7f62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:15,255 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.063s
2026-06-17 08:54:15,256 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9895ec8d-8ebd-4307-82de-ef9adbe6f0ca', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9895ec8d-8ebd-4307-82de-ef9adbe6f0ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:16,296 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:54:16,296 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aeec1c2-54c5-43b2-b132-2079eb5f753e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aeec1c2-54c5-43b2-b132-2079eb5f753e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:17,340 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:54:17,340 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43edce1a-766a-4e2a-8339-0017a6e25675', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43edce1a-766a-4e2a-8339-0017a6e25675', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:18,387 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.041s
2026-06-17 08:54:18,387 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a589027-e2fd-45ca-9dc9-cab61ae5b462', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a589027-e2fd-45ca-9dc9-cab61ae5b462', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:19,430 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:54:19,430 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c67c0c99-257d-400a-aaef-d7ee6e5a1f4d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c67c0c99-257d-400a-aaef-d7ee6e5a1f4d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:20,476 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:54:20,479 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98997c8f-77c1-4b9f-b916-90ecfbe0d6e4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98997c8f-77c1-4b9f-b916-90ecfbe0d6e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:21,511 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:54:21,511 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cda77f5e-97fa-4b77-9712-89929fe21f8b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cda77f5e-97fa-4b77-9712-89929fe21f8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:22,562 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.044s
2026-06-17 08:54:22,562 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04e17011-9e1d-4c40-9d4e-2a05b86157fc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04e17011-9e1d-4c40-9d4e-2a05b86157fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:23,609 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:54:23,610 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596977e4-4e00-4640-a1b2-6061cbf10f54', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596977e4-4e00-4640-a1b2-6061cbf10f54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:24,654 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:54:24,655 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a688029-2f1c-4347-aa7c-c82263cac5f5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a688029-2f1c-4347-aa7c-c82263cac5f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:25,691 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.028s
2026-06-17 08:54:25,691 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393abfff-0e0f-488d-b41f-1bba5c460066', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393abfff-0e0f-488d-b41f-1bba5c460066', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:26,742 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.043s
2026-06-17 08:54:26,743 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b78586d-d282-4d2f-ba3e-a9a68f19e904', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b78586d-d282-4d2f-ba3e-a9a68f19e904', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:27,787 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:54:27,787 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e35f5aa3-50fc-44f1-bf60-4f1933ddf776', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e35f5aa3-50fc-44f1-bf60-4f1933ddf776', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:28,829 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:54:28,830 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89b470c7-b10d-4eeb-b810-b1f4fa73b82c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89b470c7-b10d-4eeb-b810-b1f4fa73b82c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:29,874 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:54:29,875 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51c485ab-1791-4028-a000-c8596bcf7a7f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51c485ab-1791-4028-a000-c8596bcf7a7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:30,913 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.030s
2026-06-17 08:54:30,914 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-564c0bdc-313a-472c-b744-ddb2cd0d32e8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-564c0bdc-313a-472c-b744-ddb2cd0d32e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:31,949 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:54:31,950 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-932828cd-d80d-4fa6-a141-ceb45695caa8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-932828cd-d80d-4fa6-a141-ceb45695caa8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:32,985 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.030s
2026-06-17 08:54:32,986 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eabf831-4405-4ae8-b5b1-b68a09abc5d2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eabf831-4405-4ae8-b5b1-b68a09abc5d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:34,028 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:54:34,028 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27052660-5ff6-494a-b5de-193a3a9e22a2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27052660-5ff6-494a-b5de-193a3a9e22a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:35,154 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.119s
2026-06-17 08:54:35,155 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-045023b6-a607-4031-bc15-4bf510540abe', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-045023b6-a607-4031-bc15-4bf510540abe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:36,197 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.037s
2026-06-17 08:54:36,197 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a48e449-e142-4e92-a296-557c00b7bb7c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a48e449-e142-4e92-a296-557c00b7bb7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:37,228 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.025s
2026-06-17 08:54:37,229 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb86873-d0b3-48ca-aa4a-486f29ab47de', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb86873-d0b3-48ca-aa4a-486f29ab47de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:38,274 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:54:38,274 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67164fa0-ca26-48d2-8ff5-cd7a767fc5a2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67164fa0-ca26-48d2-8ff5-cd7a767fc5a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:39,309 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:54:39,309 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90e02b8b-3e92-4630-b9a7-ffcaba41eeb6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90e02b8b-3e92-4630-b9a7-ffcaba41eeb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:40,351 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:54:40,351 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abb38143-9bc4-48f2-9a76-7f2642dc1b1d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abb38143-9bc4-48f2-9a76-7f2642dc1b1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:41,404 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.040s
2026-06-17 08:54:41,405 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ca94e1d-ee60-42ed-9670-2eac9a6095b6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ca94e1d-ee60-42ed-9670-2eac9a6095b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:42,453 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.039s
2026-06-17 08:54:42,453 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42e3b45d-8a0b-4701-95d4-6adfc8f6bcdb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42e3b45d-8a0b-4701-95d4-6adfc8f6bcdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:43,497 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:54:43,498 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66b6c859-18bb-4974-8f53-10eb6d2a1b68', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66b6c859-18bb-4974-8f53-10eb6d2a1b68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:44,547 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.043s
2026-06-17 08:54:44,547 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26dbbeaf-9547-41eb-9ca9-6544b389105e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26dbbeaf-9547-41eb-9ca9-6544b389105e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:45,589 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:54:45,589 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa6bfc9-882b-4f6b-bbdf-9a10a49cc008', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa6bfc9-882b-4f6b-bbdf-9a10a49cc008', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:46,654 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.056s
2026-06-17 08:54:46,654 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced20fd0-17ec-47da-976e-c684be927a57', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced20fd0-17ec-47da-976e-c684be927a57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:47,690 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.027s
2026-06-17 08:54:47,690 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d00145cd-55c0-4892-8580-9cc2a89c96ed', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d00145cd-55c0-4892-8580-9cc2a89c96ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:48,730 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:54:48,730 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b5c1dc-c0f4-415f-967b-b5c27cc5aa2e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b5c1dc-c0f4-415f-967b-b5c27cc5aa2e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:49,767 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:54:49,767 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bd1b202-d74a-4fb2-8285-1d947baa04ae', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bd1b202-d74a-4fb2-8285-1d947baa04ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:50,808 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:54:50,808 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75fdc71e-e66e-4636-9c68-be67619d9841', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75fdc71e-e66e-4636-9c68-be67619d9841', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:51,858 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.044s
2026-06-17 08:54:51,858 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd949909-ff0c-4caa-90db-c4c318000e3b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd949909-ff0c-4caa-90db-c4c318000e3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:52,907 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.041s
2026-06-17 08:54:52,907 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b81afb7-0b09-419f-9a60-17d4af1085a9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b81afb7-0b09-419f-9a60-17d4af1085a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:53,966 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.051s
2026-06-17 08:54:53,966 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcbcd7d4-0501-41ec-98be-399dfebc73dc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcbcd7d4-0501-41ec-98be-399dfebc73dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:55,018 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.046s
2026-06-17 08:54:55,018 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82762184-e1c5-4aa5-a438-c98ca42389d2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82762184-e1c5-4aa5-a438-c98ca42389d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:56,067 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.043s
2026-06-17 08:54:56,068 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df618496-866a-443d-8032-c78cfbe4fb23', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df618496-866a-443d-8032-c78cfbe4fb23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:57,107 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:54:57,108 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92ccacd3-224d-40fb-8fc0-9f87e9c5cb9c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92ccacd3-224d-40fb-8fc0-9f87e9c5cb9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:58,149 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:54:58,150 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c07dd7dd-6414-45a8-8a2b-ccd6e94aef99', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c07dd7dd-6414-45a8-8a2b-ccd6e94aef99', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:54:59,189 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:54:59,189 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56b3e02e-8bee-43d1-b3fc-162251c07e3a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56b3e02e-8bee-43d1-b3fc-162251c07e3a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:00,244 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.047s
2026-06-17 08:55:00,244 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e8c233-b065-4d81-9afa-7a24c9158db7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e8c233-b065-4d81-9afa-7a24c9158db7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:01,294 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.040s
2026-06-17 08:55:01,294 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03bea70f-3f27-4973-aabe-096377cafab4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03bea70f-3f27-4973-aabe-096377cafab4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:02,348 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.042s
2026-06-17 08:55:02,348 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbb65bb1-b814-488a-a818-b330b5102dcc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbb65bb1-b814-488a-a818-b330b5102dcc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:03,406 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.046s
2026-06-17 08:55:03,406 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bae0593-a102-4e26-88e8-cf0a77149679', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bae0593-a102-4e26-88e8-cf0a77149679', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:04,462 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.044s
2026-06-17 08:55:04,463 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-569683ba-f630-4c22-a639-e07d5fa6a792', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-569683ba-f630-4c22-a639-e07d5fa6a792', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:05,503 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:55:05,503 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2609d270-849f-4214-bcb5-95b84f31621d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2609d270-849f-4214-bcb5-95b84f31621d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:06,539 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.030s
2026-06-17 08:55:06,539 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29363c7e-43c5-44a4-9418-3553dd6119aa', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29363c7e-43c5-44a4-9418-3553dd6119aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:07,581 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:55:07,581 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc6cb9b-f273-4b47-8a74-24c8a51d998a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc6cb9b-f273-4b47-8a74-24c8a51d998a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:08,617 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.030s
2026-06-17 08:55:08,618 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35a88b1-1a74-441d-9798-d50369b29650', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35a88b1-1a74-441d-9798-d50369b29650', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:09,651 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.027s
2026-06-17 08:55:09,651 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-620bfef8-6d93-47a5-84a7-b46b9e012ba3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-620bfef8-6d93-47a5-84a7-b46b9e012ba3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:10,684 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.025s
2026-06-17 08:55:10,684 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc58cb6b-0ffd-4f34-bef8-1f15ee1b5009', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc58cb6b-0ffd-4f34-bef8-1f15ee1b5009', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:11,719 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.025s
2026-06-17 08:55:11,719 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1f5ccca-79c7-4c32-a369-d67e599dddbc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1f5ccca-79c7-4c32-a369-d67e599dddbc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:12,758 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:55:12,758 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3fc1e86-2d3c-4ae8-abec-49e4ca532ba7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3fc1e86-2d3c-4ae8-abec-49e4ca532ba7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:13,805 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:55:13,806 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd4cee0-d32c-42c9-b97a-c7fd15e2c3d5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cd4cee0-d32c-42c9-b97a-c7fd15e2c3d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:14,839 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.028s
2026-06-17 08:55:14,840 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfbc34dd-a8f3-43ec-bfc2-a7661c95e1df', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfbc34dd-a8f3-43ec-bfc2-a7661c95e1df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:15,879 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:55:15,879 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fdba170-e218-4b0d-a2d8-cb27d52566ec', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fdba170-e218-4b0d-a2d8-cb27d52566ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:16,912 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.027s
2026-06-17 08:55:16,913 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c42a32-b8d9-4353-946d-0b3bebafda7c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c42a32-b8d9-4353-946d-0b3bebafda7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:17,947 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.028s
2026-06-17 08:55:17,947 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64de6d93-e650-4b84-8c7d-dd70b95320f6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64de6d93-e650-4b84-8c7d-dd70b95320f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:18,991 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.037s
2026-06-17 08:55:18,992 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c35a701-98e5-45e3-955f-4ce6b23a794f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c35a701-98e5-45e3-955f-4ce6b23a794f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:20,031 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:55:20,031 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29b2f913-c469-47db-a64c-2fdf09e130dd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29b2f913-c469-47db-a64c-2fdf09e130dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:21,065 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:55:21,065 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e92387a0-33b0-435d-a987-a42ed4c8abb9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e92387a0-33b0-435d-a987-a42ed4c8abb9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:22,108 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:55:22,108 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e54194-ac6c-4b63-b108-817810006b01', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e54194-ac6c-4b63-b108-817810006b01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:23,143 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.027s
2026-06-17 08:55:23,143 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a43486c-c206-49d7-bb5a-ce29c1bb8cdf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a43486c-c206-49d7-bb5a-ce29c1bb8cdf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:24,178 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:55:24,178 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebc20d22-6b9d-4970-92ab-781660d1c5c8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebc20d22-6b9d-4970-92ab-781660d1c5c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:25,223 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:55:25,223 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ebdb6c-63f7-47bd-a2fe-f4e7d441f826', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ebdb6c-63f7-47bd-a2fe-f4e7d441f826', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:26,256 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:55:26,256 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f35200-86a7-457f-a0b8-54dcefa00431', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f35200-86a7-457f-a0b8-54dcefa00431', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:27,291 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:55:27,292 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc190628-ccef-4cf8-a2ce-3595fc4f035c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc190628-ccef-4cf8-a2ce-3595fc4f035c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:28,326 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:55:28,326 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5dc32d9-479f-4902-953c-5dbed3893c2d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5dc32d9-479f-4902-953c-5dbed3893c2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:29,362 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:55:29,363 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f861700-ed07-4551-8229-9af90f23100c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f861700-ed07-4551-8229-9af90f23100c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:30,403 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:55:30,403 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c79db4b2-1b7c-4adb-8af6-77523ac5d1f7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c79db4b2-1b7c-4adb-8af6-77523ac5d1f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:31,446 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:55:31,446 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62c8778-ce5c-45bb-8f8a-30be6e2be46d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62c8778-ce5c-45bb-8f8a-30be6e2be46d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:32,495 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:55:32,496 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7fa368f-83d0-4ef2-9fca-230fd9ad9148', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7fa368f-83d0-4ef2-9fca-230fd9ad9148', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:33,545 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:55:33,545 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d4c9045-6f16-48f2-a089-8c7a193f0ce5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d4c9045-6f16-48f2-a089-8c7a193f0ce5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:34,586 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:55:34,586 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6c0835f-d16f-4100-b083-1dd7f91a35c4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6c0835f-d16f-4100-b083-1dd7f91a35c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:35,621 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:55:35,622 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62fa67eb-1a90-4167-875d-35afa7ff3003', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62fa67eb-1a90-4167-875d-35afa7ff3003', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:36,656 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.027s
2026-06-17 08:55:36,656 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98159e27-6344-4021-965c-db1219ee5153', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98159e27-6344-4021-965c-db1219ee5153', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:37,694 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:55:37,695 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47d4e515-1ef5-4fc4-a162-10df5ee001c5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47d4e515-1ef5-4fc4-a162-10df5ee001c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:38,728 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:55:38,728 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3addeddd-eaa0-4ae6-9f56-4d0f16ba58e8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3addeddd-eaa0-4ae6-9f56-4d0f16ba58e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:39,774 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:55:39,774 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-689642f3-05e6-46a8-99a8-7c9f651818fc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-689642f3-05e6-46a8-99a8-7c9f651818fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:40,809 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:55:40,809 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a8e47d1-60e2-4fd5-851d-8375919bec89', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a8e47d1-60e2-4fd5-851d-8375919bec89', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:41,854 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:55:41,854 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabe2962-4ca4-4562-8c80-42d212833397', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabe2962-4ca4-4562-8c80-42d212833397', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:42,888 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:55:42,889 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6845557-4228-440f-b70e-aa4f9f90adf0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6845557-4228-440f-b70e-aa4f9f90adf0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:43,921 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.027s
2026-06-17 08:55:43,921 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d5d1d1-bf25-4343-bcfc-c0d78584ebf0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d5d1d1-bf25-4343-bcfc-c0d78584ebf0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:44,957 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:55:44,957 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-042a4bab-eb67-49c2-b2a3-a9775295d362', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-042a4bab-eb67-49c2-b2a3-a9775295d362', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:46,003 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.040s
2026-06-17 08:55:46,004 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03e1d7f8-e090-4dcf-8e21-e586afdb895f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03e1d7f8-e090-4dcf-8e21-e586afdb895f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:47,061 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.048s
2026-06-17 08:55:47,062 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a74d4086-4f6b-49b9-88e3-7df7f51ae243', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a74d4086-4f6b-49b9-88e3-7df7f51ae243', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:48,102 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:55:48,102 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e74423b7-e1e3-496f-a8b0-f60c1af4a4bd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74423b7-e1e3-496f-a8b0-f60c1af4a4bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:49,141 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:55:49,141 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d89704-d4ef-4948-b472-870ab6787b5c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d89704-d4ef-4948-b472-870ab6787b5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:50,179 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:55:50,180 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a307acb-15ad-42d1-a3b7-ab190371def0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a307acb-15ad-42d1-a3b7-ab190371def0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:51,218 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:55:51,218 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5bd5cff-3d3d-4e3d-b49a-9c754681150a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5bd5cff-3d3d-4e3d-b49a-9c754681150a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:52,266 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.042s
2026-06-17 08:55:52,266 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36c909b9-f510-47c4-9546-030e1b9b682d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36c909b9-f510-47c4-9546-030e1b9b682d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:53,302 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.028s
2026-06-17 08:55:53,302 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be61f89-1a88-448e-a8bc-dc5afbc99364', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be61f89-1a88-448e-a8bc-dc5afbc99364', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:54,342 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:55:54,342 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d240f9a-4862-4700-9884-69d33c0e4e96', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d240f9a-4862-4700-9884-69d33c0e4e96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:55,376 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.027s
2026-06-17 08:55:55,376 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a6c9d4-739f-4961-b09b-46a998d8b1cc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a6c9d4-739f-4961-b09b-46a998d8b1cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:56,416 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:55:56,416 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc69d9e-4ae1-4128-9b90-a1ae71c61af7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc69d9e-4ae1-4128-9b90-a1ae71c61af7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:57,458 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.035s
2026-06-17 08:55:57,458 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-192c16f1-c3cd-4c12-a536-72fec058cd04', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-192c16f1-c3cd-4c12-a536-72fec058cd04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:58,516 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.050s
2026-06-17 08:55:58,517 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-316bcb33-b8e9-4202-8c89-15b3292fa0c3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-316bcb33-b8e9-4202-8c89-15b3292fa0c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:55:59,558 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:55:59,558 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:55:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d205f51-c967-49dc-aac8-07c84200c0a6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d205f51-c967-49dc-aac8-07c84200c0a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:00,600 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:56:00,600 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b4dc9b1-db86-4b3f-80e8-b1699765da0b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b4dc9b1-db86-4b3f-80e8-b1699765da0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:01,642 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:56:01,642 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c308fe7-104c-455b-8014-9967813286ab', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c308fe7-104c-455b-8014-9967813286ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:02,682 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:56:02,682 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32ecef81-a981-4ac9-900f-57d7ac50f3b5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32ecef81-a981-4ac9-900f-57d7ac50f3b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:03,730 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.042s
2026-06-17 08:56:03,730 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d633090-3e85-4648-842b-1ceb0539907f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d633090-3e85-4648-842b-1ceb0539907f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:04,774 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.038s
2026-06-17 08:56:04,775 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44007212-f9fd-4d90-ad57-0d6e2c899139', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44007212-f9fd-4d90-ad57-0d6e2c899139', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:05,815 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:56:05,816 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8821bee5-0569-475c-91d0-1303e8887b1e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8821bee5-0569-475c-91d0-1303e8887b1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:06,855 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:56:06,855 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9084c54-02e2-4175-b6e7-8a6486f38d11', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9084c54-02e2-4175-b6e7-8a6486f38d11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:07,907 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.043s
2026-06-17 08:56:07,907 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-847897eb-1231-44cf-bc60-9cf7776ebce3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-847897eb-1231-44cf-bc60-9cf7776ebce3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:08,942 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:56:08,942 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f689a5e3-2005-48b2-9404-213a460c4386', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f689a5e3-2005-48b2-9404-213a460c4386', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:09,978 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.024s
2026-06-17 08:56:09,978 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2255d7f1-8973-411f-bbf1-fae1930dd96f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2255d7f1-8973-411f-bbf1-fae1930dd96f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:11,015 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:56:11,016 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a36088e3-2288-4ef5-9a29-8e8b4ecff10d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a36088e3-2288-4ef5-9a29-8e8b4ecff10d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:12,051 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.029s
2026-06-17 08:56:12,051 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bfab91c-c25b-42c8-aa2a-bfbfea60f1b7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bfab91c-c25b-42c8-aa2a-bfbfea60f1b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:13,085 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.028s
2026-06-17 08:56:13,086 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02a3764e-90bc-420c-8d1b-684cc3ff5e11', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02a3764e-90bc-420c-8d1b-684cc3ff5e11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:14,118 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.026s
2026-06-17 08:56:14,118 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f0cfd9d-5c2e-46a4-8d42-a4ef8ec1a9a2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f0cfd9d-5c2e-46a4-8d42-a4ef8ec1a9a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:15,156 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:56:15,156 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34f9dcde-56a0-4bcb-b2c4-082894ff17e2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34f9dcde-56a0-4bcb-b2c4-082894ff17e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:16,194 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.033s
2026-06-17 08:56:16,195 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b221575-130a-42d9-a062-5c99a1d41ed4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b221575-130a-42d9-a062-5c99a1d41ed4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:17,234 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:56:17,234 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd90480f-9e94-488b-9549-5ceea4dbd54b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd90480f-9e94-488b-9549-5ceea4dbd54b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:18,277 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:56:18,278 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce887f0-daa9-4d3f-a799-3354a326ac7a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce887f0-daa9-4d3f-a799-3354a326ac7a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:19,334 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.048s
2026-06-17 08:56:19,334 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4877e610-7b4b-4159-9e2e-9a8dc1d5dd77', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4877e610-7b4b-4159-9e2e-9a8dc1d5dd77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:20,386 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.043s
2026-06-17 08:56:20,386 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea5e77e6-748f-4b1e-ac35-4a8ccbf8a843', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea5e77e6-748f-4b1e-ac35-4a8ccbf8a843', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:21,437 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.045s
2026-06-17 08:56:21,437 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de8a6796-0601-42f2-b68b-f5eb992fe786', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de8a6796-0601-42f2-b68b-f5eb992fe786', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:22,481 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:56:22,481 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8044f0e-4b42-4d9c-87da-cf4c880b002f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8044f0e-4b42-4d9c-87da-cf4c880b002f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:23,540 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.050s
2026-06-17 08:56:23,541 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57e2a036-9481-4e22-a8d9-b6a04fabc871', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57e2a036-9481-4e22-a8d9-b6a04fabc871', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:24,579 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.032s
2026-06-17 08:56:24,579 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-227c4607-a62d-4ba4-b153-106e01a46387', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-227c4607-a62d-4ba4-b153-106e01a46387', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:25,623 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:56:25,623 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ca1fd34-2cc3-44ce-95b5-6aa80092be64', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ca1fd34-2cc3-44ce-95b5-6aa80092be64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:26,658 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.028s
2026-06-17 08:56:26,658 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a34e2b52-7eeb-4a02-841e-3c3d15167b91', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a34e2b52-7eeb-4a02-841e-3c3d15167b91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:27,700 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:56:27,700 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d850008a-e0d5-4ea6-b6ec-a28a4589c4b5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d850008a-e0d5-4ea6-b6ec-a28a4589c4b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:28,744 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.039s
2026-06-17 08:56:28,744 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b38c333-f14e-41d9-a481-3f9b3237b573', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b38c333-f14e-41d9-a481-3f9b3237b573', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:29,785 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.034s
2026-06-17 08:56:29,786 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c9f1d1-fd7b-4097-b8ef-9f9bba46436e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c9f1d1-fd7b-4097-b8ef-9f9bba46436e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:30,841 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.045s
2026-06-17 08:56:30,841 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6b902c-039f-4f66-a102-c5a8a8391c0a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a6b902c-039f-4f66-a102-c5a8a8391c0a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:31,881 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.031s
2026-06-17 08:56:31,881 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29c07dc-a1c6-4e4d-9630-96d39244bad2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29c07dc-a1c6-4e4d-9630-96d39244bad2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:32,933 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.042s
2026-06-17 08:56:32,933 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea2fe804-b077-428d-9b1f-accf01f0dd9b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea2fe804-b077-428d-9b1f-accf01f0dd9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:33,985 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.046s
2026-06-17 08:56:33,986 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bf951b9-f5a4-43ef-bea8-90ad9ace1647', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bf951b9-f5a4-43ef-bea8-90ad9ace1647', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:35,030 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.036s
2026-06-17 08:56:35,030 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e388fce-398d-4d19-a0a9-20ff28640411', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e388fce-398d-4d19-a0a9-20ff28640411', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:36,092 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.052s
2026-06-17 08:56:36,092 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bc38b1c-a4e3-49b8-95b6-e5c6001663dd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bc38b1c-a4e3-49b8-95b6-e5c6001663dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:53:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:36,222 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.121s
2026-06-17 08:56:36,223 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', '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-2c148091-c07b-4e58-bd3b-68a5465d3634', 'x-compute-request-id': 'req-2c148091-c07b-4e58-bd3b-68a5465d3634', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b''
2026-06-17 08:56:36,690 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.467s
2026-06-17 08:56:36,691 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', '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-6ccd198b-bd37-4310-b7a5-2ae379c6ea82', 'x-compute-request-id': 'req-6ccd198b-bd37-4310-b7a5-2ae379c6ea82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2009595999-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}]}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "ACTIVE", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:56:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": "2026-06-17T08:52:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:56:38,704 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 1.006s
2026-06-17 08:56:38,704 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', '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-946ba7b8-e0af-4fc6-b093-75d371be6764', 'x-compute-request-id': 'req-946ba7b8-e0af-4fc6-b093-75d371be6764', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2009595999-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}]}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "ACTIVE", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:56:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": "2026-06-17T08:52:39.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--222714841"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:56:40,045 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.330s
2026-06-17 08:56:40,045 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1614', '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-4461c4a2-a205-4c93-9a31-6092be0837c7', 'x-compute-request-id': 'req-4461c4a2-a205-4c93-9a31-6092be0837c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2009595999-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}, {"version": 4, "addr": "172.24.5.59", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:2c:99"}]}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "ACTIVE", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:56:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": "2026-06-17T08:52:39.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:56:41,868 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.816s
2026-06-17 08:56:41,869 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1426', '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-a7f790d3-10bb-4e0e-936b-c8c3337573ad', 'x-compute-request-id': 'req-a7f790d3-10bb-4e0e-936b-c8c3337573ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "DELETED", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:56:41Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T08:53:40Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": "2026-06-17T08:52:39.000000", "OS-SRV-USG:terminated_at": "2026-06-17T08:56:40.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:56:41,876 106132 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-06-17 08:56:43,005 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.128s
2026-06-17 08:56:43,005 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1426', '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-ceac994c-414e-4b1f-838f-b36fa6a52f72', 'x-compute-request-id': 'req-ceac994c-414e-4b1f-838f-b36fa6a52f72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:52:25Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "4f8c3f41368c76581e0ec6954234edb4e53406a247d6ede94735b35b", "id": "2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1", "image": {"id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/images/30c41b61-10b6-41c3-9881-6126f2a17f5d"}]}, "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-643609581", "status": "DELETED", "tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c", "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "updated": "2026-06-17T08:56:41Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T08:53:40Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1763591289", "OS-SRV-USG:launched_at": "2026-06-17T08:52:39.000000", "OS-SRV-USG:terminated_at": "2026-06-17T08:56:40.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 08:56:44,043 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 0.030s
2026-06-17 08:56:44,043 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:44 GMT', 'server': 'Apache/2.4.58 (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': '111', 'x-openstack-request-id': 'req-83eb8019-3de9-41b1-b325-41d0ec28ee5f', 'x-compute-request-id': 'req-83eb8019-3de9-41b1-b325-41d0ec28ee5f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2bc47819-0b2f-4eb8-8ec4-2bcfe77497a1 could not be found."}}'
2026-06-17 08:56:44,079 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.148/compute/v2.1/os-keypairs/tempest-keypair-1763591289 0.036s
2026-06-17 08:56:44,080 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:44 GMT', 'server': 'Apache/2.4.58 (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-2aeed91f-17ad-44da-a456-330df2a838ab', 'x-compute-request-id': 'req-2aeed91f-17ad-44da-a456-330df2a838ab', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/compute/v2.1/os-keypairs/tempest-keypair-1763591289'}
Body: b''
2026-06-17 08:56:44,356 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.148/networking/v2.0/security-groups/695432f2-cabf-4d81-b010-3c5f2377ecb2 0.276s
2026-06-17 08:56:44,356 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-8c1eb3ad-9cc3-4da7-827b-e62532671741', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.148/networking/v2.0/security-groups/695432f2-cabf-4d81-b010-3c5f2377ecb2'}
Body: b''
2026-06-17 08:56:44,381 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.148/networking/v2.0/security-groups/695432f2-cabf-4d81-b010-3c5f2377ecb2 0.024s
2026-06-17 08:56:44,381 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-560329e3-cdb7-4f31-b099-fb9a68d7d9eb', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.148/networking/v2.0/security-groups/695432f2-cabf-4d81-b010-3c5f2377ecb2'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 695432f2-cabf-4d81-b010-3c5f2377ecb2 does not exist", "detail": ""}}'
2026-06-17 08:56:44,613 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.148/networking/v2.0/floatingips/e7914675-29ea-4d9f-852d-58e3a2a80386 0.231s
2026-06-17 08:56:44,614 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-31623e43-14f8-4ac3-b026-9b3f107cc899', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.148/networking/v2.0/floatingips/e7914675-29ea-4d9f-852d-58e3a2a80386'}
Body: b''
2026-06-17 08:56:44,657 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.043s
2026-06-17 08:56:44,657 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:44 GMT', 'server': 'Apache/2.4.58 (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-f3a855dc-253d-4962-b533-705e9e8ff057', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b''
2026-06-17 08:56:44,695 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.037s
2026-06-17 08:56:44,695 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3d7872-3aba-46d0-93e4-59766b8779ef', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3d7872-3aba-46d0-93e4-59766b8779ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"volume": {"id": "895f297d-5f68-4779-aedb-4705df31cc14", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:52:24.000000", "updated_at": "2026-06-17T08:56:45.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-388015605", "description": null, "volume_type": "tempest-scenario-type-luksv2-615298810", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/895f297d-5f68-4779-aedb-4705df31cc14"}], "user_id": "ec0dbde166b84c69a0e2a4a24cabad3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea5ba48f16f14ddaafd25dc5391ed14c"}}'
2026-06-17 08:56:45,726 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14 0.022s
2026-06-17 08:56:45,726 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e64637a2-30bf-49f6-b2cf-2d7d4d3a5473', 'x-openstack-request-id': 'req-e64637a2-30bf-49f6-b2cf-2d7d4d3a5473', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.148/volume/v3/volumes/895f297d-5f68-4779-aedb-4705df31cc14'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 895f297d-5f68-4779-aedb-4705df31cc14 could not be found."}}'
2026-06-17 08:56:45,954 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/detail?all_tenants=1 0.227s
2026-06-17 08:56:45,954 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe02e27b-5027-4d92-994d-1d8530532df1', 'content-length': '8083', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe02e27b-5027-4d92-994d-1d8530532df1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "cf9dbd15-611e-4102-939e-8f0efcc97483", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:56:02.000000", "updated_at": "2026-06-17T08:56:13.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-357651672", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/cf9dbd15-611e-4102-939e-8f0efcc97483"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/cf9dbd15-611e-4102-939e-8f0efcc97483"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "cf9dbd15-611e-4102-939e-8f0efcc97483", "attachment_id": "93dce930-a49a-4e20-a185-2979909a25de", "volume_id": "cf9dbd15-611e-4102-939e-8f0efcc97483", "server_id": "25399435-a96f-4631-b794-d23a1502a54b", "host_name": "np0000003020", "device": "/dev/vda", "attached_at": "2026-06-17T08:56:12.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003020@storpool#default", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}, {"id": "2b03adee-9ead-4a77-b90d-c93645fb39dd", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:55:38.000000", "updated_at": "2026-06-17T08:55:46.000000", "name": "tempest-TestMinimumBasicScenario-volume-548366143", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/2b03adee-9ead-4a77-b90d-c93645fb39dd"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/2b03adee-9ead-4a77-b90d-c93645fb39dd"}], "user_id": "60ec0e0448a84741a3d087d214577baa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "2b03adee-9ead-4a77-b90d-c93645fb39dd", "attachment_id": "0c7d2d2d-43b4-415f-997f-627fe86fa6eb", "volume_id": "2b03adee-9ead-4a77-b90d-c93645fb39dd", "server_id": "6eeda4c5-fcc9-4618-814a-0d680d0885c1", "host_name": "np0000003020", "device": "/dev/vdb", "attached_at": "2026-06-17T08:55:42.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "1359c1b56df040e1a09525dae79d07d1", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003020@storpool#default"}, {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-at
2026-06-17 08:56:46,006 106132 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.148/volume/v3/types/593b8797-6078-49dd-9626-32f5a1c33d42 0.044s
2026-06-17 08:56:46,007 106132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:56:45 GMT', 'server': 'Apache/2.4.58 (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-ded64e71-d86e-4269-b606-b776fc450179', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/volume/v3/types/593b8797-6078-49dd-9626-32f5a1c33d42'}
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_encrypted_cinder_volumes.py", line 90, in test_encrypted_cinder_volumes_luksv2
self.attach_detach_volume(server, volume)
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 53, in attach_detach_volume
attached_volume = self.nova_volume_attach(server, volume)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1001, in nova_volume_attach
waiters.wait_for_volume_resource_status(volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 396, in wait_for_volume_resource_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: volume 895f297d-5f68-4779-aedb-4705df31cc14 failed to reach in-use status (current available) within the required time (196 s).
|
||||||
test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume] |
pass
pt2.4: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
fail
ft3.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 08:51:17,457 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET https://10.4.3.148/image/v2/images/30c41b61-10b6-41c3-9881-6126f2a17f5d 0.179s
2026-06-17 08:51:17,458 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1044', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3412284b-edff-4edb-8d58-b1b676db58d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/image/v2/images/30c41b61-10b6-41c3-9881-6126f2a17f5d'}
Body: b'{"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "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": "9bd740017c054c9c8f4694357d0c3196", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "created_at": "2026-06-17T08:38:02Z", "updated_at": "2026-06-17T08:38:04Z", "tags": [], "self": "/v2/images/30c41b61-10b6-41c3-9881-6126f2a17f5d", "file": "/v2/images/30c41b61-10b6-41c3-9881-6126f2a17f5d/file", "schema": "/v2/schemas/image"}'
2026-06-17 08:51:17,815 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST https://10.4.3.148/volume/v3/volumes 0.357s
2026-06-17 08:51:17,816 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestVolumeBackupRestore-volume-570438819", "snapshot_id": null, "imageRef": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "volume_type": null, "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6efb51-d9c0-4b26-a90e-d19907c07edb', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6efb51-d9c0-4b26-a90e-d19907c07edb', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/volume/v3/volumes'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:17.744712", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 08:51:17,858 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:51:17,858 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46a429e-c860-49a5-983b-96792f2d200b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46a429e-c860-49a5-983b-96792f2d200b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": null, "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e"}}'
2026-06-17 08:51:18,926 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.059s
2026-06-17 08:51:18,927 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7a3ba2f-85ac-4275-b568-d54bc4f90436', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7a3ba2f-85ac-4275-b568-d54bc4f90436', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:18,933 106124 INFO [tempest.common.waiters] volume 6fe3767a-f166-4ec2-bc01-fcc3890e4e23 reached available after waiting for 1.933092 seconds
2026-06-17 08:51:18,974 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.041s
2026-06-17 08:51:18,974 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73e42935-b73d-43b5-98de-44ef58ab5d28', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73e42935-b73d-43b5-98de-44ef58ab5d28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:19,025 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.043s
2026-06-17 08:51:19,025 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15a112d5-76ed-4597-93e3-7fb90c695f13', 'content-length': '1361', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15a112d5-76ed-4597-93e3-7fb90c695f13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:19,183 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 202 POST https://10.4.3.148/volume/v3/backups 0.150s
2026-06-17 08:51:19,183 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"backup": {"volume_id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "name": "tempest-TestVolumeBackupRestore-backup-1181258251", "description": null, "force": false, "snapshot_id": null, "incremental": false, "container": null}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0cee84f-7fbf-44ff-baed-04c4e9de6978', 'content-length': '335', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0cee84f-7fbf-44ff-baed-04c4e9de6978', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/volume/v3/backups'}
Body: b'{"backup": {"id": "f0027081-a67b-4e7d-bc5e-191ca32f5cc5", "name": "tempest-TestVolumeBackupRestore-backup-1181258251", "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5"}]}}'
2026-06-17 08:51:19,215 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5 0.031s
2026-06-17 08:51:19,216 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f91646-bb8b-47e0-9f91-1b4fc39612cc', 'content-length': '742', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f91646-bb8b-47e0-9f91-1b4fc39612cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5'}
Body: b'{"backup": {"id": "f0027081-a67b-4e7d-bc5e-191ca32f5cc5", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": null, "created_at": "2026-06-17T08:51:19.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-backup-1181258251", "description": null, "fail_reason": null, "volume_id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T08:51:19.000000"}}'
2026-06-17 08:51:20,256 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5 0.036s
2026-06-17 08:51:20,256 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb72285e-1751-47dc-a81e-2604027b16ab', 'content-length': '744', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb72285e-1751-47dc-a81e-2604027b16ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5'}
Body: b'{"backup": {"id": "f0027081-a67b-4e7d-bc5e-191ca32f5cc5", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": null, "created_at": "2026-06-17T08:51:19.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-backup-1181258251", "description": null, "fail_reason": null, "volume_id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T08:51:19.000000"}}'
2026-06-17 08:51:21,303 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 200 GET https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5 0.040s
2026-06-17 08:51:21,303 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad7315f-f974-4d50-b95d-7a1fdcd90c55', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad7315f-f974-4d50-b95d-7a1fdcd90c55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5'}
Body: b'{"backup": {"id": "f0027081-a67b-4e7d-bc5e-191ca32f5cc5", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "volumebackups", "created_at": "2026-06-17T08:51:19.000000", "updated_at": "2026-06-17T08:51:21.000000", "name": "tempest-TestVolumeBackupRestore-backup-1181258251", "description": null, "fail_reason": null, "volume_id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T08:51:19.000000"}}'
2026-06-17 08:51:22,757 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:test_volume_backup_restore): 500 GET https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5 0.447s
2026-06-17 08:51:22,757 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-391ab1b4-4f8f-4e90-9694-b5a23049dd3b', 'x-openstack-request-id': 'req-391ab1b4-4f8f-4e90-9694-b5a23049dd3b', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 08:51:22,832 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 500 DELETE https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5 0.071s
2026-06-17 08:51:22,832 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c84e050-e7e8-42b0-a4ab-2fd63bc33a43', 'x-openstack-request-id': 'req-5c84e050-e7e8-42b0-a4ab-2fd63bc33a43', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.148/volume/v3/backups/f0027081-a67b-4e7d-bc5e-191ca32f5cc5'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 08:51:22,893 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 500 DELETE https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.059s
2026-06-17 08:51:22,893 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-c09b191a-dd02-451e-9a02-5889f695e350', 'x-openstack-request-id': 'req-c09b191a-dd02-451e-9a02-5889f695e350', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 08:51:22,893 106124 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method VolumesClient.delete_volume of <tempest.lib.services.volume.v3.volumes_client.VolumesClient object at 0x7238376182c0>>, retrying...
2026-06-17 08:51:28,000 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 400 DELETE https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.106s
2026-06-17 08:51:28,001 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc05fce6-5aa9-410b-8278-d97e73d5c6f0', 'x-openstack-request-id': 'req-cc05fce6-5aa9-410b-8278-d97e73d5c6f0', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
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-06-17 08:51:28,067 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.065s
2026-06-17 08:51:28,067 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23fa907b-97aa-41c4-8b92-3be52124b726', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23fa907b-97aa-41c4-8b92-3be52124b726', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:29,118 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.041s
2026-06-17 08:51:29,118 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba9b0bc3-7270-44b7-92cd-9cb81c88e2be', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba9b0bc3-7270-44b7-92cd-9cb81c88e2be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:30,153 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:51:30,153 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7ff0ca4-6826-44df-a6c5-87fe1935e8e4', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7ff0ca4-6826-44df-a6c5-87fe1935e8e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:31,192 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:51:31,193 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae4b32f-ea66-4b89-a11c-c5aa1c69f0a1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ae4b32f-ea66-4b89-a11c-c5aa1c69f0a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:32,234 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:51:32,234 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d31f68f7-aa27-4688-9d0f-bbe18dda9e79', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d31f68f7-aa27-4688-9d0f-bbe18dda9e79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:33,271 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:51:33,272 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4f86049-d792-4559-ba27-7c9033098815', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4f86049-d792-4559-ba27-7c9033098815', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:34,342 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.053s
2026-06-17 08:51:34,342 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-263cfbf8-1609-42e6-8df0-92473b16c9ee', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-263cfbf8-1609-42e6-8df0-92473b16c9ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:35,380 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:51:35,380 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-febe0c6e-c912-4e50-a3d6-dd4d34cd92b9', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-febe0c6e-c912-4e50-a3d6-dd4d34cd92b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:36,418 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:51:36,419 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b1b110e-f6ad-46d3-b76e-50c49e04a20b', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b1b110e-f6ad-46d3-b76e-50c49e04a20b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:37,455 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:51:37,455 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c358626-8fd9-4a5f-b47a-98150e0f397b', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c358626-8fd9-4a5f-b47a-98150e0f397b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:38,504 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.041s
2026-06-17 08:51:38,505 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80458935-55f2-4e67-bb88-65cf107e4bda', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80458935-55f2-4e67-bb88-65cf107e4bda', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:39,547 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:51:39,547 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2004561-af4f-4ac5-8a57-7fe4697b247c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2004561-af4f-4ac5-8a57-7fe4697b247c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:40,591 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:51:40,592 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bcd9694-aae1-4328-8a55-b99b2b417762', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bcd9694-aae1-4328-8a55-b99b2b417762', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:41,638 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:51:41,638 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-070187be-97a6-4b86-9d2b-2ca5bb7cbce8', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-070187be-97a6-4b86-9d2b-2ca5bb7cbce8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:42,684 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:51:42,684 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26561c57-4a46-4821-bbbf-18a29d4cf577', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26561c57-4a46-4821-bbbf-18a29d4cf577', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:43,735 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.046s
2026-06-17 08:51:43,735 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce9f0d6-0bb4-4bdd-b0cc-3f44e5678ea6', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce9f0d6-0bb4-4bdd-b0cc-3f44e5678ea6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:44,779 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.037s
2026-06-17 08:51:44,779 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6abff089-a2ea-476a-84cf-bab9017c55f8', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6abff089-a2ea-476a-84cf-bab9017c55f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:45,816 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:51:45,817 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-331931f3-80f7-426f-8518-cc599b5c4317', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-331931f3-80f7-426f-8518-cc599b5c4317', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:46,855 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:51:46,855 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eee86b0-ce53-4c6f-b684-984e0f84629f', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eee86b0-ce53-4c6f-b684-984e0f84629f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:47,900 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.038s
2026-06-17 08:51:47,900 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09264273-31c7-45e9-8c35-9a0caea3a412', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09264273-31c7-45e9-8c35-9a0caea3a412', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:48,953 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.046s
2026-06-17 08:51:48,953 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba0d8f27-08ee-4973-83ff-0980915db3b1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba0d8f27-08ee-4973-83ff-0980915db3b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:49,997 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:51:49,997 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f63b4e94-454d-4996-af27-896efb79ff0d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f63b4e94-454d-4996-af27-896efb79ff0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:51,043 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.038s
2026-06-17 08:51:51,043 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae1abbda-8e49-46c6-b2a4-66c8f0e07598', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae1abbda-8e49-46c6-b2a4-66c8f0e07598', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:52,091 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.039s
2026-06-17 08:51:52,091 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ccb78f6-d782-40ee-bbce-9cb5916d90ff', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ccb78f6-d782-40ee-bbce-9cb5916d90ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:53,137 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.037s
2026-06-17 08:51:53,138 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02174d4d-b1a0-4404-a0a2-240c29359feb', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02174d4d-b1a0-4404-a0a2-240c29359feb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:54,176 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:51:54,176 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9561d42-b11e-4b11-bc95-40ef685faecd', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9561d42-b11e-4b11-bc95-40ef685faecd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:55,218 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:51:55,218 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26e8e91e-aa62-4a75-aee0-024677492d51', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26e8e91e-aa62-4a75-aee0-024677492d51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:56,256 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:51:56,256 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3528f0a-47c5-48e6-8b92-56670681cc52', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3528f0a-47c5-48e6-8b92-56670681cc52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:57,304 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:51:57,305 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b2b51b1-7f68-41d3-8385-0c036ca01fb2', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b2b51b1-7f68-41d3-8385-0c036ca01fb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:58,346 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:51:58,346 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f572a4b9-1570-4721-bfdf-96541355979d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f572a4b9-1570-4721-bfdf-96541355979d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:51:59,381 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.028s
2026-06-17 08:51:59,381 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc361058-2745-4abc-b6d5-e4f3640b3dff', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc361058-2745-4abc-b6d5-e4f3640b3dff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:00,427 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:52:00,427 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce26f32-3dbc-4c2c-8e85-9b32d727035c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce26f32-3dbc-4c2c-8e85-9b32d727035c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:01,466 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:52:01,466 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6fd6c3f-b17b-470f-825a-fba9c3d7b2a4', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6fd6c3f-b17b-470f-825a-fba9c3d7b2a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:02,515 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.041s
2026-06-17 08:52:02,516 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d88da799-35c8-48eb-9af0-b7c9686f7912', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d88da799-35c8-48eb-9af0-b7c9686f7912', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:03,568 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.043s
2026-06-17 08:52:03,568 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a5643fa-4c90-44fd-9d11-3cbaca8ca226', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a5643fa-4c90-44fd-9d11-3cbaca8ca226', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:04,632 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.055s
2026-06-17 08:52:04,632 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d72afe-ae68-44ab-94ca-ac632bcbf5ce', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d72afe-ae68-44ab-94ca-ac632bcbf5ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:05,677 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:52:05,677 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a25eaab-541c-4256-800a-e584a15f699f', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a25eaab-541c-4256-800a-e584a15f699f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:06,733 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.051s
2026-06-17 08:52:06,734 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed6ff21-ee45-42bb-8127-22c1ff991c8e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed6ff21-ee45-42bb-8127-22c1ff991c8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:07,772 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:52:07,772 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb03b670-3864-4dad-bbd3-0a12c74d3941', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb03b670-3864-4dad-bbd3-0a12c74d3941', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:08,825 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.045s
2026-06-17 08:52:08,825 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f484aef-4bc0-4261-871c-d184e58c61c0', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f484aef-4bc0-4261-871c-d184e58c61c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:09,881 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.049s
2026-06-17 08:52:09,881 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29197963-9e64-43e9-a6a7-954223c56fd2', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29197963-9e64-43e9-a6a7-954223c56fd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:10,912 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.024s
2026-06-17 08:52:10,912 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49bebdfe-cca8-4bf7-99be-dd4a1ed3287d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49bebdfe-cca8-4bf7-99be-dd4a1ed3287d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:11,952 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:52:11,952 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a6efa24-87a6-4da4-aad6-57d887f1bc2a', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a6efa24-87a6-4da4-aad6-57d887f1bc2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:13,003 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.045s
2026-06-17 08:52:13,003 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16e74835-46f4-4f24-aeca-3623a0688956', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16e74835-46f4-4f24-aeca-3623a0688956', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:14,048 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.038s
2026-06-17 08:52:14,048 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147baa55-64f8-4168-a872-b456fa2f8a15', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147baa55-64f8-4168-a872-b456fa2f8a15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:15,089 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:52:15,090 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8d98f9-9a82-4f06-9e7b-80e079b54892', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f8d98f9-9a82-4f06-9e7b-80e079b54892', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:16,131 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:52:16,131 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c650b35-ff90-46ee-b63c-b3498df73edc', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c650b35-ff90-46ee-b63c-b3498df73edc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:17,165 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.026s
2026-06-17 08:52:17,165 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbe2f0d-ac27-4a95-a04c-8e568bd429b1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbe2f0d-ac27-4a95-a04c-8e568bd429b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:18,202 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:52:18,202 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1a0139-2cdd-49a8-9867-68e00641f591', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f1a0139-2cdd-49a8-9867-68e00641f591', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:19,244 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:52:19,244 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83cd1ff5-3762-464e-9bd9-76937c845616', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83cd1ff5-3762-464e-9bd9-76937c845616', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:20,293 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.043s
2026-06-17 08:52:20,293 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f21c7e-66f5-4bf9-9b50-f561843f5fc4', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f21c7e-66f5-4bf9-9b50-f561843f5fc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:21,331 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:52:21,331 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a77ff063-8f18-4f35-9276-1f155ebf078d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a77ff063-8f18-4f35-9276-1f155ebf078d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:22,374 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:52:22,375 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9072e2c-af18-4111-9ffd-804065f6ae4e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9072e2c-af18-4111-9ffd-804065f6ae4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:23,413 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:52:23,414 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b10994a5-974b-45cf-aeb8-0a66cbd04cd1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b10994a5-974b-45cf-aeb8-0a66cbd04cd1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:24,451 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:52:24,452 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37945138-114f-4330-9986-71654225409b', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37945138-114f-4330-9986-71654225409b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:25,491 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:52:25,491 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a100da6-0830-4d45-a42f-ce6da163c824', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a100da6-0830-4d45-a42f-ce6da163c824', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:26,540 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.042s
2026-06-17 08:52:26,541 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f4683a-f80a-4063-ae89-e8c38b8c4aaf', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f4683a-f80a-4063-ae89-e8c38b8c4aaf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:27,603 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.056s
2026-06-17 08:52:27,603 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6146eec5-ba95-4219-a08a-2f3972f9c82d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6146eec5-ba95-4219-a08a-2f3972f9c82d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:28,649 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:52:28,649 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8c3712-adea-441c-b176-bbf35cc31531', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8c3712-adea-441c-b176-bbf35cc31531', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:29,686 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:52:29,686 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a390d2bd-61ff-49fe-baff-d60e885b59e0', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a390d2bd-61ff-49fe-baff-d60e885b59e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:30,743 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.051s
2026-06-17 08:52:30,744 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4d0e74-e451-4482-b946-ce74ddc0e27a', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4d0e74-e451-4482-b946-ce74ddc0e27a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:31,793 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:52:31,793 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d362c32-20ad-4fab-810c-35a571753533', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d362c32-20ad-4fab-810c-35a571753533', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:32,835 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:52:32,836 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33aae0e8-23fe-4961-a434-d9a214876a3a', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33aae0e8-23fe-4961-a434-d9a214876a3a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:33,874 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:52:33,874 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1037046-65f6-4015-86a6-04b20db29190', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1037046-65f6-4015-86a6-04b20db29190', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:34,913 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.028s
2026-06-17 08:52:34,913 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-993f7fce-035f-45f2-b28d-fa19a05813e5', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-993f7fce-035f-45f2-b28d-fa19a05813e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:35,947 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.028s
2026-06-17 08:52:35,948 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dded3c3f-475e-4eb0-80c4-add81d8d8a5d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dded3c3f-475e-4eb0-80c4-add81d8d8a5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:36,984 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.028s
2026-06-17 08:52:36,985 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20511641-2a63-4e5e-80c5-7895f1a82e52', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20511641-2a63-4e5e-80c5-7895f1a82e52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:38,019 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:52:38,019 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0f1e3f4-4337-4bef-9ced-4341b2e69f72', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0f1e3f4-4337-4bef-9ced-4341b2e69f72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:39,060 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:52:39,061 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48d235b-bca2-41c5-acfc-a11e57b29e62', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48d235b-bca2-41c5-acfc-a11e57b29e62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:40,107 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:52:40,108 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c942d92f-9857-4acc-888c-90b61aaa6dce', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c942d92f-9857-4acc-888c-90b61aaa6dce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:41,151 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:52:41,151 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2144b5cd-0f27-404e-8f20-13287fb869e9', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2144b5cd-0f27-404e-8f20-13287fb869e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:42,205 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.043s
2026-06-17 08:52:42,205 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a95da36-a292-40e6-95ff-53616ab8c034', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a95da36-a292-40e6-95ff-53616ab8c034', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:43,264 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.050s
2026-06-17 08:52:43,264 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783a3bf6-35fd-4499-a753-38cbb5ee4f8d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783a3bf6-35fd-4499-a753-38cbb5ee4f8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:44,327 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.053s
2026-06-17 08:52:44,327 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-339d16dc-d599-4f91-bbb8-20f91c8848c6', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-339d16dc-d599-4f91-bbb8-20f91c8848c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:45,379 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:52:45,379 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec0d407-da9c-4d1b-a5dc-3fa8696acbde', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec0d407-da9c-4d1b-a5dc-3fa8696acbde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:46,439 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.049s
2026-06-17 08:52:46,439 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d8eb60-21b7-4f3d-92ca-cc16637efc50', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d8eb60-21b7-4f3d-92ca-cc16637efc50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:47,484 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:52:47,485 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ffd5f4c-8433-43e4-87d2-fde85f741e92', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ffd5f4c-8433-43e4-87d2-fde85f741e92', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:48,541 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.042s
2026-06-17 08:52:48,541 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cab3043-4c7b-4da9-a3ca-dd4d50184272', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cab3043-4c7b-4da9-a3ca-dd4d50184272', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:49,611 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.058s
2026-06-17 08:52:49,611 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ba9cb72-db07-4153-9129-38182efe6691', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ba9cb72-db07-4153-9129-38182efe6691', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:50,667 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.045s
2026-06-17 08:52:50,667 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd898f3e-ca70-45db-8cd3-e7ea7ff29442', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd898f3e-ca70-45db-8cd3-e7ea7ff29442', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:51,717 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.044s
2026-06-17 08:52:51,717 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e7bd0e-aaed-4739-a945-f19971333b55', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e7bd0e-aaed-4739-a945-f19971333b55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:52,782 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.057s
2026-06-17 08:52:52,782 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65edf1d9-45d1-4bbc-b50a-43f2ff18598c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65edf1d9-45d1-4bbc-b50a-43f2ff18598c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:53,818 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.028s
2026-06-17 08:52:53,818 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba7eef0-fee5-4785-b0f0-052efe37cb28', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba7eef0-fee5-4785-b0f0-052efe37cb28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:54,859 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:52:54,860 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc2fc83f-861c-4a98-abc1-de65b0b2be1e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc2fc83f-861c-4a98-abc1-de65b0b2be1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:55,896 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:52:55,896 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a142fa-a692-4968-b4e0-f6849c516847', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a142fa-a692-4968-b4e0-f6849c516847', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:56,949 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.044s
2026-06-17 08:52:56,949 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26da02c3-f998-49ae-9ca7-02b2fdee49b2', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26da02c3-f998-49ae-9ca7-02b2fdee49b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:58,009 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.051s
2026-06-17 08:52:58,009 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6747fcdc-3671-404d-8c78-2623b3bcd55e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6747fcdc-3671-404d-8c78-2623b3bcd55e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:52:59,053 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.037s
2026-06-17 08:52:59,053 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cb83167-5e8c-41d9-b2dc-1761a9e980c3', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cb83167-5e8c-41d9-b2dc-1761a9e980c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:00,094 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:53:00,095 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26afeba7-5d96-4561-afdd-eaed7ae6b6aa', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26afeba7-5d96-4561-afdd-eaed7ae6b6aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:01,139 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:53:01,139 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad21793-d630-4508-ac50-492bb1e2c088', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad21793-d630-4508-ac50-492bb1e2c088', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:02,189 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.041s
2026-06-17 08:53:02,190 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383d9285-5503-421c-97e8-560d69efad54', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383d9285-5503-421c-97e8-560d69efad54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:03,229 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:53:03,230 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9e1c3ac-d7eb-4c8c-bd10-5d4372a32202', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e1c3ac-d7eb-4c8c-bd10-5d4372a32202', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:04,277 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:53:04,277 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b77ccd3-862b-4040-95fb-a74126408e47', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b77ccd3-862b-4040-95fb-a74126408e47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:05,321 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.037s
2026-06-17 08:53:05,321 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f018976a-f596-4890-a8bf-741eb68979e9', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f018976a-f596-4890-a8bf-741eb68979e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:06,360 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:53:06,360 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59542a84-2d3a-4284-9566-5d7e0d4a8b9e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59542a84-2d3a-4284-9566-5d7e0d4a8b9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:07,398 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:53:07,399 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9074ca3f-b83c-4dd4-85dd-b27641a51f9d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9074ca3f-b83c-4dd4-85dd-b27641a51f9d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:08,461 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.057s
2026-06-17 08:53:08,462 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cb16797-2310-4b47-8c30-1b1cb43e2609', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cb16797-2310-4b47-8c30-1b1cb43e2609', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:09,507 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.039s
2026-06-17 08:53:09,507 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16fb97d6-2803-4dde-be77-7d5d10a0e9b9', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16fb97d6-2803-4dde-be77-7d5d10a0e9b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:10,548 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:53:10,548 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d8c42bd-8fa5-4f28-bba9-77973211af51', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d8c42bd-8fa5-4f28-bba9-77973211af51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:11,584 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:53:11,584 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e9d099-7829-4e46-90df-c9ecd1e7eda9', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e9d099-7829-4e46-90df-c9ecd1e7eda9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:12,616 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.026s
2026-06-17 08:53:12,616 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d522c2f-a247-4b3b-8d78-d639d9719e95', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d522c2f-a247-4b3b-8d78-d639d9719e95', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:13,661 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:53:13,662 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af0635a-38be-4f3a-aadb-f2008ddd0c59', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af0635a-38be-4f3a-aadb-f2008ddd0c59', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:14,707 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.037s
2026-06-17 08:53:14,707 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81bbe231-2aa2-46ba-8d92-2fef46be8388', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81bbe231-2aa2-46ba-8d92-2fef46be8388', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:15,750 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:53:15,750 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65621304-427c-4b84-b2ad-589fab6f66b0', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65621304-427c-4b84-b2ad-589fab6f66b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:16,795 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.039s
2026-06-17 08:53:16,796 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa998d0d-f450-4773-bf44-9d56fac845e5', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa998d0d-f450-4773-bf44-9d56fac845e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:17,839 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:53:17,840 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69499d18-1137-4bdf-aebd-dd323f5a6cdb', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69499d18-1137-4bdf-aebd-dd323f5a6cdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:18,877 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:53:18,878 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-851d987b-f118-43db-956d-22195ef2947c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-851d987b-f118-43db-956d-22195ef2947c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:19,930 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.046s
2026-06-17 08:53:19,930 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49b62d1d-bbaa-4cd9-b06e-e522728a4e9c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49b62d1d-bbaa-4cd9-b06e-e522728a4e9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:20,972 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:53:20,972 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdd67c3e-7bef-4db8-b18b-afbea5508786', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdd67c3e-7bef-4db8-b18b-afbea5508786', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:22,008 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:53:22,009 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e00528-f061-4a65-990f-13648d159220', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e00528-f061-4a65-990f-13648d159220', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:23,062 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.044s
2026-06-17 08:53:23,062 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1853a527-8cfe-46ef-a940-bf043cbc1927', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1853a527-8cfe-46ef-a940-bf043cbc1927', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:24,103 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:53:24,103 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb4664a9-1b58-42d4-bca3-fe669edf8983', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb4664a9-1b58-42d4-bca3-fe669edf8983', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:25,152 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.037s
2026-06-17 08:53:25,152 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bd33e66-fcdf-4bed-89ad-d809facb7c72', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd33e66-fcdf-4bed-89ad-d809facb7c72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:26,199 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.040s
2026-06-17 08:53:26,199 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab189c59-f6e1-42f2-9432-343c24c513e1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab189c59-f6e1-42f2-9432-343c24c513e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:27,247 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.038s
2026-06-17 08:53:27,247 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0695c41-7b6f-4ab8-8e36-899843b7e88b', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0695c41-7b6f-4ab8-8e36-899843b7e88b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:28,292 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.038s
2026-06-17 08:53:28,292 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-011fa191-0661-4d50-b7fb-e14b670c3f74', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-011fa191-0661-4d50-b7fb-e14b670c3f74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:29,350 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.049s
2026-06-17 08:53:29,350 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54045bf4-2685-4ec5-8ccc-1f9ca3dc7599', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54045bf4-2685-4ec5-8ccc-1f9ca3dc7599', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:30,401 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.038s
2026-06-17 08:53:30,401 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d719ae70-4546-4d74-9e50-8462ed784280', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d719ae70-4546-4d74-9e50-8462ed784280', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:31,443 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:53:31,443 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cef6d25-b33f-48e5-ab37-8c376b8163b3', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cef6d25-b33f-48e5-ab37-8c376b8163b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:32,480 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:53:32,480 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6f32b7b-e50c-4aca-9298-6daa5c906522', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6f32b7b-e50c-4aca-9298-6daa5c906522', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:33,519 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:53:33,519 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49b9d54c-4d23-4c43-80b1-85d67a90faa3', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49b9d54c-4d23-4c43-80b1-85d67a90faa3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:34,558 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:53:34,558 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64dcb183-990b-41ca-98f7-b71db30f22a6', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64dcb183-990b-41ca-98f7-b71db30f22a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:35,597 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:53:35,598 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0304e7d-d060-48a5-bd3e-e375dcf1714e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0304e7d-d060-48a5-bd3e-e375dcf1714e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:36,630 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:53:36,630 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-174a35fa-804f-4fe0-8315-05b7472c4aee', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-174a35fa-804f-4fe0-8315-05b7472c4aee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:37,667 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:53:37,667 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a04f6556-64c0-4be7-9c11-7248fc085997', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a04f6556-64c0-4be7-9c11-7248fc085997', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:38,727 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.053s
2026-06-17 08:53:38,727 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5085639d-ff20-4d16-b46e-dc59941faaf6', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5085639d-ff20-4d16-b46e-dc59941faaf6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:39,779 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.044s
2026-06-17 08:53:39,779 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad3c607-4ef5-4e86-9696-1e967c29cc4e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad3c607-4ef5-4e86-9696-1e967c29cc4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:40,816 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:53:40,816 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c0c360-2f1c-41d3-9e39-a820c0aa616a', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c0c360-2f1c-41d3-9e39-a820c0aa616a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:41,856 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:53:41,856 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2645b296-79b5-4791-86f8-1c8476fcce58', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2645b296-79b5-4791-86f8-1c8476fcce58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:42,898 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:53:42,898 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1868bd59-9b87-478a-94a0-672c6779e426', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1868bd59-9b87-478a-94a0-672c6779e426', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:43,948 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.044s
2026-06-17 08:53:43,948 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75bb8e15-d4de-4505-a8c7-122039d1b8ba', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75bb8e15-d4de-4505-a8c7-122039d1b8ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:45,000 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.042s
2026-06-17 08:53:45,000 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d133c859-c48c-42d8-b0ea-2386ac2c2d54', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d133c859-c48c-42d8-b0ea-2386ac2c2d54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:46,044 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:53:46,044 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cee37f4-9d84-418e-acc1-a875611df7e3', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cee37f4-9d84-418e-acc1-a875611df7e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:47,084 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:53:47,085 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faa1d024-39cb-4a2b-b94b-e77b8d590ef1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faa1d024-39cb-4a2b-b94b-e77b8d590ef1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:48,348 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.253s
2026-06-17 08:53:48,348 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bef6e8d-57df-4d0c-a214-649589ede59f', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bef6e8d-57df-4d0c-a214-649589ede59f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:49,380 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:53:49,380 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-483dd3df-1e43-4758-9894-99ef0e4ca033', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-483dd3df-1e43-4758-9894-99ef0e4ca033', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:50,417 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:53:50,417 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d106bbc-ee7c-4398-896f-3636ce6f8f6c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d106bbc-ee7c-4398-896f-3636ce6f8f6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:51,522 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.099s
2026-06-17 08:53:51,523 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d13b4c8-72a2-452d-b90d-26cac5b7146d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d13b4c8-72a2-452d-b90d-26cac5b7146d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:52,576 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.044s
2026-06-17 08:53:52,576 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1fcc9e8-f9f5-4491-b230-e61c50f3ef26', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1fcc9e8-f9f5-4491-b230-e61c50f3ef26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:53,620 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:53:53,621 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-580dd589-130d-466a-ba96-d6888688edf4', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-580dd589-130d-466a-ba96-d6888688edf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:54,661 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:53:54,661 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4798845-43e8-4024-814d-f5701285b752', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4798845-43e8-4024-814d-f5701285b752', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:55,706 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.037s
2026-06-17 08:53:55,707 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4071218c-8cb3-4f36-a58b-5ff9b5af76ed', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4071218c-8cb3-4f36-a58b-5ff9b5af76ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:56,746 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:53:56,747 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97c621d8-e7d7-44db-ad4e-afc206a4fbd7', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97c621d8-e7d7-44db-ad4e-afc206a4fbd7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:57,786 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:53:57,786 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30fc516-640c-48b1-a1d9-fd4907794d60', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30fc516-640c-48b1-a1d9-fd4907794d60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:58,822 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:53:58,822 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e7c9457-4097-461f-ad6a-974b1958c183', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e7c9457-4097-461f-ad6a-974b1958c183', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:53:59,864 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:53:59,864 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c38a588b-816c-4bee-962f-700cdfda7c44', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c38a588b-816c-4bee-962f-700cdfda7c44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:00,898 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:54:00,899 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6ff0549-c4dd-4f5c-95ef-816b3a4ca139', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6ff0549-c4dd-4f5c-95ef-816b3a4ca139', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:01,933 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:54:01,933 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e44667b2-281f-41d2-aa81-820eb4b12210', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e44667b2-281f-41d2-aa81-820eb4b12210', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:02,971 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:54:02,971 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8db036f-7265-4e47-a09e-e64aca08c132', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8db036f-7265-4e47-a09e-e64aca08c132', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:04,009 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:54:04,010 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-591fb918-a078-4e93-ba39-c807c23ff0f1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-591fb918-a078-4e93-ba39-c807c23ff0f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:05,044 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.026s
2026-06-17 08:54:05,044 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b647b1e0-86c0-4fc0-a96f-d8f55217bb8e', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b647b1e0-86c0-4fc0-a96f-d8f55217bb8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:06,079 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:54:06,079 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53555fd6-a973-4740-8d1f-b6218dce9435', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53555fd6-a973-4740-8d1f-b6218dce9435', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:07,121 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:54:07,121 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec6c5d12-b4f4-4583-a089-871243a137af', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec6c5d12-b4f4-4583-a089-871243a137af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:08,174 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.042s
2026-06-17 08:54:08,174 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67337c27-7791-4467-8d1c-8423f1da2916', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67337c27-7791-4467-8d1c-8423f1da2916', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:09,212 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:54:09,213 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11c93dc-de96-494c-93e4-6b34eac70684', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11c93dc-de96-494c-93e4-6b34eac70684', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:10,250 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:54:10,251 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-520230b9-7eea-439a-ab16-2002f9e0031b', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-520230b9-7eea-439a-ab16-2002f9e0031b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:11,292 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:54:11,292 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0574d927-e25c-4f1c-9b74-a094a16e829d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0574d927-e25c-4f1c-9b74-a094a16e829d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:12,332 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.032s
2026-06-17 08:54:12,332 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ff388b7-c655-4dd8-8707-0e3ac5f103b2', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ff388b7-c655-4dd8-8707-0e3ac5f103b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:13,370 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:54:13,371 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ef18941-7beb-4bc4-a73a-6fe8e1fbe8f8', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ef18941-7beb-4bc4-a73a-6fe8e1fbe8f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:14,409 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:54:14,409 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd043bc-fa13-43d2-a4ea-25b945641546', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd043bc-fa13-43d2-a4ea-25b945641546', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:15,461 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.044s
2026-06-17 08:54:15,461 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09fc9d89-54e3-427a-b000-9112ae006174', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09fc9d89-54e3-427a-b000-9112ae006174', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:16,513 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.044s
2026-06-17 08:54:16,513 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ee1294-e045-4bef-90ba-351f09f470df', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ee1294-e045-4bef-90ba-351f09f470df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:17,545 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.025s
2026-06-17 08:54:17,546 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27891e17-a652-472f-9c55-c3a883b2651c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27891e17-a652-472f-9c55-c3a883b2651c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:18,587 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:54:18,587 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f4d5ce-73cd-463c-9be7-99718d29890c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f4d5ce-73cd-463c-9be7-99718d29890c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:19,624 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:54:19,624 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-613fd0f7-3ac6-44d1-ab29-3edff5dd4a67', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-613fd0f7-3ac6-44d1-ab29-3edff5dd4a67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:20,663 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:54:20,663 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e423cded-8b39-42d6-9aa2-6022170f1968', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e423cded-8b39-42d6-9aa2-6022170f1968', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:21,713 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.043s
2026-06-17 08:54:21,714 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcd368cd-3d6f-4247-a20d-d3e3a7b8e001', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcd368cd-3d6f-4247-a20d-d3e3a7b8e001', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:22,747 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:54:22,747 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa9e81a-474c-4000-bdc9-9b932ec03c01', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa9e81a-474c-4000-bdc9-9b932ec03c01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:23,784 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.031s
2026-06-17 08:54:23,785 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70e9b771-391c-4f10-9b66-77d0daf365b9', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70e9b771-391c-4f10-9b66-77d0daf365b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:24,823 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:54:24,823 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5d7462-2ef6-4fb9-bc90-3769b372e238', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f5d7462-2ef6-4fb9-bc90-3769b372e238', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:25,864 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:54:25,864 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cd673f0-0871-4384-a2f7-0795e32d7b92', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cd673f0-0871-4384-a2f7-0795e32d7b92', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:26,909 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.038s
2026-06-17 08:54:26,909 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738ea562-ec15-41ca-b9bf-fd74994786ad', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738ea562-ec15-41ca-b9bf-fd74994786ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:27,957 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.036s
2026-06-17 08:54:27,957 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed55a79e-3946-4009-b202-d678e385a532', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed55a79e-3946-4009-b202-d678e385a532', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:28,999 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:54:28,999 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68cb84b0-47cf-4dd5-bc1d-f8c23fb5b368', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68cb84b0-47cf-4dd5-bc1d-f8c23fb5b368', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:30,055 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.046s
2026-06-17 08:54:30,055 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5569927b-54e9-46fd-8d1d-ec6b9fff493c', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5569927b-54e9-46fd-8d1d-ec6b9fff493c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:31,096 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:54:31,097 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9ef4182-bc57-40ae-b0f5-8b9c9cb2dba5', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9ef4182-bc57-40ae-b0f5-8b9c9cb2dba5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:32,131 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.027s
2026-06-17 08:54:32,131 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c317140b-6731-4119-8e40-0b2f15ce6d0d', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c317140b-6731-4119-8e40-0b2f15ce6d0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:33,167 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:54:33,167 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a54d27-3312-4e51-a588-50d30ba031b1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a54d27-3312-4e51-a588-50d30ba031b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:34,209 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.035s
2026-06-17 08:54:34,209 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28cb91ea-12d2-41c5-9be0-f65515f13326', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28cb91ea-12d2-41c5-9be0-f65515f13326', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:35,245 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.030s
2026-06-17 08:54:35,245 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840de41a-a60c-4465-9e4c-f2427dab3bc5', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840de41a-a60c-4465-9e4c-f2427dab3bc5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:36,284 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.028s
2026-06-17 08:54:36,284 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6501f444-a4b0-4fe9-9986-f552857a80d4', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6501f444-a4b0-4fe9-9986-f552857a80d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:37,318 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.025s
2026-06-17 08:54:37,318 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cdf9a2a-5510-4084-9404-b92dc41e46e1', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cdf9a2a-5510-4084-9404-b92dc41e46e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:38,357 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.033s
2026-06-17 08:54:38,357 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-595df1fa-a31c-4795-b3e4-ad3558f5d57b', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-595df1fa-a31c-4795-b3e4-ad3558f5d57b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:39,413 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.048s
2026-06-17 08:54:39,413 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bdbb3ba-40c1-4522-9140-381e3ccfb1fa', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bdbb3ba-40c1-4522-9140-381e3ccfb1fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:40,458 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.034s
2026-06-17 08:54:40,458 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4403594-6792-4299-a4be-625722fb3d23', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4403594-6792-4299-a4be-625722fb3d23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:41,494 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.029s
2026-06-17 08:54:41,494 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee379662-7326-4086-9d60-96f843250af0', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee379662-7326-4086-9d60-96f843250af0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:42,545 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.045s
2026-06-17 08:54:42,546 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a419135d-af09-40c7-9c25-89580fba1cad', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a419135d-af09-40c7-9c25-89580fba1cad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:43,582 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.028s
2026-06-17 08:54:43,582 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4efd214b-3fa1-4703-966a-f8f545e913bf', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4efd214b-3fa1-4703-966a-f8f545e913bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
2026-06-17 08:54:44,625 106124 INFO [tempest.lib.common.rest_client] Request (TestVolumeBackupRestore:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23 0.037s
2026-06-17 08:54:44,626 106124 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9f9ba00-eaa4-4321-bb8e-3ec0679da27f', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9f9ba00-eaa4-4321-bb8e-3ec0679da27f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23'}
Body: b'{"volume": {"id": "6fe3767a-f166-4ec2-bc01-fcc3890e4e23", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:51:18.000000", "updated_at": "2026-06-17T08:51:19.000000", "name": "tempest-TestVolumeBackupRestore-volume-570438819", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/6fe3767a-f166-4ec2-bc01-fcc3890e4e23"}], "user_id": "2cec3e889800498db64323191a6c78da", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9a06563056eb4830ba4346a010b8ef8e", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 76, in delete_backup
resp, body = self.delete('backups/%s' % backup_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-2: {{{
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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, 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-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 993, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestVolumeBackupRestore:_run_cleanups) Failed to delete volume 6fe3767a-f166-4ec2-bc01-fcc3890e4e23 within the required time (196 s). Timer started at 1781686288. Timer ended at 1781686484. Waited for 196 s.
}}}
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_volume_backup_restore.py", line 61, in test_volume_backup_restore
backup = self.create_backup(volume_id=volume['id'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 446, in create_backup
waiters.wait_for_volume_resource_status(self.backups_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 7 | 6 | 1 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
pass
pt4.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume]
|
||||||
test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume] |
fail
ft4.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 08:50:56,834 106130 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-879270932 on backend None
2026-06-17 08:50:56,865 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.148/volume/v3/types 0.030s
2026-06-17 08:50:56,865 106130 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-luks2-879270932", "extra_specs": {}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e44c5e0-175c-47d1-b906-fb57ce5e7446', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e44c5e0-175c-47d1-b906-fb57ce5e7446', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/types'}
Body: b'{"volume_type": {"id": "aa4b3a2f-55d0-465c-9c3e-aa525edde333", "name": "tempest-scenario-type-luks2-879270932", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-17 08:50:56,867 106130 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: aa4b3a2f-55d0-465c-9c3e-aa525edde333
2026-06-17 08:50:56,900 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.148/volume/v3/types/aa4b3a2f-55d0-465c-9c3e-aa525edde333/encryption 0.033s
2026-06-17 08:50:56,901 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1587e2a-9296-4dc3-b7fc-043e16f2ceef', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1587e2a-9296-4dc3-b7fc-043e16f2ceef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/types/aa4b3a2f-55d0-465c-9c3e-aa525edde333/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "aa4b3a2f-55d0-465c-9c3e-aa525edde333", "encryption_id": "c61cc6f7-143e-4096-bb61-efe51d8b643f"}}'
2026-06-17 08:50:57,123 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.148/volume/v3/volumes 0.221s
2026-06-17 08:50:57,123 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-1214799182", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-879270932", "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50d2d4d8-dd00-4639-a91f-b79946b7b784', 'content-length': '780', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50d2d4d8-dd00-4639-a91f-b79946b7b784', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/volume/v3/volumes'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.054491", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 08:50:57,165 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:50:57,165 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-993d0e26-ee8f-4f5c-8056-4890bb63f6a2', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-993d0e26-ee8f-4f5c-8056-4890bb63f6a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:50:58,204 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.031s
2026-06-17 08:50:58,204 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb25503-66f0-4fa5-8c0f-f493af1d97e0', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb25503-66f0-4fa5-8c0f-f493af1d97e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:50:57.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:50:58,211 106130 INFO [tempest.common.waiters] volume 94bd3dea-22e7-44be-a106-aad02114421d reached available after waiting for 1.210996 seconds
2026-06-17 08:50:58,248 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:50:58,249 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29ed94d-1df1-4f25-929b-c3a80f41d936', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29ed94d-1df1-4f25-929b-c3a80f41d936', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:50:57.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:50:58,292 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d/action 0.037s
2026-06-17 08:50:58,292 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-set_bootable": {"bootable": true}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-784ca06f-55a7-402a-a70c-cd5420a07fc1', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-784ca06f-55a7-402a-a70c-cd5420a07fc1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d/action'}
Body: b''
2026-06-17 08:50:58,375 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.148/identity/v3/auth/tokens 0.077s
2026-06-17 08:50:58,376 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2938', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bf5365d0-d148-4439-b7f0-c393c3f6774d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.148/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "name": "tempest-TestVolumeBootPattern-1681579577-project-member", "password_expires_at": null}, "audit_ids": ["vMPshlQFSZyKHZYys1chHQ"], "expires_at": "2026-06-17T09:50:58.000000Z", "issued_at": "2026-06-17T08:50:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bb45a234c394f56b839214320a6715d", "name": "tempest-TestVolumeBootPattern-1681579577"}, "is_domain": false, "roles": [{"id": "73f2283f84e04c13a9312afd65c71b60", "name": "member"}, {"id": "611e308fdd49471093f34b68f430ced5", "name": "reader"}], "catalog": [{"endpoints": [{"id": "7dc3095f6bf243c2ae1099750ccbf97a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/identity", "region": "RegionOne"}], "id": "1e8a17d609144ca3bdc4bb36598ea826", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "94ed3468aa864d0a8442aa4dbcd70b94", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/compute/v2.1", "region": "RegionOne"}], "id": "4642558da9864a6e95649af7ab5a0e11", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "b5bb77502d7045358ffc9f9114c0dd1b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/volume/v3", "region": "RegionOne"}], "id": "59244669a4774d52897648c7feeb1a53", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "2e1a232620374621a2f201c1b8900e37", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/placement", "region": "RegionOne"}], "id": "860702618570439cac284cad053fac4d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "f42069fab185480db3c5b99ed9fb979b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/networking", "region": "RegionOne"}], "id": "8962651e1a61416bbc1ac47c33c897e5", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "3307ef073724419c874f9abcd44e767b", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.148:8080", "region": "RegionOne"}, {"id": "68e4ee491ce24e8d9b0456ab9f6c2974", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148:8080/v1/AUTH_5bb45a234c394f56b839214320a6715d", "region": "RegionOne"}], "id": "998fc81386dc435db2755862e4ed68b5", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "cc391ede24514ace99a5e2fb4bdae0dd", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/image", "region": "RegionOne"}], "id": "e0431bcd3cf847a9a4b0897fb0062bc1", "type": "image", "name": "glance"}, {"endpoints": [{"id": "3e0730e213b944c8a579702a6ad13728", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.148/compute/v2/5bb45a234c394f56b839214320a6715d", "region": "RegionOne"}], "id": "ec54becc8dfe40cc89761153534d6177", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-06-17 08:50:58,376 106130 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '41ab2798-a682-43bf-a891-b3a7cfc41bc4', 'name': 'tempest-TestVolumeBootPattern-1165231010-network', 'tenant_id': '5bb45a234c394f56b839214320a6715d', 'project_id': '5bb45a234c394f56b839214320a6715d', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16070, '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-06-17T08:50:13Z', 'updated_at': '2026-06-17T08:50:13Z', 'revision_number': 1} available for tenant
2026-06-17 08:51:00,126 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.148/compute/v2.1/servers 1.749s
2026-06-17 08:51:00,127 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-727888023", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "94bd3dea-22e7-44be-a106-aad02114421d", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "41ab2798-a682-43bf-a891-b3a7cfc41bc4"}]}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:50:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf', '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-dda3d583-a292-4347-ad60-0db91436894e', 'x-compute-request-id': 'req-dda3d583-a292-4347-ad60-0db91436894e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.148/compute/v2.1/servers'}
Body: b'{"server": {"id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "AHwV8xcV9guy"}}'
2026-06-17 08:51:00,446 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.316s
2026-06-17 08:51:00,447 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1054', '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-6feacc9e-5017-450f-856a-2c8a232c94cb', 'x-compute-request-id': 'req-6feacc9e-5017-450f-856a-2c8a232c94cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:00Z", "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-06-17 08:51:01,643 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.188s
2026-06-17 08:51:01,644 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', '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-446649c8-fb29-4a8d-af0c-3c65e5e66970', 'x-compute-request-id': 'req-446649c8-fb29-4a8d-af0c-3c65e5e66970', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:01Z", "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": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:01,650 106130 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-06-17 08:51:02,787 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.137s
2026-06-17 08:51:02,788 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', '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-e4fdd6eb-19df-428b-851f-66dd29b6d870', 'x-compute-request-id': 'req-e4fdd6eb-19df-428b-851f-66dd29b6d870', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:01Z", "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": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:03,945 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.149s
2026-06-17 08:51:03,946 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', '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-00aa9ef2-22a3-46c5-828d-ed50c685b7f6', 'x-compute-request-id': 'req-00aa9ef2-22a3-46c5-828d-ed50c685b7f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:03Z", "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": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:05,069 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.114s
2026-06-17 08:51:05,069 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', '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-41ff5f46-7eed-455f-b5da-6dcabbdd9872', 'x-compute-request-id': 'req-41ff5f46-7eed-455f-b5da-6dcabbdd9872', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:03Z", "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": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:06,788 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.711s
2026-06-17 08:51:06,789 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1160', '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-f2dc8ae7-a660-4252-b464-6ec362054b7b', 'x-compute-request-id': 'req-f2dc8ae7-a660-4252-b464-6ec362054b7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:05Z", "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": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:06,797 106130 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-06-17 08:51:08,302 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.503s
2026-06-17 08:51:08,302 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1170', '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-a7607df3-b761-4cf4-b49e-436aa19e5654', 'x-compute-request-id': 'req-a7607df3-b761-4cf4-b49e-436aa19e5654', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:07Z", "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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:08,310 106130 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 8 second wait
2026-06-17 08:51:10,094 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.783s
2026-06-17 08:51:10,095 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:09 GMT', 'server': 'Apache/2.4.58 (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-ef551a9d-161e-4187-b314-bb95073797f0', 'x-compute-request-id': 'req-ef551a9d-161e-4187-b314-bb95073797f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:09Z", "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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:10,101 106130 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 10 second wait
2026-06-17 08:51:11,444 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.342s
2026-06-17 08:51:11,445 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:11 GMT', 'server': 'Apache/2.4.58 (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-f7619e32-f360-44e2-8eb1-386526426c98', 'x-compute-request-id': 'req-f7619e32-f360-44e2-8eb1-386526426c98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:09Z", "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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:12,670 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.217s
2026-06-17 08:51:12,671 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:12 GMT', 'server': 'Apache/2.4.58 (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-9c323d9d-2e05-42bc-ad98-04cb858734ad', 'x-compute-request-id': 'req-9c323d9d-2e05-42bc-ad98-04cb858734ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:09Z", "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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:14,275 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.597s
2026-06-17 08:51:14,275 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:13 GMT', 'server': 'Apache/2.4.58 (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-e269f4ef-cae9-4095-a343-cc389f4da00f', 'x-compute-request-id': 'req-e269f4ef-cae9-4095-a343-cc389f4da00f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:09Z", "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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:17,102 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 1.816s
2026-06-17 08:51:17,102 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:15 GMT', 'server': 'Apache/2.4.58 (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-30ef3de1-be4c-4191-a94f-789ebbd5f06d', 'x-compute-request-id': 'req-30ef3de1-be4c-4191-a94f-789ebbd5f06d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:09Z", "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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:18,396 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.287s
2026-06-17 08:51:18,397 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:18 GMT', 'server': 'Apache/2.4.58 (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-f4b8f043-796e-4010-88db-3e0246a2ca8a', 'x-compute-request-id': 'req-f4b8f043-796e-4010-88db-3e0246a2ca8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:09Z", "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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:20,252 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.847s
2026-06-17 08:51:20,253 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:19 GMT', 'server': 'Apache/2.4.58 (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-3d2435cc-c7df-4986-93ee-4e068ebfc2ef', 'x-compute-request-id': 'req-3d2435cc-c7df-4986-93ee-4e068ebfc2ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:09Z", "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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:21,663 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.402s
2026-06-17 08:51:21,663 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:21 GMT', 'server': 'Apache/2.4.58 (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-6169e199-daa9-467c-bac7-485c4cab1f72', 'x-compute-request-id': 'req-6169e199-daa9-467c-bac7-485c4cab1f72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T08:51:00Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.148/compute/flavors/42"}]}, "hostId": "7a1c52012315e17dd48da619626b777fd100a75b2950a8d6d039276c", "id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}, {"rel": "bookmark", "href": "https://10.4.3.148/compute/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-727888023", "status": "BUILD", "tenant_id": "5bb45a234c394f56b839214320a6715d", "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "updated": "2026-06-17T08:51:09Z", "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, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d"}]}}'
2026-06-17 08:51:22,750 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.078s
2026-06-17 08:51:22,750 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:22 GMT', 'server': 'Apache/2.4.58 (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': '147', 'x-openstack-request-id': 'req-4c6e04ed-6c6a-44fb-884b-d6ef78332278', 'x-compute-request-id': 'req-4c6e04ed-6c6a-44fb-884b-d6ef78332278', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 08:51:22,851 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 DELETE https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.100s
2026-06-17 08:51:22,851 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:22 GMT', 'server': 'Apache/2.4.58 (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': '147', 'x-openstack-request-id': 'req-7dff8f37-f79f-4df1-8f9f-14b96d0d0036', 'x-compute-request-id': 'req-7dff8f37-f79f-4df1-8f9f-14b96d0d0036', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 08:51:22,851 106130 ERROR [tempest.common.compute] Deleting server 9ddfc0c4-22ab-4e14-984d-3d0eca045edf failed
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 08:51:22.851 106130 ERROR tempest.common.compute
2026-06-17 08:51:22,933 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf 0.076s
2026-06-17 08:51:22,933 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:22 GMT', 'server': 'Apache/2.4.58 (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': '147', 'x-openstack-request-id': 'req-f32b00fd-7f23-4a74-807d-86186d96aeb8', 'x-compute-request-id': 'req-f32b00fd-7f23-4a74-807d-86186d96aeb8', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.148/compute/v2.1/servers/9ddfc0c4-22ab-4e14-984d-3d0eca045edf'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 08:51:22,935 106130 ERROR [tempest.common.compute] Server 9ddfc0c4-22ab-4e14-984d-3d0eca045edf failed to delete in time
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 08:51:22.935 106130 ERROR tempest.common.compute
2026-06-17 08:51:23,013 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 500 DELETE https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.074s
2026-06-17 08:51:23,013 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f203cba-6d51-4dac-8174-9fbc59b1ecff', 'x-openstack-request-id': 'req-0f203cba-6d51-4dac-8174-9fbc59b1ecff', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 08:51:23,014 106130 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method VolumesClient.delete_volume of <tempest.lib.services.volume.v3.volumes_client.VolumesClient object at 0x7274e05e5130>>, retrying...
2026-06-17 08:51:28,051 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:51:28,051 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aeecb3e-66d3-4f34-858b-8842cf24c925', 'x-openstack-request-id': 'req-7aeecb3e-66d3-4f34-858b-8842cf24c925', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
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-06-17 08:51:28,094 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.041s
2026-06-17 08:51:28,094 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ecb3931-e008-4652-b3bf-46d90a7cfbbd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ecb3931-e008-4652-b3bf-46d90a7cfbbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:29,140 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.038s
2026-06-17 08:51:29,140 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ea0cfd1-7ba0-4f87-813b-c6052cabb9b0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ea0cfd1-7ba0-4f87-813b-c6052cabb9b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:30,189 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.032s
2026-06-17 08:51:30,189 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9126e864-68d3-4319-81f7-557134d45c79', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9126e864-68d3-4319-81f7-557134d45c79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:31,235 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:51:31,237 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c056e2c-2d0d-4de7-ab3a-9dea1aade10f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c056e2c-2d0d-4de7-ab3a-9dea1aade10f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:32,286 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:51:32,287 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca91b17-f2ad-4254-8543-1c4f32997f7f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca91b17-f2ad-4254-8543-1c4f32997f7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:33,343 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.050s
2026-06-17 08:51:33,343 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1efd35e2-b381-442d-acf1-d75481cf50c0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efd35e2-b381-442d-acf1-d75481cf50c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:34,387 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:51:34,387 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11cf3665-a8a6-4a43-9abc-f84db8085d7f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11cf3665-a8a6-4a43-9abc-f84db8085d7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:35,429 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.032s
2026-06-17 08:51:35,429 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8158de6b-6fe6-4ca5-92dd-ab63fb5569e8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8158de6b-6fe6-4ca5-92dd-ab63fb5569e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:36,475 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:51:36,475 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a7e933a-dc97-410c-8108-ac526144526c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a7e933a-dc97-410c-8108-ac526144526c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:37,540 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.058s
2026-06-17 08:51:37,541 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26874659-0337-4707-94c8-c873be2e5fb9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26874659-0337-4707-94c8-c873be2e5fb9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:38,592 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.043s
2026-06-17 08:51:38,592 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1c0d68d-bbe0-44ea-a9d5-89c1dbbab496', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1c0d68d-bbe0-44ea-a9d5-89c1dbbab496', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:39,641 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:51:39,641 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab4cd941-0ff0-435f-bf2a-24d91b97792c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab4cd941-0ff0-435f-bf2a-24d91b97792c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:40,677 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.027s
2026-06-17 08:51:40,677 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1df3b4ec-0780-44b8-b682-14840d820c05', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1df3b4ec-0780-44b8-b682-14840d820c05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:41,719 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:51:41,719 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f79979-75e8-42a1-b88f-8511ce7f714e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f79979-75e8-42a1-b88f-8511ce7f714e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:42,765 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:51:42,765 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a231ce-208d-4029-88bf-73699b74185e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a231ce-208d-4029-88bf-73699b74185e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:43,804 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:51:43,804 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc9e8a08-d865-4017-81d4-ba76bccf64fa', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9e8a08-d865-4017-81d4-ba76bccf64fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:44,853 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.042s
2026-06-17 08:51:44,853 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ee1ec07-b6a7-4a73-8650-24ef3639fe68', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ee1ec07-b6a7-4a73-8650-24ef3639fe68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:45,908 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.047s
2026-06-17 08:51:45,908 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19551a84-e623-4b1b-8612-3e1e0d9fc973', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19551a84-e623-4b1b-8612-3e1e0d9fc973', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:46,960 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.046s
2026-06-17 08:51:46,960 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4b6fae1-631c-43e8-ac0c-fc5f993495db', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4b6fae1-631c-43e8-ac0c-fc5f993495db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:48,007 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:51:48,007 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7f4d18-bc61-44fd-8656-6f12890ce49b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7f4d18-bc61-44fd-8656-6f12890ce49b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:49,062 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.045s
2026-06-17 08:51:49,063 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b21c4d05-62db-4bf2-af4c-05d82573c60f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b21c4d05-62db-4bf2-af4c-05d82573c60f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:50,111 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.041s
2026-06-17 08:51:50,112 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08c45e1e-e82c-4e8e-94c0-afaefba13ad8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08c45e1e-e82c-4e8e-94c0-afaefba13ad8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:51,158 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:51:51,158 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed50dc7-2801-4c30-a7c2-2e9c1c8291d0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed50dc7-2801-4c30-a7c2-2e9c1c8291d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:52,210 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.045s
2026-06-17 08:51:52,210 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dd21243-758a-4177-88e1-e714160b2af7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dd21243-758a-4177-88e1-e714160b2af7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:53,256 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:51:53,256 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8828bf63-c555-4f5b-a92e-fbf336e8ce47', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8828bf63-c555-4f5b-a92e-fbf336e8ce47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:54,299 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:51:54,300 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0b4416-a97f-497a-bd5b-1f63cb4f427b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0b4416-a97f-497a-bd5b-1f63cb4f427b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:55,350 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.044s
2026-06-17 08:51:55,350 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e32567fe-6937-4e4f-8fde-b30c6e27f968', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e32567fe-6937-4e4f-8fde-b30c6e27f968', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:56,389 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.030s
2026-06-17 08:51:56,389 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cfa53ba-9e13-4600-9037-34d2e0a3bbbb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cfa53ba-9e13-4600-9037-34d2e0a3bbbb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:57,446 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.047s
2026-06-17 08:51:57,446 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-387587bc-1aca-4223-8f8a-9e59e28bec55', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-387587bc-1aca-4223-8f8a-9e59e28bec55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:58,500 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.044s
2026-06-17 08:51:58,501 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40fe2567-bebd-42aa-abc7-f97e25cca36d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40fe2567-bebd-42aa-abc7-f97e25cca36d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:51:59,549 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:51:59,549 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:51:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b001e22-bf19-46b2-9add-48bbe6b6da1f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b001e22-bf19-46b2-9add-48bbe6b6da1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:00,603 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.048s
2026-06-17 08:52:00,603 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afd26f82-da19-44ec-b7e0-da0cd6ab0c78', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afd26f82-da19-44ec-b7e0-da0cd6ab0c78', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:01,651 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:52:01,651 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8552259c-9ce7-4f09-a768-af659928e280', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8552259c-9ce7-4f09-a768-af659928e280', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:02,697 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:52:02,697 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8513275c-f89c-4a90-9356-e6966403f935', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8513275c-f89c-4a90-9356-e6966403f935', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:03,740 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:52:03,740 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c84e6476-94f9-4589-8747-2f73c3551665', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c84e6476-94f9-4589-8747-2f73c3551665', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:04,781 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.033s
2026-06-17 08:52:04,781 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d5b019-4aba-40d9-9381-58fa888958c0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d5b019-4aba-40d9-9381-58fa888958c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:05,829 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.042s
2026-06-17 08:52:05,829 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-347b5fe7-f581-401b-a7f8-064b99396a87', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-347b5fe7-f581-401b-a7f8-064b99396a87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:06,872 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:52:06,872 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f307467-9ebe-4c99-b37d-a13a5e7bf561', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f307467-9ebe-4c99-b37d-a13a5e7bf561', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:07,910 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.032s
2026-06-17 08:52:07,911 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e40d6a7-80ed-408c-8811-7a516d13b322', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e40d6a7-80ed-408c-8811-7a516d13b322', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:08,949 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.032s
2026-06-17 08:52:08,949 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2ad877d-4e3f-46d8-acb4-76ee48d73ccb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2ad877d-4e3f-46d8-acb4-76ee48d73ccb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:09,991 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:52:09,991 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72304382-373d-4a1e-9919-ccac430cbd1b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72304382-373d-4a1e-9919-ccac430cbd1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:11,028 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.027s
2026-06-17 08:52:11,029 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fee76988-ae76-4530-86c0-ef7217106184', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fee76988-ae76-4530-86c0-ef7217106184', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:12,060 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.026s
2026-06-17 08:52:12,061 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d79e7d-c87d-45d4-ba21-6e1355791873', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d79e7d-c87d-45d4-ba21-6e1355791873', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:13,113 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.047s
2026-06-17 08:52:13,113 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98c64e16-5827-41dc-9d98-82be5ece7ead', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98c64e16-5827-41dc-9d98-82be5ece7ead', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:14,151 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:52:14,151 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04d1acf-85c8-4711-a9c2-933965cad6a8', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04d1acf-85c8-4711-a9c2-933965cad6a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:15,196 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:52:15,196 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8326966-a5c8-41ec-9845-cf1c19e2a656', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8326966-a5c8-41ec-9845-cf1c19e2a656', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:16,245 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:52:16,245 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9dbf471-5151-42ee-b78c-2abd5ddd5a4b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9dbf471-5151-42ee-b78c-2abd5ddd5a4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:17,295 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.045s
2026-06-17 08:52:17,296 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b59ec13b-7702-4a48-96e3-e36b8e24f47c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b59ec13b-7702-4a48-96e3-e36b8e24f47c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:18,352 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.051s
2026-06-17 08:52:18,352 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c255854f-8be3-4874-a45d-a0dae2101876', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c255854f-8be3-4874-a45d-a0dae2101876', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:19,403 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:52:19,403 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f70d36ed-63ec-4e51-9246-622ef42d2da0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f70d36ed-63ec-4e51-9246-622ef42d2da0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:20,468 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.059s
2026-06-17 08:52:20,468 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6d2fa7a-c6af-4979-923b-2d1cf88da6f0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6d2fa7a-c6af-4979-923b-2d1cf88da6f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:21,510 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:52:21,510 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4c7045-7727-4adf-8adb-5c727c3ea77f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e4c7045-7727-4adf-8adb-5c727c3ea77f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:22,552 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:52:22,553 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94b08ded-b8ab-4ee9-abe8-a25c4b45395e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94b08ded-b8ab-4ee9-abe8-a25c4b45395e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:23,594 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.033s
2026-06-17 08:52:23,594 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a8ef6c-8051-431e-87be-ad2d15174888', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a8ef6c-8051-431e-87be-ad2d15174888', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:24,641 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:52:24,641 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbb0e391-580b-4eb4-a081-0ab715708782', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbb0e391-580b-4eb4-a081-0ab715708782', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:25,683 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:52:25,683 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cc82a02-2c46-43c1-8aab-a4f10f09a69a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cc82a02-2c46-43c1-8aab-a4f10f09a69a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:26,727 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:52:26,728 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96bf5139-ad95-4510-9944-920dd616bc95', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96bf5139-ad95-4510-9944-920dd616bc95', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:27,798 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.063s
2026-06-17 08:52:27,799 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-036d9c0b-a88d-4126-9e45-dcae6e40738e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-036d9c0b-a88d-4126-9e45-dcae6e40738e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:28,859 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.052s
2026-06-17 08:52:28,859 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a0a55bf-2e56-4638-8957-6fbf93abf11c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a0a55bf-2e56-4638-8957-6fbf93abf11c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:29,896 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:52:29,896 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-734f2f25-358c-4b9c-b482-39a8e98d0e39', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-734f2f25-358c-4b9c-b482-39a8e98d0e39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:30,928 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.027s
2026-06-17 08:52:30,929 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1528c93a-8e37-4ec9-8c01-be2d97d14b8d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1528c93a-8e37-4ec9-8c01-be2d97d14b8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:31,963 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.030s
2026-06-17 08:52:31,963 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b4ba640-8ca2-42aa-866a-640f61d5617c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b4ba640-8ca2-42aa-866a-640f61d5617c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:32,997 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:52:32,998 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d73c8f-5383-4894-af67-e5652a22a4f0', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d73c8f-5383-4894-af67-e5652a22a4f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:34,043 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.038s
2026-06-17 08:52:34,043 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74bd192f-2ee4-4a37-b803-7f565de19167', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74bd192f-2ee4-4a37-b803-7f565de19167', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:35,079 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:52:35,080 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fff3b527-84cb-4255-82b5-f700b48c5941', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fff3b527-84cb-4255-82b5-f700b48c5941', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:36,120 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:52:36,121 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579a574d-c51b-430e-9c6a-5a1f8fb1ad48', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579a574d-c51b-430e-9c6a-5a1f8fb1ad48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:37,161 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.030s
2026-06-17 08:52:37,162 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92adb9ab-ab32-49d6-b3b4-e4cb0af9492e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92adb9ab-ab32-49d6-b3b4-e4cb0af9492e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:38,202 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.032s
2026-06-17 08:52:38,202 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98b126ce-9121-4431-abb7-7b58f8972a39', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98b126ce-9121-4431-abb7-7b58f8972a39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:39,258 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.048s
2026-06-17 08:52:39,259 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02485e4c-3542-4873-b96d-c425d99a7c51', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02485e4c-3542-4873-b96d-c425d99a7c51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:40,312 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.045s
2026-06-17 08:52:40,312 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be287718-5ca2-49ab-9a9b-f714344c0edc', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be287718-5ca2-49ab-9a9b-f714344c0edc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:41,364 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.044s
2026-06-17 08:52:41,364 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c076c68-904b-4ad5-88cf-ea6c32c86391', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c076c68-904b-4ad5-88cf-ea6c32c86391', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:42,427 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.053s
2026-06-17 08:52:42,428 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71abe9e-98d0-4891-b8df-a275f7df666b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71abe9e-98d0-4891-b8df-a275f7df666b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:43,502 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.065s
2026-06-17 08:52:43,502 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2b22db6-60a7-4f59-9b9d-e54ba2a971b6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b22db6-60a7-4f59-9b9d-e54ba2a971b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:44,559 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.046s
2026-06-17 08:52:44,559 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81d01ab1-c43a-431d-ba29-5a1599781149', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81d01ab1-c43a-431d-ba29-5a1599781149', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:45,609 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:52:45,609 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33279915-0475-4d36-ab6e-ab96c8e9c469', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33279915-0475-4d36-ab6e-ab96c8e9c469', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:46,670 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.051s
2026-06-17 08:52:46,670 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98e04769-4e2e-482e-b600-89428d45696e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98e04769-4e2e-482e-b600-89428d45696e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:47,750 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.072s
2026-06-17 08:52:47,751 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16aa3d1c-0e4f-48d7-9a69-e5e791ff5df2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16aa3d1c-0e4f-48d7-9a69-e5e791ff5df2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:48,822 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.059s
2026-06-17 08:52:48,822 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60f2fc29-c3ef-42bc-8100-a5735a9e1524', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60f2fc29-c3ef-42bc-8100-a5735a9e1524', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:49,879 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.050s
2026-06-17 08:52:49,879 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aff66a9a-17a8-4b2a-9936-81d29eef0f5c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aff66a9a-17a8-4b2a-9936-81d29eef0f5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:50,940 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.049s
2026-06-17 08:52:50,940 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a5c638b-4a04-48ba-be99-e520f211652d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a5c638b-4a04-48ba-be99-e520f211652d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:52,013 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.064s
2026-06-17 08:52:52,013 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5338a5bd-cfdc-453c-a178-b37b1b9ebc8b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5338a5bd-cfdc-453c-a178-b37b1b9ebc8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:53,076 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.053s
2026-06-17 08:52:53,076 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-257d34b1-76ac-4b8e-b634-e2e6f6d4efde', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-257d34b1-76ac-4b8e-b634-e2e6f6d4efde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:54,116 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.030s
2026-06-17 08:52:54,116 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad4a3785-d936-487d-bffe-fd7429061827', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad4a3785-d936-487d-bffe-fd7429061827', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:55,153 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.032s
2026-06-17 08:52:55,154 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a7654b-5767-4b70-8a61-287ca932a2f1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a7654b-5767-4b70-8a61-287ca932a2f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:56,191 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:52:56,192 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75518f53-4271-416b-9600-8b97b56d020d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75518f53-4271-416b-9600-8b97b56d020d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:57,245 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.046s
2026-06-17 08:52:57,245 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d564dd-7340-4550-abf8-d3c0d27a37ca', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d564dd-7340-4550-abf8-d3c0d27a37ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:58,300 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.046s
2026-06-17 08:52:58,300 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-933f89a2-2b87-4d4a-8aae-452b9e363e48', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-933f89a2-2b87-4d4a-8aae-452b9e363e48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:52:59,352 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.043s
2026-06-17 08:52:59,352 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:52:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ec31520-f56d-4aa5-ba91-ddb449a664a4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec31520-f56d-4aa5-ba91-ddb449a664a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:00,414 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.055s
2026-06-17 08:53:00,414 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e996ce-861e-4f29-a724-554cb76426b9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e996ce-861e-4f29-a724-554cb76426b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:01,455 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.033s
2026-06-17 08:53:01,456 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce67d0d1-b96a-47ef-b87a-ff08805af517', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce67d0d1-b96a-47ef-b87a-ff08805af517', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:02,497 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:53:02,497 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7075bd65-7387-4fd9-8840-c627661f077b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7075bd65-7387-4fd9-8840-c627661f077b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:03,534 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:53:03,534 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7277d3d9-62ea-4a64-9512-0ef2ebe86fc6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7277d3d9-62ea-4a64-9512-0ef2ebe86fc6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:04,574 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.031s
2026-06-17 08:53:04,575 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa514706-8d21-47b6-b8c0-f7c2825b2de6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa514706-8d21-47b6-b8c0-f7c2825b2de6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:05,609 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:53:05,610 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d59ce3e-2b12-4ea4-a429-10e56a9fbb51', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d59ce3e-2b12-4ea4-a429-10e56a9fbb51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:06,644 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:53:06,644 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc1226c2-f18a-447e-b9ea-4ff7b14b31e9', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc1226c2-f18a-447e-b9ea-4ff7b14b31e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:07,682 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.031s
2026-06-17 08:53:07,682 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b39d222d-2ef2-4407-987e-9279f22aa40f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b39d222d-2ef2-4407-987e-9279f22aa40f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:08,744 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.056s
2026-06-17 08:53:08,744 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147f4360-8082-4242-af32-b044f7d306a1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147f4360-8082-4242-af32-b044f7d306a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:09,789 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:53:09,790 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa8b2d3c-ab2e-460f-844b-a82699203871', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa8b2d3c-ab2e-460f-844b-a82699203871', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:10,837 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:53:10,837 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f60a952a-928e-4dde-809a-dd779a856bd3', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f60a952a-928e-4dde-809a-dd779a856bd3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:11,880 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:53:11,881 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cda3422c-3543-4a8e-908c-d643c76631a6', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cda3422c-3543-4a8e-908c-d643c76631a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:12,934 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.047s
2026-06-17 08:53:12,935 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad1eb452-e54f-46f0-ab0b-8dbb70d302ad', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad1eb452-e54f-46f0-ab0b-8dbb70d302ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:13,986 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.042s
2026-06-17 08:53:13,986 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3133331a-111b-4f28-8a3e-28b8f3f6d87c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3133331a-111b-4f28-8a3e-28b8f3f6d87c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:15,028 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.030s
2026-06-17 08:53:15,028 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d8dcf92-f878-4a48-8f2a-99fe56493e36', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d8dcf92-f878-4a48-8f2a-99fe56493e36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:16,090 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.053s
2026-06-17 08:53:16,090 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120f3d47-f4bd-457c-a1b9-d9af9bcb2954', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120f3d47-f4bd-457c-a1b9-d9af9bcb2954', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:17,132 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:53:17,132 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-183b196a-8bee-489c-9924-d2f81af2ddf1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-183b196a-8bee-489c-9924-d2f81af2ddf1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:18,180 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:53:18,180 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4bcfabf-c7a1-46e9-a1f4-90546cf128fe', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4bcfabf-c7a1-46e9-a1f4-90546cf128fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:19,230 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.043s
2026-06-17 08:53:19,230 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75473d07-293d-453f-a52c-2ed3c8bc0b20', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75473d07-293d-453f-a52c-2ed3c8bc0b20', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:20,274 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:53:20,274 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b0940c-1619-4785-8776-7d5b0f9951ed', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b0940c-1619-4785-8776-7d5b0f9951ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:21,344 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.063s
2026-06-17 08:53:21,344 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e430c50-3ca9-400b-9275-8f159c4eda68', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e430c50-3ca9-400b-9275-8f159c4eda68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:22,385 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.031s
2026-06-17 08:53:22,385 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d4bb705-a269-43d6-9ba5-50e6e8a2e9a5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d4bb705-a269-43d6-9ba5-50e6e8a2e9a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:23,439 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.046s
2026-06-17 08:53:23,439 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ca831b-6099-4c7a-91ff-ade15921483d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ca831b-6099-4c7a-91ff-ade15921483d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:24,490 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.043s
2026-06-17 08:53:24,491 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc096475-2719-40ed-8fbb-432e8624a465', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc096475-2719-40ed-8fbb-432e8624a465', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:25,700 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.201s
2026-06-17 08:53:25,700 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1eddd49-fe49-4e1d-967c-7cc6097e12eb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1eddd49-fe49-4e1d-967c-7cc6097e12eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:26,746 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:53:26,746 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b46e856-9b3d-49ac-8742-b9e7b420b8dd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b46e856-9b3d-49ac-8742-b9e7b420b8dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:27,805 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.051s
2026-06-17 08:53:27,805 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-179b0ec3-3e66-4ff4-90c2-6f0434025269', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-179b0ec3-3e66-4ff4-90c2-6f0434025269', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:28,871 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.060s
2026-06-17 08:53:28,871 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70099338-facb-4b4e-a30f-5587b93b1fcb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70099338-facb-4b4e-a30f-5587b93b1fcb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:29,925 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.045s
2026-06-17 08:53:29,925 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37867b52-645b-4aa4-8562-3ae94c2786a2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37867b52-645b-4aa4-8562-3ae94c2786a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:31,350 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.417s
2026-06-17 08:53:31,350 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c731d7c-b62e-4192-ae77-662f4e6cb471', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c731d7c-b62e-4192-ae77-662f4e6cb471', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:32,388 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.030s
2026-06-17 08:53:32,388 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6818c42c-ca2d-485e-a62f-1c14e71b5b2e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6818c42c-ca2d-485e-a62f-1c14e71b5b2e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:33,432 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:53:33,432 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac78d5c4-03dc-4772-9cf5-9b89f2076edd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac78d5c4-03dc-4772-9cf5-9b89f2076edd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:34,483 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.042s
2026-06-17 08:53:34,483 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69171a62-30b5-4970-92a7-70d32fcb9b1f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69171a62-30b5-4970-92a7-70d32fcb9b1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:35,524 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.031s
2026-06-17 08:53:35,524 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e205f0-36eb-431b-9bd0-7aa6c2ff387e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e205f0-36eb-431b-9bd0-7aa6c2ff387e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:36,562 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.032s
2026-06-17 08:53:36,562 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9e13d1-6f53-4728-8af9-aca23991094f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9e13d1-6f53-4728-8af9-aca23991094f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:37,604 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:53:37,604 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f831d802-5598-46d1-ab10-9147b254a84b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f831d802-5598-46d1-ab10-9147b254a84b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:38,665 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.053s
2026-06-17 08:53:38,665 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a06fdbca-df59-4080-85d1-0a8420523956', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a06fdbca-df59-4080-85d1-0a8420523956', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:39,702 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.031s
2026-06-17 08:53:39,702 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-230ce369-f0fa-491a-bdfa-afbdbfc618bf', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-230ce369-f0fa-491a-bdfa-afbdbfc618bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:40,753 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:53:40,753 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7523279-08fa-4091-8e0a-8c963ad69a26', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7523279-08fa-4091-8e0a-8c963ad69a26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:41,798 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:53:41,798 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb008f8-4d7b-4229-9de3-3712bb29540e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb008f8-4d7b-4229-9de3-3712bb29540e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:42,845 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:53:42,846 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98fd4614-f769-4f82-9669-77ffb5bcc9c2', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98fd4614-f769-4f82-9669-77ffb5bcc9c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:43,914 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.058s
2026-06-17 08:53:43,914 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c74bd17-8343-4f03-9b6a-b6fa33921639', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c74bd17-8343-4f03-9b6a-b6fa33921639', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:44,952 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:53:44,952 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87cd1226-5b4c-4d2b-948d-39edf906c1bb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87cd1226-5b4c-4d2b-948d-39edf906c1bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:45,994 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:53:45,994 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01912f9b-ce48-4169-b7d2-f5b42a8b044b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01912f9b-ce48-4169-b7d2-f5b42a8b044b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:47,038 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.038s
2026-06-17 08:53:47,038 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c35ac5f3-4b68-4de4-a086-4cc8dd9de144', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c35ac5f3-4b68-4de4-a086-4cc8dd9de144', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:48,082 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:53:48,082 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91f14c06-7e63-4c65-9bd2-2c54eb85b5eb', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91f14c06-7e63-4c65-9bd2-2c54eb85b5eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:49,125 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:53:49,126 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d78135dc-a8b8-419d-8aad-f3e082261d39', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d78135dc-a8b8-419d-8aad-f3e082261d39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:50,172 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:53:50,172 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32cbee46-b2a0-4468-af98-6620b1fc6422', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32cbee46-b2a0-4468-af98-6620b1fc6422', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:51,210 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.030s
2026-06-17 08:53:51,210 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60676578-56e5-40e6-821e-071878245867', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60676578-56e5-40e6-821e-071878245867', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:52,260 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.040s
2026-06-17 08:53:52,261 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-454062c1-a332-46e9-83c5-9c1b0c9e1096', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-454062c1-a332-46e9-83c5-9c1b0c9e1096', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:53,301 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.031s
2026-06-17 08:53:53,301 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd79cd7-ef5d-416b-a271-403e7e5de838', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd79cd7-ef5d-416b-a271-403e7e5de838', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:54,341 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:53:54,341 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d3867e-5443-4ce8-8194-9c8f3a7aa3c7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d3867e-5443-4ce8-8194-9c8f3a7aa3c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:55,385 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:53:55,386 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c87707-cfcb-47a0-981f-3f50a8060955', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c87707-cfcb-47a0-981f-3f50a8060955', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:56,435 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.041s
2026-06-17 08:53:56,435 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a95ec9-b38d-4af2-84d9-aef902474a96', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a95ec9-b38d-4af2-84d9-aef902474a96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:57,479 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:53:57,479 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b845e3-0dfe-4ad9-9bbf-b952b990826b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b845e3-0dfe-4ad9-9bbf-b952b990826b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:58,524 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:53:58,524 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccfa407d-8956-41a3-bab1-4744a996b348', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccfa407d-8956-41a3-bab1-4744a996b348', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:53:59,565 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:53:59,565 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:53:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c45438-5269-415d-a1dd-02c515b49833', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c45438-5269-415d-a1dd-02c515b49833', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:00,607 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:54:00,607 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc5a0097-ca74-4cf0-b12f-95c8333fe6ce', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5a0097-ca74-4cf0-b12f-95c8333fe6ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:01,642 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:54:01,642 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c2617ca-ca11-4052-b685-903e64158c85', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c2617ca-ca11-4052-b685-903e64158c85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:02,682 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:54:02,682 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b2d00da-2b9e-4391-894f-127d7e35c834', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b2d00da-2b9e-4391-894f-127d7e35c834', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:03,722 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:54:03,722 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbdf3f23-5ad9-4f93-9e55-08b385629817', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbdf3f23-5ad9-4f93-9e55-08b385629817', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:04,766 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:54:04,766 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9931bf4-033b-427a-8511-7a37932d1ced', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9931bf4-033b-427a-8511-7a37932d1ced', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:05,800 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:54:05,801 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d458cdce-7852-4204-b763-a7c8721cb05f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d458cdce-7852-4204-b763-a7c8721cb05f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:06,843 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.038s
2026-06-17 08:54:06,844 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa321cf-d8b6-4eb5-a0bf-5631c3f09a74', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa321cf-d8b6-4eb5-a0bf-5631c3f09a74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:07,879 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:54:07,879 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838c5da2-e7b0-4740-a43e-f72de145a70a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838c5da2-e7b0-4740-a43e-f72de145a70a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:08,917 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.030s
2026-06-17 08:54:08,917 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afc8d05e-dbc1-4c12-a18b-92fcb480cb12', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afc8d05e-dbc1-4c12-a18b-92fcb480cb12', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:09,960 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:54:09,960 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de9ec5a4-b5c4-4e9b-a387-65f27100511b', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de9ec5a4-b5c4-4e9b-a387-65f27100511b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:11,009 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.038s
2026-06-17 08:54:11,009 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8e76999-76e2-4146-b697-9fa24ca29cbd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8e76999-76e2-4146-b697-9fa24ca29cbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:12,060 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.041s
2026-06-17 08:54:12,060 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23c87c1f-16ca-4cd8-ac5b-d5ea4ab572dc', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23c87c1f-16ca-4cd8-ac5b-d5ea4ab572dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:13,115 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.049s
2026-06-17 08:54:13,115 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecb7b34a-e83b-46b0-80c7-8a15b578a720', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecb7b34a-e83b-46b0-80c7-8a15b578a720', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:14,177 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.054s
2026-06-17 08:54:14,177 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65bda171-d7a1-4b2f-868e-7917e2bf2446', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65bda171-d7a1-4b2f-868e-7917e2bf2446', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:15,223 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.038s
2026-06-17 08:54:15,223 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f05e96f6-ae09-402d-a994-2cce47eb6cfd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f05e96f6-ae09-402d-a994-2cce47eb6cfd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:16,279 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.045s
2026-06-17 08:54:16,279 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f83adc40-7d5b-4449-878d-1da13cf3d56c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83adc40-7d5b-4449-878d-1da13cf3d56c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:17,326 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:54:17,326 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0da06c9-6438-407e-b8cc-79ab95251d68', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0da06c9-6438-407e-b8cc-79ab95251d68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:18,380 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.046s
2026-06-17 08:54:18,380 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b373ae75-cd75-4f0c-8516-d26dc6cd44b5', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b373ae75-cd75-4f0c-8516-d26dc6cd44b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:19,439 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.054s
2026-06-17 08:54:19,440 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea6f0031-c7a2-4416-a28e-d8312369d125', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea6f0031-c7a2-4416-a28e-d8312369d125', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:20,490 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.043s
2026-06-17 08:54:20,490 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd64a2fc-3107-4ba7-94e5-9106a171a6ab', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd64a2fc-3107-4ba7-94e5-9106a171a6ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:21,531 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.032s
2026-06-17 08:54:21,531 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae37d1b-f3ad-488a-8b6c-5b2876a46352', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae37d1b-f3ad-488a-8b6c-5b2876a46352', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:22,577 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:54:22,577 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa339384-bdf6-4a53-8c20-347297d07bf4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa339384-bdf6-4a53-8c20-347297d07bf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:23,620 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.035s
2026-06-17 08:54:23,620 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94634ad4-e242-401b-94c0-ea72b65c6897', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94634ad4-e242-401b-94c0-ea72b65c6897', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:24,667 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.038s
2026-06-17 08:54:24,667 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73a04253-e892-45cf-b60e-91ee82f5b4db', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73a04253-e892-45cf-b60e-91ee82f5b4db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:25,701 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:54:25,702 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2124276f-7f3d-424a-b0ef-f365706ced8d', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2124276f-7f3d-424a-b0ef-f365706ced8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:26,744 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:54:26,744 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-990b94b5-be4d-4c70-80db-723808cecf11', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-990b94b5-be4d-4c70-80db-723808cecf11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:27,793 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:54:27,793 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76c7bcf6-da0b-4a32-95cd-757294b8bac1', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76c7bcf6-da0b-4a32-95cd-757294b8bac1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:28,839 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:54:28,840 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b84ca5-50c4-4a56-b47e-19e543a1971f', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b84ca5-50c4-4a56-b47e-19e543a1971f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:29,875 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:54:29,875 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c03f40-5576-4e65-9e26-0803085100f7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c03f40-5576-4e65-9e26-0803085100f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:30,910 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:54:30,910 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d40a2c9-6829-46eb-931f-095487030bca', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d40a2c9-6829-46eb-931f-095487030bca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:31,944 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.028s
2026-06-17 08:54:31,944 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-800dca0d-6ee8-4808-9a47-1a9a4364337a', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-800dca0d-6ee8-4808-9a47-1a9a4364337a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:32,993 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.043s
2026-06-17 08:54:32,994 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5450bce-8043-4b75-aa80-e6ac4518fa95', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5450bce-8043-4b75-aa80-e6ac4518fa95', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:34,064 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.061s
2026-06-17 08:54:34,064 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c80ca3fa-e1dc-48c7-90e0-94859c3c1fae', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c80ca3fa-e1dc-48c7-90e0-94859c3c1fae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:35,099 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.029s
2026-06-17 08:54:35,099 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e900c201-ab22-4fb0-aa2a-d0195aa30e1e', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e900c201-ab22-4fb0-aa2a-d0195aa30e1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:36,147 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.036s
2026-06-17 08:54:36,148 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-850f9559-8234-41c7-be0a-34ac955a27cf', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-850f9559-8234-41c7-be0a-34ac955a27cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:37,189 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.034s
2026-06-17 08:54:37,189 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebdc299c-3a34-4284-bc02-c9f591746cc4', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebdc299c-3a34-4284-bc02-c9f591746cc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:38,240 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.045s
2026-06-17 08:54:38,240 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-708f12de-a850-420e-857b-fd95436e81fa', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-708f12de-a850-420e-857b-fd95436e81fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:39,287 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.039s
2026-06-17 08:54:39,287 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-775a7c7f-cce1-43c3-ae59-bd196a54ccbd', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-775a7c7f-cce1-43c3-ae59-bd196a54ccbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:40,332 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.037s
2026-06-17 08:54:40,332 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea4382b2-22d1-492d-900d-f7b73a18ab17', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea4382b2-22d1-492d-900d-f7b73a18ab17', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:41,399 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.059s
2026-06-17 08:54:41,400 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0485df1-8506-41a1-ac2c-10bb08226dfe', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0485df1-8506-41a1-ac2c-10bb08226dfe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:42,453 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.043s
2026-06-17 08:54:42,453 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3e9538-14de-49a3-a6c0-85afb4cd83d7', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3e9538-14de-49a3-a6c0-85afb4cd83d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:43,499 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.038s
2026-06-17 08:54:43,499 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03a7c8be-d4d1-48e0-8edf-17e8279b3e31', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03a7c8be-d4d1-48e0-8edf-17e8279b3e31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:44,556 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.050s
2026-06-17 08:54:44,556 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfb53de0-dcfb-4dd2-b253-ef58029b7c2c', 'content-length': '1164', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfb53de0-dcfb-4dd2-b253-ef58029b7c2c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
Body: b'{"volume": {"id": "94bd3dea-22e7-44be-a106-aad02114421d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:50:57.000000", "updated_at": "2026-06-17T08:51:08.000000", "name": "tempest-TestVolumeBootPattern-volume-1214799182", "description": null, "volume_type": "tempest-scenario-type-luks2-879270932", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/94bd3dea-22e7-44be-a106-aad02114421d"}], "user_id": "d06d4f2a98fb4c16a82642d45dc7c9e9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "94bd3dea-22e7-44be-a106-aad02114421d", "attachment_id": "b75eab02-dfd5-4bb6-87bf-d80be11547cd", "volume_id": "94bd3dea-22e7-44be-a106-aad02114421d", "server_id": "9ddfc0c4-22ab-4e14-984d-3d0eca045edf", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T08:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "5bb45a234c394f56b839214320a6715d"}}'
2026-06-17 08:54:44,607 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.148/volume/v3/volumes/detail?all_tenants=1 0.044s
2026-06-17 08:54:44,607 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d60f24ac-ebe7-4ba4-8a70-3636d5fad674', 'content-length': '10204', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d60f24ac-ebe7-4ba4-8a70-3636d5fad674', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.148/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "726b47fb-164f-4a0a-b693-e8d080e05c00", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:54:26.000000", "updated_at": "2026-06-17T08:54:26.000000", "name": "tempest-VolumesBackupsTest-Volume-1476870940", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/726b47fb-164f-4a0a-b693-e8d080e05c00"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/726b47fb-164f-4a0a-b693-e8d080e05c00"}], "user_id": "5b3b5c28cbdc4e418da5a9496595d8c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "8d8fba403137497e9f370bff68d84058", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003020@storpool#template_virtual"}, {"id": "ffee954d-c47b-4345-9fe7-41bf62bd3350", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:54:15.000000", "updated_at": "2026-06-17T08:54:35.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-origin-1475113592", "description": null, "volume_type": "tempest-scenario-type-luks-1448143951", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/ffee954d-c47b-4345-9fe7-41bf62bd3350"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/ffee954d-c47b-4345-9fe7-41bf62bd3350"}], "user_id": "c7a6f4336eb246608069a9d7d23098b6", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ffee954d-c47b-4345-9fe7-41bf62bd3350", "attachment_id": "44a08123-f90d-4dd4-bea0-204df36d1599", "volume_id": "ffee954d-c47b-4345-9fe7-41bf62bd3350", "server_id": "2877243e-1c58-4fec-ace4-5e70e0711db2", "host_name": "np0000003020", "device": "/dev/vda", "attached_at": "2026-06-17T08:54:34.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "1479534beb0e4c7ab4603c102bc9310d", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003020@storpool#template_virtual", "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "30c41b61-10b6-41c3-9881-6126f2a17f5d", "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"}}, {"id": "af6b50bc-2bbe-408a-8660-e445b85ccde5", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T08:53:43.000000", "updated_at": "2026-06-17T08:53:51.000000", "name": "tempest-TestMinimumBasicScenario-volume-1849634976", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.148/volume/v3/volumes/af6b50bc-2bbe-408a-8660-e445b85ccde5"}, {"rel": "bookmark", "href": "https://10.4.3.148/volume/volumes/af6b50bc-2bbe-408a-8660-e445b85ccde5"}], "user_id": "60ec0e0448a84741a3d087d214577baa", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "af6b50bc-2bbe-408a-8660-e445b85ccde5", "attachment_id": "59880b42-f993-455e-8261-f878934ca740", "volume_id": "af6b50bc-2bbe-408a-8660-e445b85ccde5", "server_id": "a8d177f5-4622-401b-b4f6-94ef98617c53", "host_name": "np0000003020", "device": "/dev/vdb", "attached_at": "2026-06-17T08:53:47.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "1359c1b56df040e1a09525dae79d07d1", "os-vol-mig-sta
2026-06-17 08:54:44,663 106130 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d 0.041s
2026-06-17 08:54:44,663 106130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 08:54:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7269937-ba33-49bd-837e-743f9fd2bfb0', 'x-openstack-request-id': 'req-a7269937-ba33-49bd-837e-743f9fd2bfb0', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.148/volume/v3/volumes/94bd3dea-22e7-44be-a106-aad02114421d'}
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/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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, 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-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 993, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume 94bd3dea-22e7-44be-a106-aad02114421d within the required time (196 s). Timer started at 1781686288. Timer ended at 1781686484. Waited for 196 s.
}}}
traceback-3: {{{
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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, 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_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, 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 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt4.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume]
|
||||||
test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume] |
pass
pt4.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume]
|
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
pass
pt4.5: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]
|
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
pass
pt4.6: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]
|
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt4.7: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]
|
||||||
| cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372] |
pass
pt5.1: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372]
|
||||||
test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13] |
pass
pt5.2: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13]
|
||||||
test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587] |
pass
pt5.3: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587]
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest.test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt8.1: 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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt9.1: 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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt10.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]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306] |
pass
pt11.1: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306]
|
||||||
test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7] |
pass
pt11.2: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7]
|
||||||
test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98] |
pass
pt11.3: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98]
|
||||||
test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15] |
pass
pt11.4: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a] |
pass
pt12.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a]
|
||||||
test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1] |
pass
pt12.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt12.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] |
pass
pt12.4: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt13.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume] |
pass
pt13.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume]
|
||||||
test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume] |
pass
pt13.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] |
pass
pt14.1: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d]
|
||||||
test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] |
pass
pt14.2: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt15.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
pt15.2: 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.SnapshotDataIntegrityTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] |
pass
pt16.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt17.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume] |
pass
pt18.1: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume]
|
||||||
test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume] |
pass
pt18.2: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 1 | 0 | 0 | 0 | 1 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesAdminTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt21.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 1 | 0 | 0 | 0 | 1 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 1 | 0 | 0 | 0 | 1 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiattachTests) |
skip
pt25.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveAutoBlockMigrationV225Test) |
skip
pt26.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt26.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt26.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt27.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
pt28.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
pt29.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
pt30.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
pt31.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt33.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt34.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt34.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt35.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt36.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt37.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| 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
pt38.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt39.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] |
pass
pt39.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]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt40.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt42.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt43.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt44.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
pass
pt44.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt45.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt46.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt47.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt47.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt48.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt49.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt49.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt50.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt50.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt51.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt51.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt52.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt52.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt53.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt53.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt53.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| 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
pt54.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
pt55.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.image.v2.test_images_dependency.ImageDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
pass
pt58.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume]
|
||||||
| 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
pt59.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
pt59.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
pt60.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
pt60.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
pt60.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
pt61.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt65.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| 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 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt80.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]
|
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt80.2: 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.3: 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.4: 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.5: 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_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt84.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt84.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
pt84.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
pt84.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
pt84.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
pt84.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt85.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]
|
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt85.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]
|
||||||
| 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
pt86.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
pt87.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
pt88.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
pt89.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
pt90.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
pt90.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
pt91.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
pt91.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt97.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
pt97.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_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt98.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt98.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt98.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
pt98.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
pt98.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
pt98.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt99.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]
|
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt99.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image]
|
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt99.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6]
|
||||||
test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e] |
pass
pt99.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt100.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt101.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]
|
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt101.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| 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
pt102.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.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt103.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt104.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
pt104.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 | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt105.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_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt105.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt105.3: 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
pt106.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt108.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt109.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt109.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt109.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt109.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt109.5: 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
pt109.6: 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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt111.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
pt111.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
pt111.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
pt111.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
pt111.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
pt111.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt112.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]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
pass
pt113.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt113.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt114.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt115.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt116.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt117.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] |
pass
pt118.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume]
|
||||||
| Total | 322 | 294 | 4 | 0 | 24 | ||