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 d39a7e6e-42f3-40d5-9e52-3b572e9ecb4d: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 0 | 1 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
fail
ft2.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-28 12:04:19,823 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 202 POST https://10.4.3.127/volume/v3/volumes 0.308s
2026-05-28 12:04:19,823 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendAttachedTest-Volume-707351493"}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8332c852-bc56-44e5-bfff-03bf79563507', 'content-length': '773', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8332c852-bc56-44e5-bfff-03bf79563507', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/volume/v3/volumes'}
Body: b'{"volume": {"id": "3f78f814-00e2-43a7-ab0e-1bcac6874ed4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:19.769543", "updated_at": null, "name": "tempest-VolumesExtendAttachedTest-Volume-707351493", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}], "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}'
2026-05-28 12:04:19,870 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4 0.039s
2026-05-28 12:04:19,870 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bdc2ad-6af5-4429-9fe7-8fcd12b6ee5c', 'content-length': '841', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bdc2ad-6af5-4429-9fe7-8fcd12b6ee5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4'}
Body: b'{"volume": {"id": "3f78f814-00e2-43a7-ab0e-1bcac6874ed4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:20.000000", "updated_at": null, "name": "tempest-VolumesExtendAttachedTest-Volume-707351493", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}], "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce114526b7b84734ace0232363c22781"}}'
2026-05-28 12:04:20,914 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4 0.038s
2026-05-28 12:04:20,914 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bcc42b5-947a-4a3b-8f3e-25a6e663c24f', 'content-length': '866', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bcc42b5-947a-4a3b-8f3e-25a6e663c24f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4'}
Body: b'{"volume": {"id": "3f78f814-00e2-43a7-ab0e-1bcac6874ed4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:20.000000", "updated_at": "2026-05-28T12:04:20.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-707351493", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}], "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce114526b7b84734ace0232363c22781"}}'
2026-05-28 12:04:20,920 106221 INFO [tempest.common.waiters] volume 3f78f814-00e2-43a7-ab0e-1bcac6874ed4 reached available after waiting for 1.920226 seconds
2026-05-28 12:04:20,920 106221 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-28 12:04:20,920 106221 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-28 12:04:20,962 106221 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.127/compute/v2.1/os-keypairs 0.041s
2026-05-28 12:04:20,962 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1709987906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAxCTPwUzKQ+5n8F5ZsoAJ3eYia0nQlYTEvDQK04LdTb9BmC3LTDULf7GtluzOKMhV8ENpupY7ush7xeEnmJMrqs5/XrLZ1NRg3OlW9Z/ovBIkZuOl05vEL6yMmNxnXMPg=="}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:20 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-663ab119-0a1c-4b1a-bf78-a3e968b13e55', 'x-compute-request-id': 'req-663ab119-0a1c-4b1a-bf78-a3e968b13e55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1709987906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAxCTPwUzKQ+5n8F5ZsoAJ3eYia0nQlYTEvDQK04LdTb9BmC3LTDULf7GtluzOKMhV8ENpupY7ush7xeEnmJMrqs5/XrLZ1NRg3OlW9Z/ovBIkZuOl05vEL6yMmNxnXMPg==", "fingerprint": "65:26:4d:45:6a:0a:33:bf:40:2d:5e:82:c8:30:21:ee", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61"}}'
2026-05-28 12:04:20,963 106221 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1709987906 created
2026-05-28 12:04:21,265 106221 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.127/networking/v2.0/security-groups 0.301s
2026-05-28 12:04:21,265 106221 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--839944269", "description": "tempest-description--2001142178"}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-476960b8-f2b6-4e52-8570-67318d5e09a6', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "391e6688-10c5-403d-ac98-5d21695394b4", "name": "tempest-securitygroup--839944269", "stateful": true, "tenant_id": "ce114526b7b84734ace0232363c22781", "project_id": "ce114526b7b84734ace0232363c22781", "description": "tempest-description--2001142178", "shared": false, "security_group_rules": [{"id": "092f243f-51ad-4b10-aa78-994368367522", "project_id": "ce114526b7b84734ace0232363c22781", "security_group_id": "391e6688-10c5-403d-ac98-5d21695394b4", "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": 1599, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T12:04:21Z", "updated_at": "2026-05-28T12:04:21Z", "revision_number": 0, "tenant_id": "ce114526b7b84734ace0232363c22781"}, {"id": "e9103dc1-68d0-4f22-bec7-74cb0a1734f7", "project_id": "ce114526b7b84734ace0232363c22781", "security_group_id": "391e6688-10c5-403d-ac98-5d21695394b4", "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": 1600, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T12:04:21Z", "updated_at": "2026-05-28T12:04:21Z", "revision_number": 0, "tenant_id": "ce114526b7b84734ace0232363c22781"}], "tags": [], "created_at": "2026-05-28T12:04:21Z", "updated_at": "2026-05-28T12:04:21Z", "revision_number": 1}}'
2026-05-28 12:04:21,377 106221 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.127/networking/v2.0/security-group-rules 0.112s
2026-05-28 12:04:21,377 106221 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": "391e6688-10c5-403d-ac98-5d21695394b4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8105fd70-7364-4b98-a60e-778c689edbe3', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "2ebf298a-1053-45a3-9942-61a8ed8536bd", "project_id": "ce114526b7b84734ace0232363c22781", "security_group_id": "391e6688-10c5-403d-ac98-5d21695394b4", "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-05-28T12:04:21Z", "updated_at": "2026-05-28T12:04:21Z", "revision_number": 0, "tenant_id": "ce114526b7b84734ace0232363c22781"}}'
2026-05-28 12:04:21,604 106221 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.127/networking/v2.0/security-group-rules 0.226s
2026-05-28 12:04:21,604 106221 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": "391e6688-10c5-403d-ac98-5d21695394b4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ccb757ac-f64a-4e16-a549-37891b003021', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3b1b0e96-86c1-4fd0-945d-6eb21cf875df", "project_id": "ce114526b7b84734ace0232363c22781", "security_group_id": "391e6688-10c5-403d-ac98-5d21695394b4", "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-05-28T12:04:21Z", "updated_at": "2026-05-28T12:04:21Z", "revision_number": 0, "tenant_id": "ce114526b7b84734ace0232363c22781"}}'
2026-05-28 12:04:21,604 106221 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--839944269 created
2026-05-28 12:04:22,439 106221 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.127/networking/v2.0/floatingips 0.834s
2026-05-28 12:04:22,439 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "3aacb064-ab25-45d0-ab61-5538b12050de"}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-287cf6ba-9fee-4367-8aec-0d6acfb08bc4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "258caeb1-93f4-46b2-8399-764a7da57dad", "tenant_id": "ce114526b7b84734ace0232363c22781", "project_id": "ce114526b7b84734ace0232363c22781", "floating_ip_address": "172.24.5.225", "floating_network_id": "3aacb064-ab25-45d0-ab61-5538b12050de", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T12:04:22Z", "updated_at": "2026-05-28T12:04:22Z", "revision_number": 0}}'
2026-05-28 12:04:22,439 106221 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '258caeb1-93f4-46b2-8399-764a7da57dad', 'tenant_id': 'ce114526b7b84734ace0232363c22781', 'project_id': 'ce114526b7b84734ace0232363c22781', 'floating_ip_address': '172.24.5.225', 'floating_network_id': '3aacb064-ab25-45d0-ab61-5538b12050de', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-28T12:04:22Z', 'updated_at': '2026-05-28T12:04:22Z', 'revision_number': 0, 'ip': '172.24.5.225'} created
2026-05-28 12:04:22,508 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 201 POST https://10.4.3.127/identity/v3/auth/tokens 0.064s
2026-05-28 12:04:22,508 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2946', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-58854035-f386-4e1c-a221-41943460cff1', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "00f4a603eedc4f86ba5cadaded6a2d61", "name": "tempest-VolumesExtendAttachedTest-1885778881-project-member", "password_expires_at": null}, "audit_ids": ["2IGNzAqoTIi2a1g3mhApAg"], "expires_at": "2026-05-28T13:04:22.000000Z", "issued_at": "2026-05-28T12:04:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ce114526b7b84734ace0232363c22781", "name": "tempest-VolumesExtendAttachedTest-1885778881"}, "is_domain": false, "roles": [{"id": "9ae5472298c145d592211f50a998ddc1", "name": "member"}, {"id": "fd2674dfa31e4a0684a984b1f9e514f7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "59f86e7b14254e989ed27dc74dc9a6ed", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/compute/v2/ce114526b7b84734ace0232363c22781", "region": "RegionOne"}], "id": "03e198f7c7994182944659bead1cad52", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d51475179b584af2b8957f113337f16b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/compute/v2.1", "region": "RegionOne"}], "id": "38d59ad415fd4cf88a16ce0ed5c3da05", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "2646b3737a5e4a8a9940119244559904", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/networking", "region": "RegionOne"}], "id": "563ed3c9449647cd82da51695816e8b8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "119b90e1cb8f47d8b1ab9dd7828af911", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/placement", "region": "RegionOne"}], "id": "762bc06f6fcf4652b35124898da98d4c", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "81dac1ab43ef4f7683130769a618c3f5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/identity", "region": "RegionOne"}], "id": "7dfdbb1f2cc441d697f571ddf4696ad2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "236f5a87098147fc9796ecfbe5dfdcf0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127:8080/v1/AUTH_ce114526b7b84734ace0232363c22781", "region": "RegionOne"}, {"id": "d85176c21630472eb0f172729fe8b650", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.127:8080", "region": "RegionOne"}], "id": "beade114812744e0863fe01c8354a0cd", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "b879798ce8ce46a2a58ae42ab211a390", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/image", "region": "RegionOne"}], "id": "dc8365277b3947abaa1cf2c07686ebe5", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6f7169e6a25c4fd79d4f836c0aa841d6", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/volume/v3", "region": "RegionOne"}], "id": "ec434e4fe21d42e1a3923f190c03cff3", "type": "block-storage", "name": "cinder"}]}}'
2026-05-28 12:04:22,509 106221 INFO [tempest.lib.common.fixed_network] (VolumesExtendAttachedTest:test_extend_attached_volume) Found network {'id': 'b61fc70a-d51a-4192-a6c9-fd20e43c312e', 'name': 'tempest-VolumesExtendAttachedTest-1051142505-network', 'tenant_id': 'ce114526b7b84734ace0232363c22781', 'project_id': 'ce114526b7b84734ace0232363c22781', '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': 1696, '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-05-28T12:04:08Z', 'updated_at': '2026-05-28T12:04:08Z', 'revision_number': 1} available for tenant
2026-05-28 12:04:22,509 106221 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1709987906', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAxCTPwUzKQ+5n8F5ZsoAJ3eYia0nQlYTEvDQK04LdTb9BmC3LTDULf7GtluzOKMhV8ENpupY7ush7xeEnmJMrqs5/XrLZ1NRg3OlW9Z/ovBIkZuOl05vEL6yMmNxnXMPg==', 'fingerprint': '65:26:4d:45:6a:0a:33:bf:40:2d:5e:82:c8:30:21:ee', 'user_id': '00f4a603eedc4f86ba5cadaded6a2d61', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDARPf7i/3RgQTkeLajc2GMuE0k9jwN2fe5jxvb9IXefDc/SYwtQIB2D\nsqADuGtzCjegBwYFK4EEACKhZANiAAQMQkz8FMykPuZ/BeWbKACd3mImtJ0JWExL\nw0CtOC3U2/QZgty0w1C3+xrZbszijIVfBDabqWO7rIe8XhJ5iTK6rOf16y2dTUYN\nzpVvWf6LwSJGbjpdObxC+sjJjcZ1zD4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '391e6688-10c5-403d-ac98-5d21695394b4', 'name': 'tempest-securitygroup--839944269', 'stateful': True, 'tenant_id': 'ce114526b7b84734ace0232363c22781', 'project_id': 'ce114526b7b84734ace0232363c22781', 'description': 'tempest-description--2001142178', 'shared': False, 'security_group_rules': [{'id': '092f243f-51ad-4b10-aa78-994368367522', 'project_id': 'ce114526b7b84734ace0232363c22781', 'security_group_id': '391e6688-10c5-403d-ac98-5d21695394b4', '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': 1599, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T12:04:21Z', 'updated_at': '2026-05-28T12:04:21Z', 'revision_number': 0, 'tenant_id': 'ce114526b7b84734ace0232363c22781'}, {'id': 'e9103dc1-68d0-4f22-bec7-74cb0a1734f7', 'project_id': 'ce114526b7b84734ace0232363c22781', 'security_group_id': '391e6688-10c5-403d-ac98-5d21695394b4', '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': 1600, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T12:04:21Z', 'updated_at': '2026-05-28T12:04:21Z', 'revision_number': 0, 'tenant_id': 'ce114526b7b84734ace0232363c22781'}], 'tags': [], 'created_at': '2026-05-28T12:04:21Z', 'updated_at': '2026-05-28T12:04:21Z', 'revision_number': 1}, 'floating_ip': {'id': '258caeb1-93f4-46b2-8399-764a7da57dad', 'tenant_id': 'ce114526b7b84734ace0232363c22781', 'project_id': 'ce114526b7b84734ace0232363c22781', 'floating_ip_address': '172.24.5.225', 'floating_network_id': '3aacb064-ab25-45d0-ab61-5538b12050de', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-28T12:04:22Z', 'updated_at': '2026-05-28T12:04:22Z', 'revision_number': 0, 'ip': '172.24.5.225'}}
2026-05-28 12:04:23,198 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 202 POST https://10.4.3.127/compute/v2.1/servers 0.689s
2026-05-28 12:04:23,198 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesExtendAttachedTest-instance-282149091", "imageRef": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "flavorRef": "42", "networks": [{"uuid": "b61fc70a-d51a-4192-a6c9-fd20e43c312e"}], "security_groups": [{"name": "tempest-securitygroup--839944269"}], "key_name": "tempest-keypair-1709987906", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '405', 'location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2', '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-a368428d-2eba-43f5-b2c5-c212867c2e03', 'x-compute-request-id': 'req-a368428d-2eba-43f5-b2c5-c212867c2e03', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/compute/v2.1/servers'}
Body: b'{"server": {"id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--839944269"}], "adminPass": "N7UXj7NfGwu2"}}'
2026-05-28 12:04:23,272 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.072s
2026-05-28 12:04:23,273 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1242', '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-70e98973-2b56-485c-aab2-413fad0a70ba', 'x-compute-request-id': 'req-70e98973-2b56-485c-aab2-413fad0a70ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1709987906", "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-05-28 12:04:24,366 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.086s
2026-05-28 12:04:24,366 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1246', '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-eea1d514-d74c-40cd-a205-4e3820c68ad1', 'x-compute-request-id': 'req-eea1d514-d74c-40cd-a205-4e3820c68ad1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "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-05-28 12:04:25,453 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.081s
2026-05-28 12:04:25,453 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', '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-89d75c0f-9741-4ed8-be55-c81d01e5b99d', 'x-compute-request-id': 'req-89d75c0f-9741-4ed8-be55-c81d01e5b99d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "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-05-28 12:04:25,461 106221 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-28 12:04:26,553 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.092s
2026-05-28 12:04:26,553 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', '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-72c6cc69-ce64-4c64-9895-d720b42aeefb', 'x-compute-request-id': 'req-72c6cc69-ce64-4c64-9895-d720b42aeefb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "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-05-28 12:04:27,639 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.080s
2026-05-28 12:04:27,639 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1294', '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-91fe13c9-f15f-47e2-a24d-d2f5337ba43d', 'x-compute-request-id': 'req-91fe13c9-f15f-47e2-a24d-d2f5337ba43d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "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-05-28 12:04:28,729 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.083s
2026-05-28 12:04:28,729 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1294', '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-57a1bcca-5b19-4087-9bc7-c4351a6f970d', 'x-compute-request-id': 'req-57a1bcca-5b19-4087-9bc7-c4351a6f970d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:27Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "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-05-28 12:04:29,942 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.205s
2026-05-28 12:04:29,942 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1369', '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-1e01d7d8-801b-45e1-9638-7c3208254e01', 'x-compute-request-id': 'req-1e01d7d8-801b-45e1-9638-7c3208254e01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:04:29,948 106221 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-05-28 12:04:31,144 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.195s
2026-05-28 12:04:31,144 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', '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-286ab429-5e3e-4deb-af60-d6313aee1b1a', 'x-compute-request-id': 'req-286ab429-5e3e-4deb-af60-d6313aee1b1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:04:31,153 106221 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-05-28 12:04:32,325 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.172s
2026-05-28 12:04:32,325 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', '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-05929272-42f4-4f10-a60d-35b03d8962f3', 'x-compute-request-id': 'req-05929272-42f4-4f10-a60d-35b03d8962f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:04:33,499 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.169s
2026-05-28 12:04:33,500 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', '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-bd7450a9-806b-4686-9ba0-9a730ffe3029', 'x-compute-request-id': 'req-bd7450a9-806b-4686-9ba0-9a730ffe3029', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:04:34,660 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.155s
2026-05-28 12:04:34,660 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', '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-fe61eb07-ec86-4968-8951-759a7cdcc6d6', 'x-compute-request-id': 'req-fe61eb07-ec86-4968-8951-759a7cdcc6d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:04:35,861 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.195s
2026-05-28 12:04:35,862 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', '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-841cfec9-e312-470d-9a6d-5522dc029ffb', 'x-compute-request-id': 'req-841cfec9-e312-470d-9a6d-5522dc029ffb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:04:37,031 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.163s
2026-05-28 12:04:37,032 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1367', '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-7db11f3b-5cfa-4396-8e9c-70fefdad327c', 'x-compute-request-id': 'req-7db11f3b-5cfa-4396-8e9c-70fefdad327c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "BUILD", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:04:38,188 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.150s
2026-05-28 12:04:38,188 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1556', '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-a81e1ac1-1601-49af-9b50-f304bcd8c7b8', 'x-compute-request-id': 'req-a81e1ac1-1601-49af-9b50-f304bcd8c7b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-1051142505-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:d9:19"}]}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "ACTIVE", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:04:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": "2026-05-28T12:04:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:04:38,193 106221 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-05-28 12:04:38,319 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2/os-interface 0.125s
2026-05-28 12:04:38,319 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '282', '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-8cae219d-eb9c-4de8-adf7-79ba1e804dbe', 'x-compute-request-id': 'req-8cae219d-eb9c-4de8-adf7-79ba1e804dbe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "b61fc70a-d51a-4192-a6c9-fd20e43c312e", "port_id": "2f714f82-e1f5-4544-9a19-6b74f0396968", "mac_addr": "fa:16:3e:d4:d9:19", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dd40ef59-ad22-4afa-87f1-1b97e19795b3", "ip_address": "10.1.0.3"}]}]}'
2026-05-28 12:04:38,925 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 200 PUT https://10.4.3.127/networking/v2.0/floatingips/258caeb1-93f4-46b2-8399-764a7da57dad 0.602s
2026-05-28 12:04:38,926 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "2f714f82-e1f5-4544-9a19-6b74f0396968"}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-5cba25da-ef49-46f2-a88d-e04c7eabe01c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/networking/v2.0/floatingips/258caeb1-93f4-46b2-8399-764a7da57dad'}
Body: b'{"floatingip": {"id": "258caeb1-93f4-46b2-8399-764a7da57dad", "tenant_id": "ce114526b7b84734ace0232363c22781", "project_id": "ce114526b7b84734ace0232363c22781", "floating_ip_address": "172.24.5.225", "floating_network_id": "3aacb064-ab25-45d0-ab61-5538b12050de", "router_id": "4e36ee75-1ec5-4b77-ad9b-a2e16b873868", "port_id": "2f714f82-e1f5-4544-9a19-6b74f0396968", "fixed_ip_address": "10.1.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b61fc70a-d51a-4192-a6c9-fd20e43c312e", "mac_address": "fa:16:3e:d4:d9:19", "admin_state_up": true, "status": "ACTIVE", "device_id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T12:04:22Z", "updated_at": "2026-05-28T12:04:38Z", "revision_number": 1}}'
2026-05-28 12:04:38,926 106221 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.225:22' as 'cirros' with public key authentication
2026-05-28 12:05:14,768 106221 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-28 12:05:14,921 106221 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-28 12:05:14,922 106221 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.225 successfully created
2026-05-28 12:05:18,559 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:test_extend_attached_volume): 500 POST https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2/os-volume_attachments 3.636s
2026-05-28 12:05:18,559 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "3f78f814-00e2-43a7-ab0e-1bcac6874ed4", "device": "/dev/vdb"}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:14 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': '149', 'x-openstack-request-id': 'req-bd55975a-e8f2-4207-8c0f-ed0fd8cb8f43', 'x-compute-request-id': 'req-bd55975a-e8f2-4207-8c0f-ed0fd8cb8f43', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2/os-volume_attachments'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_messaging.rpc.client.RemoteError\'>"}}'
2026-05-28 12:05:18,802 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 204 DELETE https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.241s
2026-05-28 12:05:18,802 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:18 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-88525c72-6e69-49cc-adbe-56d05907126a', 'x-compute-request-id': 'req-88525c72-6e69-49cc-adbe-56d05907126a', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b''
2026-05-28 12:05:19,337 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.535s
2026-05-28 12:05:19,337 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:18 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-1423e25f-67f2-4b97-9c4c-4beae18b589a', 'x-compute-request-id': 'req-1423e25f-67f2-4b97-9c4c-4beae18b589a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-1051142505-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:d9:19"}, {"version": 4, "addr": "172.24.5.225", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:d9:19"}]}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "ACTIVE", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:05:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": "2026-05-28T12:04:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:05:20,579 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.235s
2026-05-28 12:05:20,580 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:20 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-f41d8183-9f63-41a3-8fc5-ad93661c9e47', 'x-compute-request-id': 'req-f41d8183-9f63-41a3-8fc5-ad93661c9e47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-1051142505-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:d9:19"}, {"version": 4, "addr": "172.24.5.225", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:d9:19"}]}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "ACTIVE", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:05:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": "2026-05-28T12:04:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--839944269"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:05:21,686 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.100s
2026-05-28 12:05:21,686 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:21 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-e90c48a7-b738-4853-b9c3-3359dd81e9ac', 'x-compute-request-id': 'req-e90c48a7-b738-4853-b9c3-3359dd81e9ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesExtendAttachedTest-1051142505-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:d9:19"}, {"version": 4, "addr": "172.24.5.225", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d4:d9:19"}]}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "ACTIVE", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:05:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": "2026-05-28T12:04:37.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-05-28 12:05:22,792 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.101s
2026-05-28 12:05:22,792 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1327', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca3276d0-4f30-4206-85af-f746eaba11ac', 'x-compute-request-id': 'req-ca3276d0-4f30-4206-85af-f746eaba11ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "ACTIVE", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:05:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": "2026-05-28T12:04:37.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-05-28 12:05:23,892 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.092s
2026-05-28 12:05:23,892 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1332', '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-3257c37a-9bd7-4598-a580-b05be33322aa', 'x-compute-request-id': 'req-3257c37a-9bd7-4598-a580-b05be33322aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "DELETED", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:05:23Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": "2026-05-28T12:04:37.000000", "OS-SRV-USG:terminated_at": "2026-05-28T12:05:22.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-05-28 12:05:23,897 106221 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2026-05-28 12:05:24,992 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.094s
2026-05-28 12:05:24,992 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1332', '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-5ee54b5f-2294-44a8-9d9b-f40558700fd0', 'x-compute-request-id': 'req-5ee54b5f-2294-44a8-9d9b-f40558700fd0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:23Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "9a220cac40f827c97f512e06928392767651b30f0a294022fd5448cd", "id": "bb3136af-bcdd-44ff-a96f-f42eb8ea58f2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2"}], "metadata": {}, "name": "tempest-VolumesExtendAttachedTest-instance-282149091", "status": "DELETED", "tenant_id": "ce114526b7b84734ace0232363c22781", "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "updated": "2026-05-28T12:05:23Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1709987906", "OS-SRV-USG:launched_at": "2026-05-28T12:04:37.000000", "OS-SRV-USG:terminated_at": "2026-05-28T12:05:22.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-05-28 12:05:26,022 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 404 GET https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 0.024s
2026-05-28 12:05:26,022 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 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-b41448f8-bac5-46a4-968f-b88abae4a814', 'x-compute-request-id': 'req-b41448f8-bac5-46a4-968f-b88abae4a814', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/bb3136af-bcdd-44ff-a96f-f42eb8ea58f2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bb3136af-bcdd-44ff-a96f-f42eb8ea58f2 could not be found."}}'
2026-05-28 12:05:26,052 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 202 DELETE https://10.4.3.127/compute/v2.1/os-keypairs/tempest-keypair-1709987906 0.029s
2026-05-28 12:05:26,052 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 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-57a3fda0-cfd7-4dfc-82ea-3dae61bf2272', 'x-compute-request-id': 'req-57a3fda0-cfd7-4dfc-82ea-3dae61bf2272', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/compute/v2.1/os-keypairs/tempest-keypair-1709987906'}
Body: b''
2026-05-28 12:05:26,167 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 204 DELETE https://10.4.3.127/networking/v2.0/security-groups/391e6688-10c5-403d-ac98-5d21695394b4 0.115s
2026-05-28 12:05:26,167 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-14aae1ab-5c39-4375-a917-24b69b8c926f', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.127/networking/v2.0/security-groups/391e6688-10c5-403d-ac98-5d21695394b4'}
Body: b''
2026-05-28 12:05:26,181 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 404 GET https://10.4.3.127/networking/v2.0/security-groups/391e6688-10c5-403d-ac98-5d21695394b4 0.013s
2026-05-28 12:05:26,181 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-f56f6072-8a90-453f-9350-0aaf14936495', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.127/networking/v2.0/security-groups/391e6688-10c5-403d-ac98-5d21695394b4'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 391e6688-10c5-403d-ac98-5d21695394b4 does not exist", "detail": ""}}'
2026-05-28 12:05:26,383 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 204 DELETE https://10.4.3.127/networking/v2.0/floatingips/258caeb1-93f4-46b2-8399-764a7da57dad 0.202s
2026-05-28 12:05:26,384 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f87f6e61-0257-4706-8ad3-133758adb6f7', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.127/networking/v2.0/floatingips/258caeb1-93f4-46b2-8399-764a7da57dad'}
Body: b''
2026-05-28 12:05:26,405 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4 0.021s
2026-05-28 12:05:26,405 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1b643c5-2cc8-4133-b241-9b5d8c310f31', 'content-length': '866', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1b643c5-2cc8-4133-b241-9b5d8c310f31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4'}
Body: b'{"volume": {"id": "3f78f814-00e2-43a7-ab0e-1bcac6874ed4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:20.000000", "updated_at": "2026-05-28T12:04:20.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-707351493", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}], "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce114526b7b84734ace0232363c22781"}}'
2026-05-28 12:05:26,453 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 202 DELETE https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4 0.043s
2026-05-28 12:05:26,453 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1e91ca-a666-4426-92e2-7f1b44ba5ccf', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4'}
Body: b''
2026-05-28 12:05:26,477 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4 0.023s
2026-05-28 12:05:26,477 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1142a51c-3e9c-48b2-a4ef-8d9108156455', 'content-length': '865', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1142a51c-3e9c-48b2-a4ef-8d9108156455', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4'}
Body: b'{"volume": {"id": "3f78f814-00e2-43a7-ab0e-1bcac6874ed4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:20.000000", "updated_at": "2026-05-28T12:05:26.000000", "name": "tempest-VolumesExtendAttachedTest-Volume-707351493", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4"}], "user_id": "00f4a603eedc4f86ba5cadaded6a2d61", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ce114526b7b84734ace0232363c22781"}}'
2026-05-28 12:05:27,501 106221 INFO [tempest.lib.common.rest_client] Request (VolumesExtendAttachedTest:_run_cleanups): 404 GET https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4 0.016s
2026-05-28 12:05:27,501 106221 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.42', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.42', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a6996d5-08cf-43ff-9b49-393e3ab1091f', 'x-openstack-request-id': 'req-5a6996d5-08cf-43ff-9b49-393e3ab1091f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.127/volume/v3/volumes/3f78f814-00e2-43a7-ab0e-1bcac6874ed4'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3f78f814-00e2-43a7-ab0e-1bcac6874ed4 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 195, in test_extend_attached_volume
self._test_extend_attached_volume(volume)
File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 122, in _test_extend_attached_volume
self.attach_volume(server['id'], volume['id'])
File "/opt/stack/tempest/tempest/api/volume/base.py", line 242, in attach_volume
self.servers_client.attach_volume(
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 470, in attach_volume
resp, body = self.post('servers/%s/os-volume_attachments' % server_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 317, in post
resp_header, resp_body = self.request(
^^^^^^^^^^^^^
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_messaging.rpc.client.RemoteError'>
|
||||||
| 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
pt3.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
pt3.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
ft3.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-05-28 11:56:59,499 106229 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-2140801820 on backend None
2026-05-28 11:56:59,525 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.127/volume/v3/types 0.026s
2026-05-28 11:56:59,526 106229 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-2140801820", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5121608-e470-4d57-ab65-3d3247326be5', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5121608-e470-4d57-ab65-3d3247326be5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/types'}
Body: b'{"volume_type": {"id": "5976a2ce-ef75-4a63-aa72-ed4961a7464f", "name": "tempest-scenario-type-luksv2-2140801820", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-28 11:56:59,527 106229 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 5976a2ce-ef75-4a63-aa72-ed4961a7464f
2026-05-28 11:56:59,581 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.127/volume/v3/types/5976a2ce-ef75-4a63-aa72-ed4961a7464f/encryption 0.053s
2026-05-28 11:56:59,581 106229 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': 'Thu, 28 May 2026 11:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af7b6bea-8ed7-497f-81fe-9f2d7365a475', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af7b6bea-8ed7-497f-81fe-9f2d7365a475', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/types/5976a2ce-ef75-4a63-aa72-ed4961a7464f/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "5976a2ce-ef75-4a63-aa72-ed4961a7464f", "encryption_id": "5cb48055-6b29-41d5-b3d1-87e41e59df89"}}'
2026-05-28 11:56:59,783 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.127/volume/v3/volumes 0.200s
2026-05-28 11:56:59,783 106229 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-324349257", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d10e02d1-5061-4ee0-a3e8-5dced8576caa', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d10e02d1-5061-4ee0-a3e8-5dced8576caa', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/volume/v3/volumes'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:56:59.716238", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 11:56:59,912 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.127/identity/v3/auth/tokens 0.120s
2026-05-28 11:56:59,912 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 11:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2944', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ad6cde8a-680e-4e49-b773-8968a4decf64', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "929eed1ed24945db8982ce1012e2c4e2", "name": "tempest-TestEncryptedCinderVolumes-84825713-project-member", "password_expires_at": null}, "audit_ids": ["CsqGPuetQ4OneXOKKWNtEg"], "expires_at": "2026-05-28T12:56:59.000000Z", "issued_at": "2026-05-28T11:56:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b4d721ff4c647d681f96f393597b18c", "name": "tempest-TestEncryptedCinderVolumes-84825713"}, "is_domain": false, "roles": [{"id": "9ae5472298c145d592211f50a998ddc1", "name": "member"}, {"id": "fd2674dfa31e4a0684a984b1f9e514f7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "59f86e7b14254e989ed27dc74dc9a6ed", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/compute/v2/1b4d721ff4c647d681f96f393597b18c", "region": "RegionOne"}], "id": "03e198f7c7994182944659bead1cad52", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d51475179b584af2b8957f113337f16b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/compute/v2.1", "region": "RegionOne"}], "id": "38d59ad415fd4cf88a16ce0ed5c3da05", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "2646b3737a5e4a8a9940119244559904", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/networking", "region": "RegionOne"}], "id": "563ed3c9449647cd82da51695816e8b8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "119b90e1cb8f47d8b1ab9dd7828af911", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/placement", "region": "RegionOne"}], "id": "762bc06f6fcf4652b35124898da98d4c", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "81dac1ab43ef4f7683130769a618c3f5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/identity", "region": "RegionOne"}], "id": "7dfdbb1f2cc441d697f571ddf4696ad2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "236f5a87098147fc9796ecfbe5dfdcf0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127:8080/v1/AUTH_1b4d721ff4c647d681f96f393597b18c", "region": "RegionOne"}, {"id": "d85176c21630472eb0f172729fe8b650", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.127:8080", "region": "RegionOne"}], "id": "beade114812744e0863fe01c8354a0cd", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "b879798ce8ce46a2a58ae42ab211a390", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/image", "region": "RegionOne"}], "id": "dc8365277b3947abaa1cf2c07686ebe5", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6f7169e6a25c4fd79d4f836c0aa841d6", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/volume/v3", "region": "RegionOne"}], "id": "ec434e4fe21d42e1a3923f190c03cff3", "type": "block-storage", "name": "cinder"}]}}'
2026-05-28 11:56:59,912 106229 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '09d16e39-2b6c-4149-97dc-cc74149d4852', 'name': 'tempest-TestEncryptedCinderVolumes-516762362-network', 'tenant_id': '1b4d721ff4c647d681f96f393597b18c', 'project_id': '1b4d721ff4c647d681f96f393597b18c', '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': 24724, '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-05-28T11:53:49Z', 'updated_at': '2026-05-28T11:53:49Z', 'revision_number': 1} available for tenant
2026-05-28 11:56:59,913 106229 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-28 11:56:59,913 106229 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-28 11:57:00,122 106229 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.127/compute/v2.1/os-keypairs 0.208s
2026-05-28 11:57:00,122 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-370118397", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCQ5hLGirPVjJ2m5rIqq1dVR2fuWkAuXnHTL4aEOIEmqLVx7/PDEcDKqdVnVUytZb4tevGFT2i+Xlb2tkWDs7KkuYbaGYvmBO4atguOgN8KqBuaOBqcDcZWXoOygEX8JtA=="}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c2a08d0-b813-43ee-9927-6a3d851db97f', 'x-compute-request-id': 'req-2c2a08d0-b813-43ee-9927-6a3d851db97f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-370118397", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCQ5hLGirPVjJ2m5rIqq1dVR2fuWkAuXnHTL4aEOIEmqLVx7/PDEcDKqdVnVUytZb4tevGFT2i+Xlb2tkWDs7KkuYbaGYvmBO4atguOgN8KqBuaOBqcDcZWXoOygEX8JtA==", "fingerprint": "d7:51:41:85:71:19:1e:ae:46:dc:88:d7:bd:d4:b1:73", "user_id": "929eed1ed24945db8982ce1012e2c4e2"}}'
2026-05-28 11:57:00,123 106229 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-370118397 created
2026-05-28 11:57:00,765 106229 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.127/networking/v2.0/security-groups 0.641s
2026-05-28 11:57:00,765 106229 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--103141946", "description": "tempest-description--1211339846"}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-9c632b59-63d9-4801-8102-8d2df93f729e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "23f2081d-d17b-4e9a-b143-8a5bf38c5608", "name": "tempest-securitygroup--103141946", "stateful": true, "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "project_id": "1b4d721ff4c647d681f96f393597b18c", "description": "tempest-description--1211339846", "shared": false, "security_group_rules": [{"id": "1204e516-16dd-4cc8-83cc-c90d10655c1d", "project_id": "1b4d721ff4c647d681f96f393597b18c", "security_group_id": "23f2081d-d17b-4e9a-b143-8a5bf38c5608", "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": 1091, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T11:57:00Z", "updated_at": "2026-05-28T11:57:00Z", "revision_number": 0, "tenant_id": "1b4d721ff4c647d681f96f393597b18c"}, {"id": "d4fc502b-3659-4ceb-a5da-2f737b026604", "project_id": "1b4d721ff4c647d681f96f393597b18c", "security_group_id": "23f2081d-d17b-4e9a-b143-8a5bf38c5608", "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": 1090, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T11:57:00Z", "updated_at": "2026-05-28T11:57:00Z", "revision_number": 0, "tenant_id": "1b4d721ff4c647d681f96f393597b18c"}], "tags": [], "created_at": "2026-05-28T11:57:00Z", "updated_at": "2026-05-28T11:57:00Z", "revision_number": 1}}'
2026-05-28 11:57:00,892 106229 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.127/networking/v2.0/security-group-rules 0.126s
2026-05-28 11:57:00,892 106229 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": "23f2081d-d17b-4e9a-b143-8a5bf38c5608", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-89c56f7a-79eb-4695-af07-bc14ef1ed4c3', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d20b3a5f-f2cb-42ad-84b2-c76adf62698f", "project_id": "1b4d721ff4c647d681f96f393597b18c", "security_group_id": "23f2081d-d17b-4e9a-b143-8a5bf38c5608", "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-05-28T11:57:00Z", "updated_at": "2026-05-28T11:57:00Z", "revision_number": 0, "tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:57:01,160 106229 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.127/networking/v2.0/security-group-rules 0.267s
2026-05-28 11:57:01,160 106229 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": "23f2081d-d17b-4e9a-b143-8a5bf38c5608", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ced88c2a-f6a3-4636-a6d4-aaa1ec867a2a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "726a2efe-8127-483f-aea3-973f14de4281", "project_id": "1b4d721ff4c647d681f96f393597b18c", "security_group_id": "23f2081d-d17b-4e9a-b143-8a5bf38c5608", "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-05-28T11:57:01Z", "updated_at": "2026-05-28T11:57:01Z", "revision_number": 0, "tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:57:01,160 106229 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--103141946 created
2026-05-28 11:57:01,951 106229 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.127/networking/v2.0/floatingips 0.790s
2026-05-28 11:57:01,951 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "3aacb064-ab25-45d0-ab61-5538b12050de"}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7513c5d0-9249-4790-81c8-1e4a4d737fe8', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "162454d5-4222-4007-a3d3-6bf427755cef", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "project_id": "1b4d721ff4c647d681f96f393597b18c", "floating_ip_address": "172.24.5.153", "floating_network_id": "3aacb064-ab25-45d0-ab61-5538b12050de", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T11:57:01Z", "updated_at": "2026-05-28T11:57:01Z", "revision_number": 0}}'
2026-05-28 11:57:01,951 106229 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '162454d5-4222-4007-a3d3-6bf427755cef', 'tenant_id': '1b4d721ff4c647d681f96f393597b18c', 'project_id': '1b4d721ff4c647d681f96f393597b18c', 'floating_ip_address': '172.24.5.153', 'floating_network_id': '3aacb064-ab25-45d0-ab61-5538b12050de', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-28T11:57:01Z', 'updated_at': '2026-05-28T11:57:01Z', 'revision_number': 0, 'ip': '172.24.5.153'} created
2026-05-28 11:57:01,951 106229 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-370118397', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCQ5hLGirPVjJ2m5rIqq1dVR2fuWkAuXnHTL4aEOIEmqLVx7/PDEcDKqdVnVUytZb4tevGFT2i+Xlb2tkWDs7KkuYbaGYvmBO4atguOgN8KqBuaOBqcDcZWXoOygEX8JtA==', 'fingerprint': 'd7:51:41:85:71:19:1e:ae:46:dc:88:d7:bd:d4:b1:73', 'user_id': '929eed1ed24945db8982ce1012e2c4e2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAUqppF6oqEGrUPWwciZeOLInr8YPpfvEiKlSicID4Rln9ldZUd1Nq8\neAklh3xqHaOgBwYFK4EEACKhZANiAAQkOYSxoqz1YydpuayKqtXVUdn7lpALl5x0\ny+GhDiBJqi1ce/zwxHAyqnVZ1VMrWW+LXrxhU9ovl5W9rZFg7OypLmG2hmL5gTuG\nrYLjoDfCqgbmjganA3GVl6DsoBF/CbQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '23f2081d-d17b-4e9a-b143-8a5bf38c5608', 'name': 'tempest-securitygroup--103141946', 'stateful': True, 'tenant_id': '1b4d721ff4c647d681f96f393597b18c', 'project_id': '1b4d721ff4c647d681f96f393597b18c', 'description': 'tempest-description--1211339846', 'shared': False, 'security_group_rules': [{'id': '1204e516-16dd-4cc8-83cc-c90d10655c1d', 'project_id': '1b4d721ff4c647d681f96f393597b18c', 'security_group_id': '23f2081d-d17b-4e9a-b143-8a5bf38c5608', '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': 1091, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T11:57:00Z', 'updated_at': '2026-05-28T11:57:00Z', 'revision_number': 0, 'tenant_id': '1b4d721ff4c647d681f96f393597b18c'}, {'id': 'd4fc502b-3659-4ceb-a5da-2f737b026604', 'project_id': '1b4d721ff4c647d681f96f393597b18c', 'security_group_id': '23f2081d-d17b-4e9a-b143-8a5bf38c5608', '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': 1090, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T11:57:00Z', 'updated_at': '2026-05-28T11:57:00Z', 'revision_number': 0, 'tenant_id': '1b4d721ff4c647d681f96f393597b18c'}], 'tags': [], 'created_at': '2026-05-28T11:57:00Z', 'updated_at': '2026-05-28T11:57:00Z', 'revision_number': 1}, 'floating_ip': {'id': '162454d5-4222-4007-a3d3-6bf427755cef', 'tenant_id': '1b4d721ff4c647d681f96f393597b18c', 'project_id': '1b4d721ff4c647d681f96f393597b18c', 'floating_ip_address': '172.24.5.153', 'floating_network_id': '3aacb064-ab25-45d0-ab61-5538b12050de', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-28T11:57:01Z', 'updated_at': '2026-05-28T11:57:01Z', 'revision_number': 0, 'ip': '172.24.5.153'}}
2026-05-28 11:57:07,305 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.127/compute/v2.1/servers 5.353s
2026-05-28 11:57:07,305 106229 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-416328131", "imageRef": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "flavorRef": "42", "networks": [{"uuid": "09d16e39-2b6c-4149-97dc-cc74149d4852"}], "security_groups": [{"name": "tempest-securitygroup--103141946"}], "key_name": "tempest-keypair-370118397", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '405', 'location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2', '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-555cd8cb-a647-49d7-a41e-4bbcbbae3b98', 'x-compute-request-id': 'req-555cd8cb-a647-49d7-a41e-4bbcbbae3b98', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/compute/v2.1/servers'}
Body: b'{"server": {"id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--103141946"}], "adminPass": "P7SUGpipbpkw"}}'
2026-05-28 11:57:08,391 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 1.083s
2026-05-28 11:57:08,391 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', '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-a576db96-ea08-4e47-866b-97b5a3dafe2b', 'x-compute-request-id': 'req-a576db96-ea08-4e47-866b-97b5a3dafe2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-370118397", "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-05-28 11:57:11,174 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 1.776s
2026-05-28 11:57:11,174 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', '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-dc4bee14-98ba-4ec5-8130-654a75d7d51e', 'x-compute-request-id': 'req-dc4bee14-98ba-4ec5-8130-654a75d7d51e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:09Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "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-05-28 11:57:11,182 106229 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-05-28 11:57:14,503 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 2.320s
2026-05-28 11:57:14,503 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1300', '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-7f3fc655-b132-4e9f-9a4f-1cf3399ccdf9', 'x-compute-request-id': 'req-7f3fc655-b132-4e9f-9a4f-1cf3399ccdf9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "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-05-28 11:57:14,509 106229 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-05-28 11:57:16,757 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 1.247s
2026-05-28 11:57:16,757 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-57607336-b716-4529-99ca-13601e5081ff', 'x-compute-request-id': 'req-57607336-b716-4529-99ca-13601e5081ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:16,763 106229 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-05-28 11:57:21,906 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 4.142s
2026-05-28 11:57:21,907 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-497021ce-7541-4757-8ed3-f5451e1e886d', 'x-compute-request-id': 'req-497021ce-7541-4757-8ed3-f5451e1e886d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:23,663 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.748s
2026-05-28 11:57:23,663 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-311aa7ac-6c2e-4ccb-9e71-9521e8a13b60', 'x-compute-request-id': 'req-311aa7ac-6c2e-4ccb-9e71-9521e8a13b60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:24,966 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.295s
2026-05-28 11:57:24,966 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-20b9a90e-fda5-442d-a968-14c573e171bb', 'x-compute-request-id': 'req-20b9a90e-fda5-442d-a968-14c573e171bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:26,241 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.266s
2026-05-28 11:57:26,242 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-8cf61209-d127-4eef-bb97-82858a9be37c', 'x-compute-request-id': 'req-8cf61209-d127-4eef-bb97-82858a9be37c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:27,460 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.208s
2026-05-28 11:57:27,460 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-e1b1c46a-6841-45a8-baf0-2233524a9120', 'x-compute-request-id': 'req-e1b1c46a-6841-45a8-baf0-2233524a9120', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:28,822 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.351s
2026-05-28 11:57:28,822 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-6ae94602-f23b-4b80-a906-fe1166400280', 'x-compute-request-id': 'req-6ae94602-f23b-4b80-a906-fe1166400280', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:30,109 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.280s
2026-05-28 11:57:30,110 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-c48bab49-9ab9-41a0-9cca-7c033c741dc0', 'x-compute-request-id': 'req-c48bab49-9ab9-41a0-9cca-7c033c741dc0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:31,539 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.419s
2026-05-28 11:57:31,539 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', '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-90591745-817f-4e84-8201-7cb3e3849219', 'x-compute-request-id': 'req-90591745-817f-4e84-8201-7cb3e3849219', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "BUILD", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:32,826 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.275s
2026-05-28 11:57:32,826 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1554', '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-c8feaff8-8962-4e68-8e45-56133ca75d51', 'x-compute-request-id': 'req-c8feaff8-8962-4e68-8e45-56133ca75d51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-516762362-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}]}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "ACTIVE", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": "2026-05-28T11:57:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:57:32,835 106229 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 24 second wait
2026-05-28 11:57:33,145 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2/os-interface 0.309s
2026-05-28 11:57:33,146 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '282', '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-967f2447-17c6-45bc-8027-5d1cebefc5c1', 'x-compute-request-id': 'req-967f2447-17c6-45bc-8027-5d1cebefc5c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "09d16e39-2b6c-4149-97dc-cc74149d4852", "port_id": "dd624e02-04af-4559-8885-b000413fa1b1", "mac_addr": "fa:16:3e:0e:c0:97", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "3b0f3d87-0a9f-4c30-b2ea-693ee7c3ab84", "ip_address": "10.1.0.8"}]}]}'
2026-05-28 11:57:34,019 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.127/networking/v2.0/floatingips/162454d5-4222-4007-a3d3-6bf427755cef 0.871s
2026-05-28 11:57:34,019 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "dd624e02-04af-4559-8885-b000413fa1b1"}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:57:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-5c3ac184-1e6c-4b32-9f7e-d5b221237000', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/networking/v2.0/floatingips/162454d5-4222-4007-a3d3-6bf427755cef'}
Body: b'{"floatingip": {"id": "162454d5-4222-4007-a3d3-6bf427755cef", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "project_id": "1b4d721ff4c647d681f96f393597b18c", "floating_ip_address": "172.24.5.153", "floating_network_id": "3aacb064-ab25-45d0-ab61-5538b12050de", "router_id": "50c376e9-2fea-4ec1-b59a-631ec802ce84", "port_id": "dd624e02-04af-4559-8885-b000413fa1b1", "fixed_ip_address": "10.1.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "09d16e39-2b6c-4149-97dc-cc74149d4852", "mac_address": "fa:16:3e:0e:c0:97", "admin_state_up": true, "status": "ACTIVE", "device_id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T11:57:01Z", "updated_at": "2026-05-28T11:57:33Z", "revision_number": 1}}'
2026-05-28 11:57:34,020 106229 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.153:22' as 'cirros' with public key authentication
2026-05-28 11:58:09,793 106229 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-28 11:58:09,981 106229 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-28 11:58:09,981 106229 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.153 successfully created
2026-05-28 11:58:10,244 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.263s
2026-05-28 11:58:10,245 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1673', '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-4c1a368c-cf27-470c-a572-ed6c3007bd33', 'x-compute-request-id': 'req-4c1a368c-cf27-470c-a572-ed6c3007bd33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-516762362-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}, {"version": 4, "addr": "172.24.5.153", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}]}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "ACTIVE", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T11:57:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": "2026-05-28T11:57:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 11:58:10,299 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.046s
2026-05-28 11:58:10,299 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b58f6c7-7a15-4e5c-abf3-0578bf0ab208', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b58f6c7-7a15-4e5c-abf3-0578bf0ab208', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:57:00.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:10,306 106229 INFO [tempest.common.waiters] volume 46c53d23-151d-4502-8e5f-3c23992685b9 reached available after waiting for 0.305999 seconds
2026-05-28 11:58:10,344 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:58:10,345 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d7b55a-6b89-4b4f-bf87-0fcc370cffa1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d7b55a-6b89-4b4f-bf87-0fcc370cffa1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:57:00.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:13,099 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2/os-volume_attachments 2.749s
2026-05-28 11:58:13,100 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "46c53d23-151d-4502-8e5f-3c23992685b9"}}
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:10 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-9babd0f8-8eb3-4033-95f3-e2bbf7d3d416', 'x-compute-request-id': 'req-9babd0f8-8eb3-4033-95f3-e2bbf7d3d416', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "serverId": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "volumeId": "46c53d23-151d-4502-8e5f-3c23992685b9", "device": "/dev/vdb"}}'
2026-05-28 11:58:13,138 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 11:58:13,138 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cbc5cfa-c43c-4a04-a830-3fdd79b42fe0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cbc5cfa-c43c-4a04-a830-3fdd79b42fe0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:13.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:14,200 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.053s
2026-05-28 11:58:14,200 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fc8b3b8-c06e-4df3-87ab-7c56cafe5526', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fc8b3b8-c06e-4df3-87ab-7c56cafe5526', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:15,245 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 11:58:15,246 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-810082fd-fcea-459a-a331-6e41f8e2e2eb', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-810082fd-fcea-459a-a331-6e41f8e2e2eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:16,291 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:58:16,291 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5f07aaa-22ff-4152-b24f-3b1f01bd3cab', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5f07aaa-22ff-4152-b24f-3b1f01bd3cab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:17,333 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.036s
2026-05-28 11:58:17,333 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb84c8a2-b57d-49ed-a341-fbbbbc598eef', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb84c8a2-b57d-49ed-a341-fbbbbc598eef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:18,374 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.035s
2026-05-28 11:58:18,374 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d6226dc-0715-4548-9bb9-c875839356d1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d6226dc-0715-4548-9bb9-c875839356d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:19,414 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.034s
2026-05-28 11:58:19,414 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccec0167-63f4-4399-9726-ba0daa82a792', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccec0167-63f4-4399-9726-ba0daa82a792', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:20,452 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.031s
2026-05-28 11:58:20,453 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e07c65c-95e6-4974-94f8-264694a64267', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e07c65c-95e6-4974-94f8-264694a64267', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:21,501 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.040s
2026-05-28 11:58:21,502 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f700b01-d21d-47a8-9479-829cf929d08f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f700b01-d21d-47a8-9479-829cf929d08f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:22,550 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:58:22,550 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ed3ef1-faf4-4dd4-9c36-683c279260c2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ed3ef1-faf4-4dd4-9c36-683c279260c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:23,611 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.055s
2026-05-28 11:58:23,611 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8bbb1a0-0b1c-4f87-a4d7-d983df63a0bf', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8bbb1a0-0b1c-4f87-a4d7-d983df63a0bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:24,650 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 11:58:24,650 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98a2b2d3-b34f-4bcf-aa7f-619a445c72e2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98a2b2d3-b34f-4bcf-aa7f-619a445c72e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:25,700 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:58:25,700 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b9dd1d-a819-4bef-8f30-a8429c07c764', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b9dd1d-a819-4bef-8f30-a8429c07c764', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:26,802 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.094s
2026-05-28 11:58:26,802 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37536dca-8cac-4d32-b223-fc5e845d3b06', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37536dca-8cac-4d32-b223-fc5e845d3b06', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:27,843 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.034s
2026-05-28 11:58:27,843 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-823d2a7b-e66e-4662-bfa5-ac733c19d236', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-823d2a7b-e66e-4662-bfa5-ac733c19d236', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:28,903 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.053s
2026-05-28 11:58:28,903 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d359217-9cfe-422b-b514-52abddbc4a43', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d359217-9cfe-422b-b514-52abddbc4a43', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:29,956 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.047s
2026-05-28 11:58:29,956 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14cdc9a2-44d4-41e4-b3c4-0f0e5000f166', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14cdc9a2-44d4-41e4-b3c4-0f0e5000f166', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:31,021 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.054s
2026-05-28 11:58:31,021 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-606e229e-4f79-40a3-bc10-86bc2be2e872', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-606e229e-4f79-40a3-bc10-86bc2be2e872', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:32,181 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.152s
2026-05-28 11:58:32,181 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a80f37c0-9bab-4f24-aae3-36b1949ef88e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a80f37c0-9bab-4f24-aae3-36b1949ef88e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:33,236 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.047s
2026-05-28 11:58:33,236 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b75edf9-81e8-488e-96fd-fd8c27236285', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b75edf9-81e8-488e-96fd-fd8c27236285', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:34,271 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.027s
2026-05-28 11:58:34,271 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55b57367-459a-45a7-9159-29924eba22e8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55b57367-459a-45a7-9159-29924eba22e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:35,317 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:58:35,318 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b50b1cb-f5a8-4525-96ba-b8641e739561', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b50b1cb-f5a8-4525-96ba-b8641e739561', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:36,362 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 11:58:36,362 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aae21906-9a49-43fe-bdfa-e1f4b3f5c1c7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aae21906-9a49-43fe-bdfa-e1f4b3f5c1c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:37,401 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 11:58:37,401 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13128806-33a8-4db1-bebe-0058983ed8cd', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13128806-33a8-4db1-bebe-0058983ed8cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:38,436 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 11:58:38,437 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9af309eb-049e-4e4a-8507-1da199ea4538', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9af309eb-049e-4e4a-8507-1da199ea4538', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:39,483 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:58:39,483 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-139f16a8-6964-44cc-8650-6fd20bfd49ba', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-139f16a8-6964-44cc-8650-6fd20bfd49ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:40,526 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.036s
2026-05-28 11:58:40,527 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88dd11ca-ea2a-41ad-a4ce-b86760da28ed', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88dd11ca-ea2a-41ad-a4ce-b86760da28ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:41,568 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.036s
2026-05-28 11:58:41,568 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed501330-2af4-4f27-a790-7318fbf26a56', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed501330-2af4-4f27-a790-7318fbf26a56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:42,616 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 11:58:42,616 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e15cea1d-a8fb-45e7-870f-39915a06a4c6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e15cea1d-a8fb-45e7-870f-39915a06a4c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:43,652 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 11:58:43,653 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acb1fd22-3dfd-4305-b82c-1c35f768c889', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acb1fd22-3dfd-4305-b82c-1c35f768c889', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:44,698 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.039s
2026-05-28 11:58:44,698 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a33adf6d-500e-498b-9400-4aa8c65f2a0f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a33adf6d-500e-498b-9400-4aa8c65f2a0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:45,738 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.031s
2026-05-28 11:58:45,738 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dc07dff-e422-4238-919a-a569c4d86aac', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc07dff-e422-4238-919a-a569c4d86aac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:46,774 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.031s
2026-05-28 11:58:46,775 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-283efc9a-c47d-4e70-a0c2-85fdb4af99d3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-283efc9a-c47d-4e70-a0c2-85fdb4af99d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:47,810 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 11:58:47,810 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c69e234-8efd-4be2-899c-6acddb42d69c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c69e234-8efd-4be2-899c-6acddb42d69c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:48,855 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:58:48,855 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58108594-b23c-4026-a710-6557a96f0689', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58108594-b23c-4026-a710-6557a96f0689', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:49,891 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.026s
2026-05-28 11:58:49,891 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b94806-c911-41e2-8bda-fed8490a4f68', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b94806-c911-41e2-8bda-fed8490a4f68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:50,929 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 11:58:50,929 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-511944c2-beeb-4dfd-9f12-8516bb86fc4b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-511944c2-beeb-4dfd-9f12-8516bb86fc4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:51,983 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.044s
2026-05-28 11:58:51,983 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5eba78d-0c91-4db6-814c-a8d6a06b9d72', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5eba78d-0c91-4db6-814c-a8d6a06b9d72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:53,028 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.036s
2026-05-28 11:58:53,029 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5d8e52c-21ec-44fa-b6e4-79e8daf5aaa5', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5d8e52c-21ec-44fa-b6e4-79e8daf5aaa5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:54,092 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.054s
2026-05-28 11:58:54,092 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8d918eb-b22d-45b2-8578-1a28388c537b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8d918eb-b22d-45b2-8578-1a28388c537b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:55,143 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.042s
2026-05-28 11:58:55,144 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43051af1-56be-4006-b511-1b4c2dee23c7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43051af1-56be-4006-b511-1b4c2dee23c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:56,199 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.049s
2026-05-28 11:58:56,199 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b69d424d-db8b-4629-a82e-91f6950877f2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b69d424d-db8b-4629-a82e-91f6950877f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:57,253 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.045s
2026-05-28 11:58:57,253 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e9e8dde-f5db-4c45-b65b-f2abb1bcb4e9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e9e8dde-f5db-4c45-b65b-f2abb1bcb4e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:58,312 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.051s
2026-05-28 11:58:58,313 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afcfa307-3e5c-41d6-bab8-ae157e832342', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afcfa307-3e5c-41d6-bab8-ae157e832342', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:58:59,380 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.060s
2026-05-28 11:58:59,380 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:58:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7226dc6e-82a4-48f2-bf4d-a4d28e4ccab7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7226dc6e-82a4-48f2-bf4d-a4d28e4ccab7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:00,431 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.044s
2026-05-28 11:59:00,432 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b1c3171-fa78-47c0-a0d4-a6d2b24b2724', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b1c3171-fa78-47c0-a0d4-a6d2b24b2724', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:01,495 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.051s
2026-05-28 11:59:01,496 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcf4cbc5-8c51-410c-8e60-e0be156b1ac1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcf4cbc5-8c51-410c-8e60-e0be156b1ac1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:02,648 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.139s
2026-05-28 11:59:02,648 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d50f4995-df39-47a5-ba25-00216e72785a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d50f4995-df39-47a5-ba25-00216e72785a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:03,697 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.039s
2026-05-28 11:59:03,697 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12adf3f1-81dd-4276-ac4e-544c6b760e7f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12adf3f1-81dd-4276-ac4e-544c6b760e7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:04,735 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 11:59:04,735 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a258b8fa-c05a-4f57-95a2-df62ffd441b4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a258b8fa-c05a-4f57-95a2-df62ffd441b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:05,783 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.039s
2026-05-28 11:59:05,783 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-493d247f-92a0-48e8-a8f1-e0df80787344', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-493d247f-92a0-48e8-a8f1-e0df80787344', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:06,835 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.042s
2026-05-28 11:59:06,835 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-578fcbef-66fc-412e-a0a6-f0387972e036', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-578fcbef-66fc-412e-a0a6-f0387972e036', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:07,892 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.052s
2026-05-28 11:59:07,893 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-901773d1-9d28-4532-bcde-96c1a0e90657', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-901773d1-9d28-4532-bcde-96c1a0e90657', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:08,934 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.028s
2026-05-28 11:59:08,934 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29100ad1-03ff-433c-b6c4-f05817bda952', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29100ad1-03ff-433c-b6c4-f05817bda952', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:09,973 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 11:59:09,974 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d597f87c-3fb7-48be-9dba-473b73e0159a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d597f87c-3fb7-48be-9dba-473b73e0159a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:11,027 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.044s
2026-05-28 11:59:11,028 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df320ead-c843-4a5a-b0db-249e5c2d207a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df320ead-c843-4a5a-b0db-249e5c2d207a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:12,073 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 11:59:12,073 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a818ccec-7b02-4962-a5b5-ade0c9e54907', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a818ccec-7b02-4962-a5b5-ade0c9e54907', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:13,115 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 11:59:13,115 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccac8784-a80a-4361-976b-e865a357f678', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccac8784-a80a-4361-976b-e865a357f678', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:14,160 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:59:14,161 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdbb084b-fa01-4cf2-bbf1-8dfd7c8e0bdf', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdbb084b-fa01-4cf2-bbf1-8dfd7c8e0bdf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:15,202 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 11:59:15,202 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f383b939-1ffb-4690-9df9-61c7a4bf4fab', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f383b939-1ffb-4690-9df9-61c7a4bf4fab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:16,238 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.026s
2026-05-28 11:59:16,239 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb83a5e4-d9a3-480a-9309-07dabda36525', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb83a5e4-d9a3-480a-9309-07dabda36525', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:17,276 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 11:59:17,276 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f07b281-3f6f-4a71-b504-20a2416be966', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f07b281-3f6f-4a71-b504-20a2416be966', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:18,316 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 11:59:18,316 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-073084ac-d31b-4ffa-998e-f67e5d083a87', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-073084ac-d31b-4ffa-998e-f67e5d083a87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:19,358 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.036s
2026-05-28 11:59:19,358 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10461b17-cdb3-4b82-a523-ffb21592bee4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10461b17-cdb3-4b82-a523-ffb21592bee4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:20,406 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.039s
2026-05-28 11:59:20,406 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3168a4-fd47-41ae-8e64-7f951c3148ad', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3168a4-fd47-41ae-8e64-7f951c3148ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:21,456 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 11:59:21,456 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7298cb5-e337-487e-ad49-cc3cda292131', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7298cb5-e337-487e-ad49-cc3cda292131', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:22,494 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.031s
2026-05-28 11:59:22,495 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-968f026c-55ff-4ce3-93d5-39dac050439e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-968f026c-55ff-4ce3-93d5-39dac050439e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:23,522 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.021s
2026-05-28 11:59:23,522 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a53ebc0-75c9-444e-a703-d060c50d8e3d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a53ebc0-75c9-444e-a703-d060c50d8e3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:24,556 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 11:59:24,557 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79a7f018-c494-48f3-9554-b24c056511e0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a7f018-c494-48f3-9554-b24c056511e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:25,626 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.061s
2026-05-28 11:59:25,626 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5374ea8-7be1-4199-9d3a-e863c261fae0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5374ea8-7be1-4199-9d3a-e863c261fae0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:26,674 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:59:26,674 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0788b307-abc0-4c67-9c94-cf8579c3ddee', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0788b307-abc0-4c67-9c94-cf8579c3ddee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:27,710 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.027s
2026-05-28 11:59:27,710 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-572a3901-f5ed-4421-97fd-7346b87e3348', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-572a3901-f5ed-4421-97fd-7346b87e3348', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:28,750 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 11:59:28,750 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b3608e2-b078-4397-ab81-ecf730774360', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b3608e2-b078-4397-ab81-ecf730774360', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:29,792 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.034s
2026-05-28 11:59:29,792 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e93038e6-77a4-407b-b8d5-85583c0bdb94', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e93038e6-77a4-407b-b8d5-85583c0bdb94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:30,831 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 11:59:30,831 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37f378ee-faa8-459b-ac82-d20d541d3362', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37f378ee-faa8-459b-ac82-d20d541d3362', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:31,881 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.042s
2026-05-28 11:59:31,881 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0f41097-6df4-4e16-8b8c-1a6bce19a9f2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0f41097-6df4-4e16-8b8c-1a6bce19a9f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:32,946 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.058s
2026-05-28 11:59:32,946 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcb89eeb-86f7-48a9-bbe5-d5e22286b229', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcb89eeb-86f7-48a9-bbe5-d5e22286b229', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:33,991 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.035s
2026-05-28 11:59:33,991 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a5dc9d5-2ca9-449e-83b3-04823b6b0aec', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a5dc9d5-2ca9-449e-83b3-04823b6b0aec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:35,039 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:59:35,039 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84177ca0-09bc-4fcd-9598-32d741749c3c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84177ca0-09bc-4fcd-9598-32d741749c3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:36,080 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 11:59:36,080 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7b7c0bb-fee7-48c6-b53d-0273211285a3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7b7c0bb-fee7-48c6-b53d-0273211285a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:37,123 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 11:59:37,123 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7dfdab3-6c69-450a-ad17-deb61f70e55b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7dfdab3-6c69-450a-ad17-deb61f70e55b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:38,213 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.077s
2026-05-28 11:59:38,213 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b92227bd-9023-4993-89a2-f6d0aa282419', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b92227bd-9023-4993-89a2-f6d0aa282419', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:39,256 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 11:59:39,256 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93f1c1e9-1e76-4281-82bf-47ed8695c395', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93f1c1e9-1e76-4281-82bf-47ed8695c395', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:40,293 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 11:59:40,293 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27095d88-4279-485a-99d0-7bf8437169f4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27095d88-4279-485a-99d0-7bf8437169f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:41,343 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.043s
2026-05-28 11:59:41,343 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf86ab4b-08a9-46d6-a1c6-74273c63e0a3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf86ab4b-08a9-46d6-a1c6-74273c63e0a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:42,383 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.031s
2026-05-28 11:59:42,383 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-000026a3-a754-4ba8-b544-2bebc2ce010c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-000026a3-a754-4ba8-b544-2bebc2ce010c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:43,435 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.042s
2026-05-28 11:59:43,435 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ca9d771-4aca-4f7c-82e0-8b9c684ef309', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ca9d771-4aca-4f7c-82e0-8b9c684ef309', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:44,491 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.046s
2026-05-28 11:59:44,491 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-694ec000-a154-4251-9b71-902c2b04448f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694ec000-a154-4251-9b71-902c2b04448f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:45,529 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 11:59:45,530 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ae91c10-157b-4855-8f67-d9bcc13aaab2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ae91c10-157b-4855-8f67-d9bcc13aaab2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:46,595 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.058s
2026-05-28 11:59:46,595 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0485acd8-5a83-4578-a8db-a4698eb45131', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0485acd8-5a83-4578-a8db-a4698eb45131', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:47,641 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.040s
2026-05-28 11:59:47,642 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ecc8da0-34b0-48d2-b450-97ed5bece062', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ecc8da0-34b0-48d2-b450-97ed5bece062', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:48,684 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.034s
2026-05-28 11:59:48,684 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db27cd36-7c7c-444f-8174-f7767535af49', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db27cd36-7c7c-444f-8174-f7767535af49', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:49,723 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 11:59:49,723 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b64b8671-b4a0-4432-920a-5406a1a8b666', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b64b8671-b4a0-4432-920a-5406a1a8b666', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:50,767 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.036s
2026-05-28 11:59:50,767 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e41386ff-c6c2-4e77-819a-4b95e02f0dfb', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e41386ff-c6c2-4e77-819a-4b95e02f0dfb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:51,817 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:59:51,817 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e53e3eae-78ba-4e64-afdf-ecdc7210c689', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e53e3eae-78ba-4e64-afdf-ecdc7210c689', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:52,862 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.035s
2026-05-28 11:59:52,862 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0770822-08c3-442a-b67b-1ae0f87468e8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0770822-08c3-442a-b67b-1ae0f87468e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:53,900 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 11:59:53,900 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4520495a-145f-49c8-918d-a7372a57e4f3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4520495a-145f-49c8-918d-a7372a57e4f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:54,935 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.027s
2026-05-28 11:59:54,935 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-758a3ca2-cd37-4ce2-bfea-2d65d432cd6e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758a3ca2-cd37-4ce2-bfea-2d65d432cd6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:55,968 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.025s
2026-05-28 11:59:55,968 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-314e3925-57a2-4623-87e8-94a993410a94', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-314e3925-57a2-4623-87e8-94a993410a94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:57,015 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 11:59:57,015 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adcafabb-6d7d-40e7-9006-206ea66a6124', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adcafabb-6d7d-40e7-9006-206ea66a6124', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:58,053 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 11:59:58,053 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33818b57-49ef-4432-aad6-193fd3eeab2e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33818b57-49ef-4432-aad6-193fd3eeab2e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 11:59:59,090 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 11:59:59,090 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 11:59:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6ef93e5-7665-4b5f-af26-25f55732a656', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6ef93e5-7665-4b5f-af26-25f55732a656', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:00,146 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.049s
2026-05-28 12:00:00,147 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e124756c-8ef8-48aa-8b58-9261aa481eac', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e124756c-8ef8-48aa-8b58-9261aa481eac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:01,191 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.035s
2026-05-28 12:00:01,192 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3095ad3c-189b-4fb5-806a-83e0c6b3dc20', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3095ad3c-189b-4fb5-806a-83e0c6b3dc20', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:02,242 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.043s
2026-05-28 12:00:02,242 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bef2fe10-af5e-412f-9120-3ff47c4ad759', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bef2fe10-af5e-412f-9120-3ff47c4ad759', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:03,302 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.054s
2026-05-28 12:00:03,302 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60adef0-401c-4c91-9f72-3b4e3e4b7b87', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60adef0-401c-4c91-9f72-3b4e3e4b7b87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:04,352 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.043s
2026-05-28 12:00:04,352 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d768040-42ef-4f4c-9a53-26b0c1748296', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d768040-42ef-4f4c-9a53-26b0c1748296', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:05,400 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.039s
2026-05-28 12:00:05,400 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-834aa5f8-a0a6-4b1f-9672-06e7decbef64', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-834aa5f8-a0a6-4b1f-9672-06e7decbef64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:06,442 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.036s
2026-05-28 12:00:06,442 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d52256f2-fc54-46c8-b732-dc3acab8a748', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d52256f2-fc54-46c8-b732-dc3acab8a748', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:07,479 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.026s
2026-05-28 12:00:07,479 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a90b05b-11d3-40de-8c9e-adc3509e02b7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a90b05b-11d3-40de-8c9e-adc3509e02b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:08,532 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.047s
2026-05-28 12:00:08,532 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d81f5985-73fa-4886-98e4-975a41896e1f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d81f5985-73fa-4886-98e4-975a41896e1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:09,565 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.025s
2026-05-28 12:00:09,566 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c05acc2-221d-47bb-a08c-8b191e3b2217', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c05acc2-221d-47bb-a08c-8b191e3b2217', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:10,608 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 12:00:10,608 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a46a97-670f-4336-9096-2e6689d6a900', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a46a97-670f-4336-9096-2e6689d6a900', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:11,657 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.040s
2026-05-28 12:00:11,657 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6712f9-b247-426c-baee-b859ebc14591', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6712f9-b247-426c-baee-b859ebc14591', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:12,710 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.041s
2026-05-28 12:00:12,710 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b109816-1d70-4d92-88ff-7946a2f5b725', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b109816-1d70-4d92-88ff-7946a2f5b725', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:13,761 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.045s
2026-05-28 12:00:13,762 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bdfe2ec-fb45-48c7-8de6-c45280402733', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bdfe2ec-fb45-48c7-8de6-c45280402733', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:14,809 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.041s
2026-05-28 12:00:14,809 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db26b6f-1cca-4590-a8fc-57f3632a4cfa', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db26b6f-1cca-4590-a8fc-57f3632a4cfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:15,870 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.051s
2026-05-28 12:00:15,870 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18cbbb9a-ce44-4cbc-a28c-b59ee573e47a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18cbbb9a-ce44-4cbc-a28c-b59ee573e47a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:17,115 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.237s
2026-05-28 12:00:17,115 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46d42f3-a76a-43e7-b609-3af3d73b97e3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46d42f3-a76a-43e7-b609-3af3d73b97e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:18,165 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.040s
2026-05-28 12:00:18,166 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa3a96f-c56c-4eaf-a25e-6707477a5386', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aa3a96f-c56c-4eaf-a25e-6707477a5386', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:19,220 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.044s
2026-05-28 12:00:19,220 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b89f79-d976-4682-a8cd-649947d0eda7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b89f79-d976-4682-a8cd-649947d0eda7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:20,269 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.040s
2026-05-28 12:00:20,269 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7c37ec5-fc5b-41ae-a48b-92d839f6aa5f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7c37ec5-fc5b-41ae-a48b-92d839f6aa5f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:21,307 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 12:00:21,307 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d27721b3-4dad-4071-805a-92877ba58972', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d27721b3-4dad-4071-805a-92877ba58972', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:22,350 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 12:00:22,351 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c500c9-3b56-4ecc-aea8-6739198cabfe', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c500c9-3b56-4ecc-aea8-6739198cabfe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:23,391 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.034s
2026-05-28 12:00:23,392 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a394ad-f2d9-4daa-a852-8ad298ab0cc5', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a394ad-f2d9-4daa-a852-8ad298ab0cc5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:24,433 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 12:00:24,434 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3002dc58-f37a-4150-9787-592a1279de9f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3002dc58-f37a-4150-9787-592a1279de9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:25,484 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.044s
2026-05-28 12:00:25,485 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a36976-ca0e-4078-b08c-102446a36b7d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a36976-ca0e-4078-b08c-102446a36b7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:26,522 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.031s
2026-05-28 12:00:26,522 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d07ce62-8624-4bff-9526-7129efa92c13', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d07ce62-8624-4bff-9526-7129efa92c13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:27,566 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 12:00:27,566 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-056e8c81-e315-432d-a755-86cce0d19427', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-056e8c81-e315-432d-a755-86cce0d19427', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:28,627 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.054s
2026-05-28 12:00:28,627 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b49f38f0-016e-4c40-bd5d-aff86b4bd1e3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b49f38f0-016e-4c40-bd5d-aff86b4bd1e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:29,668 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.031s
2026-05-28 12:00:29,668 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07fc1198-92ee-436b-bf4b-3d5c97676169', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07fc1198-92ee-436b-bf4b-3d5c97676169', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:30,721 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.047s
2026-05-28 12:00:30,721 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e733a81-7efe-418f-9390-200585e82cec', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e733a81-7efe-418f-9390-200585e82cec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:31,775 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.045s
2026-05-28 12:00:31,776 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c7df2c-3e8e-4e1b-9376-28183edf1b81', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c7df2c-3e8e-4e1b-9376-28183edf1b81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:32,828 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.046s
2026-05-28 12:00:32,828 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0abcec6a-4fc1-4717-9f2d-bdce0a382f62', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0abcec6a-4fc1-4717-9f2d-bdce0a382f62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:33,881 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.045s
2026-05-28 12:00:33,881 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14fcffb9-b991-4286-abd4-f3e98c6a8229', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14fcffb9-b991-4286-abd4-f3e98c6a8229', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:34,929 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 12:00:34,929 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3007c466-66af-4f8f-a77f-dfc28f3ab2e1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3007c466-66af-4f8f-a77f-dfc28f3ab2e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:35,970 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 12:00:35,971 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a2d6a9-1428-487b-8224-a8fbab112ad6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a2d6a9-1428-487b-8224-a8fbab112ad6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:37,020 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.042s
2026-05-28 12:00:37,020 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c5f7e17-2223-42e2-b128-2bcb43052094', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c5f7e17-2223-42e2-b128-2bcb43052094', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:38,061 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 12:00:38,061 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad0192d-1bd7-4e31-9bf3-8e5d584e59b6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad0192d-1bd7-4e31-9bf3-8e5d584e59b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:39,109 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.039s
2026-05-28 12:00:39,110 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18289c30-916c-42f2-8ae6-941cb7760a47', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18289c30-916c-42f2-8ae6-941cb7760a47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:40,159 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.041s
2026-05-28 12:00:40,159 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d56b24be-1c58-4b0a-830b-3d5d91b419a4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d56b24be-1c58-4b0a-830b-3d5d91b419a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:41,197 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 12:00:41,197 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6486268b-016d-4967-821f-ac92a2858175', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6486268b-016d-4967-821f-ac92a2858175', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:42,235 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 12:00:42,235 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6f4f6e8-fef4-4708-938b-606bd3f7f64f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f4f6e8-fef4-4708-938b-606bd3f7f64f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:43,282 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.039s
2026-05-28 12:00:43,282 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa887bce-78bb-40cf-83dd-83d793fc4039', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa887bce-78bb-40cf-83dd-83d793fc4039', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:44,329 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 12:00:44,329 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e3b3da-b990-457c-a2a7-d8045f752690', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e3b3da-b990-457c-a2a7-d8045f752690', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:45,362 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.025s
2026-05-28 12:00:45,362 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2771902d-78e9-4020-b631-a2a724b8ec96', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2771902d-78e9-4020-b631-a2a724b8ec96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:46,391 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.023s
2026-05-28 12:00:46,391 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37c8019f-64eb-4b7c-81f7-09ebe3c0b296', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37c8019f-64eb-4b7c-81f7-09ebe3c0b296', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:47,611 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.214s
2026-05-28 12:00:47,611 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffbfc713-fba6-45f3-a55b-068ed5d0bf2d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffbfc713-fba6-45f3-a55b-068ed5d0bf2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:48,649 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 12:00:48,649 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e43d2e65-ab50-44a0-b401-adacc18f82f5', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e43d2e65-ab50-44a0-b401-adacc18f82f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:49,689 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.032s
2026-05-28 12:00:49,689 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f0ac52-0ccc-49cf-b765-2270c08e4d4e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f0ac52-0ccc-49cf-b765-2270c08e4d4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:50,737 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.040s
2026-05-28 12:00:50,737 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f032291-8ab1-4ca7-9b2c-dffc871a8385', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f032291-8ab1-4ca7-9b2c-dffc871a8385', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:51,772 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.027s
2026-05-28 12:00:51,772 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-783f4942-6d8b-4cee-b977-f4932d0d5f58', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-783f4942-6d8b-4cee-b977-f4932d0d5f58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:52,824 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.042s
2026-05-28 12:00:52,824 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f87b46-02da-450e-a73c-38515a5e20c0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f87b46-02da-450e-a73c-38515a5e20c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:53,914 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.082s
2026-05-28 12:00:53,915 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f0a7ba1-8bde-4c29-8032-ec8af379e557', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f0a7ba1-8bde-4c29-8032-ec8af379e557', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:54,972 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.047s
2026-05-28 12:00:54,972 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87df00d9-19de-45c2-8403-911a9a0c8456', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87df00d9-19de-45c2-8403-911a9a0c8456', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:56,020 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.042s
2026-05-28 12:00:56,020 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b846ce-6597-4ef4-9e05-68635b69fe8c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b846ce-6597-4ef4-9e05-68635b69fe8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:57,062 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.035s
2026-05-28 12:00:57,063 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25867b0e-9db0-47a9-868f-5e48d4ad41df', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25867b0e-9db0-47a9-868f-5e48d4ad41df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:58,115 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.044s
2026-05-28 12:00:58,115 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f5faaa-8bdf-402a-bac1-e433a7dcf380', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f5faaa-8bdf-402a-bac1-e433a7dcf380', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:00:59,162 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 12:00:59,162 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:00:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53c0c0e3-1758-4b22-94e8-456902b9f5aa', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53c0c0e3-1758-4b22-94e8-456902b9f5aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:00,209 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.036s
2026-05-28 12:01:00,209 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-037e3939-29c2-4e0a-a1e0-64da15d685d0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-037e3939-29c2-4e0a-a1e0-64da15d685d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:01,251 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 12:01:01,251 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a90d65-d3e6-4c79-acf9-f67ab19a23c1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0a90d65-d3e6-4c79-acf9-f67ab19a23c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:02,287 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 12:01:02,287 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6edd0557-7f07-4cb6-ab3d-dbb2ba0b378f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6edd0557-7f07-4cb6-ab3d-dbb2ba0b378f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:03,317 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.024s
2026-05-28 12:01:03,317 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211f5ec9-de3c-4e17-895a-be59bb40117e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211f5ec9-de3c-4e17-895a-be59bb40117e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:04,347 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.024s
2026-05-28 12:01:04,348 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1560ac-b133-45c5-b9c3-45cdf8fd57ed', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1560ac-b133-45c5-b9c3-45cdf8fd57ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:05,379 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.024s
2026-05-28 12:01:05,380 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c2155bd-3432-4e43-b1a3-484b35981bc3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c2155bd-3432-4e43-b1a3-484b35981bc3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:06,414 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.025s
2026-05-28 12:01:06,414 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e85a841-3e12-45d4-ac30-20a8bdaf53fe', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e85a841-3e12-45d4-ac30-20a8bdaf53fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:07,457 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 12:01:07,457 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c17e82f3-0566-4e90-a6cc-6cc93907015c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c17e82f3-0566-4e90-a6cc-6cc93907015c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:08,493 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 12:01:08,493 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8de0d67-b186-45fe-9916-9af53d0ccedf', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8de0d67-b186-45fe-9916-9af53d0ccedf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:09,529 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.028s
2026-05-28 12:01:09,529 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24ce48f5-f679-472e-80c9-b531d7ff5fcb', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24ce48f5-f679-472e-80c9-b531d7ff5fcb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:10,585 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.045s
2026-05-28 12:01:10,585 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6477746-dc80-458d-8a2b-c87826e133c8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6477746-dc80-458d-8a2b-c87826e133c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:11,635 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.040s
2026-05-28 12:01:11,635 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-daf5d449-efd1-4ef5-947c-c5d1e92fd549', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-daf5d449-efd1-4ef5-947c-c5d1e92fd549', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:12,683 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.039s
2026-05-28 12:01:12,683 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a8bc9d-d0eb-4a2b-9c98-a516c9a550a7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a8bc9d-d0eb-4a2b-9c98-a516c9a550a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:13,730 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.038s
2026-05-28 12:01:13,731 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739841c3-d14c-4e48-b90d-2fb3663e433f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739841c3-d14c-4e48-b90d-2fb3663e433f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:14,777 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 12:01:14,778 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-072b1c2c-de28-434f-8ce6-ebd73a10004b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-072b1c2c-de28-434f-8ce6-ebd73a10004b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:15,809 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.026s
2026-05-28 12:01:15,809 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c12111ff-1b40-432f-9948-3edce13d37a1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c12111ff-1b40-432f-9948-3edce13d37a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:16,844 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 12:01:16,845 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b7bba6b-5fc4-45c9-8d77-3bb784af3529', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b7bba6b-5fc4-45c9-8d77-3bb784af3529', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:17,880 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 12:01:17,881 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b8ddd7-bc49-4ed0-b6e2-d4630877687c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b8ddd7-bc49-4ed0-b6e2-d4630877687c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:18,918 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 12:01:18,918 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c5e3c9b-da3b-4c39-a4ac-7df96e361809', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c5e3c9b-da3b-4c39-a4ac-7df96e361809', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:19,950 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.026s
2026-05-28 12:01:19,950 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d1de11-bfb8-48c1-8c3f-2e6f4365b9ff', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d1de11-bfb8-48c1-8c3f-2e6f4365b9ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:20,989 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 12:01:20,989 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f69f22-0031-4f1c-a580-4696c8388b93', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f69f22-0031-4f1c-a580-4696c8388b93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:22,039 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.043s
2026-05-28 12:01:22,040 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd7bca2c-82b2-414c-86b5-f88b138edf44', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd7bca2c-82b2-414c-86b5-f88b138edf44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:23,076 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.025s
2026-05-28 12:01:23,077 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fef854e-94ab-4884-9e02-b6112def7527', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fef854e-94ab-4884-9e02-b6112def7527', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:24,117 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.033s
2026-05-28 12:01:24,117 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd255039-404c-4cfb-9103-28689ad97e71', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd255039-404c-4cfb-9103-28689ad97e71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:25,157 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.030s
2026-05-28 12:01:25,157 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ae6adf-f3ad-44c2-b779-9929c096b58c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ae6adf-f3ad-44c2-b779-9929c096b58c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:26,211 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.045s
2026-05-28 12:01:26,211 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c9d9eb-2813-4d7d-b1c7-328675ed2959', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c9d9eb-2813-4d7d-b1c7-328675ed2959', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:27,248 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.029s
2026-05-28 12:01:27,248 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d758126-85b1-45bc-b12c-10d9f7e7950f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d758126-85b1-45bc-b12c-10d9f7e7950f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:28,279 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.024s
2026-05-28 12:01:28,279 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-147a9505-b20e-4cae-8ab2-1fc3074ba818', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-147a9505-b20e-4cae-8ab2-1fc3074ba818', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:29,311 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.025s
2026-05-28 12:01:29,311 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aead296-ffbe-45e9-9470-439842a402aa', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aead296-ffbe-45e9-9470-439842a402aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T11:58:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:29,423 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.105s
2026-05-28 12:01:29,423 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:29 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-b142092e-1313-4dbc-b7be-f62929de885f', 'x-compute-request-id': 'req-b142092e-1313-4dbc-b7be-f62929de885f', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b''
2026-05-28 12:01:29,644 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.221s
2026-05-28 12:01:29,645 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1679', '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-d9a60b57-622c-473f-897b-64d683551251', 'x-compute-request-id': 'req-d9a60b57-622c-473f-897b-64d683551251', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-516762362-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}, {"version": 4, "addr": "172.24.5.153", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}]}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "ACTIVE", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T12:01:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": "2026-05-28T11:57:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:01:30,905 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.249s
2026-05-28 12:01:30,906 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1679', '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-52a43108-b58d-435e-8fca-a2ceb26df24d', 'x-compute-request-id': 'req-52a43108-b58d-435e-8fca-a2ceb26df24d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-516762362-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}, {"version": 4, "addr": "172.24.5.153", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}]}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "ACTIVE", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T12:01:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": "2026-05-28T11:57:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:01:32,109 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.192s
2026-05-28 12:01:32,109 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1679', '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-1e2816fa-4a86-4d5c-804f-188a5ca9a464', 'x-compute-request-id': 'req-1e2816fa-4a86-4d5c-804f-188a5ca9a464', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-516762362-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}, {"version": 4, "addr": "172.24.5.153", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:c0:97"}]}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "ACTIVE", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T12:01:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": "2026-05-28T11:57:31.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--103141946"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 12:01:33,231 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.110s
2026-05-28 12:01:33,231 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1325', '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-2c425052-db7f-42fb-922a-f00e8539df4f', 'x-compute-request-id': 'req-2c425052-db7f-42fb-922a-f00e8539df4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "ACTIVE", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T12:01:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": "2026-05-28T11:57:31.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-05-28 12:01:34,394 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.152s
2026-05-28 12:01:34,395 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1425', '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-6e6fa658-163f-40ce-ab75-faecdcf43f79', 'x-compute-request-id': 'req-6e6fa658-163f-40ce-ab75-faecdcf43f79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "DELETED", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T12:01:33Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T11:58:34Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": "2026-05-28T11:57:31.000000", "OS-SRV-USG:terminated_at": "2026-05-28T12:01:33.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-05-28 12:01:34,407 106229 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-05-28 12:01:35,553 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.145s
2026-05-28 12:01:35,554 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1425', '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-dbb10136-9701-4e86-b45b-94b88a9f3802', 'x-compute-request-id': 'req-dbb10136-9701-4e86-b45b-94b88a9f3802', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T11:57:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "adec131222ba61af26ada4f7fb79a44941f294d0de5e1c0e666e9238", "id": "99bd085e-bcc2-426f-a0ae-37fe6028f4a2", "image": {"id": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/images/514d5d55-9f59-47c7-944d-b9afed4ebf28"}]}, "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-416328131", "status": "DELETED", "tenant_id": "1b4d721ff4c647d681f96f393597b18c", "user_id": "929eed1ed24945db8982ce1012e2c4e2", "updated": "2026-05-28T12:01:33Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T11:58:34Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-370118397", "OS-SRV-USG:launched_at": "2026-05-28T11:57:31.000000", "OS-SRV-USG:terminated_at": "2026-05-28T12:01:33.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-05-28 12:01:36,584 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2 0.024s
2026-05-28 12:01:36,584 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:36 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-e10623e9-dcf2-445a-ab15-11c1f3b00d6f', 'x-compute-request-id': 'req-e10623e9-dcf2-445a-ab15-11c1f3b00d6f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/99bd085e-bcc2-426f-a0ae-37fe6028f4a2'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 99bd085e-bcc2-426f-a0ae-37fe6028f4a2 could not be found."}}'
2026-05-28 12:01:36,610 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.127/compute/v2.1/os-keypairs/tempest-keypair-370118397 0.026s
2026-05-28 12:01:36,610 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:36 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-ec62c2da-18d7-4d8d-9e02-0e6a9f30b548', 'x-compute-request-id': 'req-ec62c2da-18d7-4d8d-9e02-0e6a9f30b548', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/compute/v2.1/os-keypairs/tempest-keypair-370118397'}
Body: b''
2026-05-28 12:01:36,770 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.127/networking/v2.0/security-groups/23f2081d-d17b-4e9a-b143-8a5bf38c5608 0.160s
2026-05-28 12:01:36,770 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-6d7a42f5-34e6-47b9-8274-67380ee21fea', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.127/networking/v2.0/security-groups/23f2081d-d17b-4e9a-b143-8a5bf38c5608'}
Body: b''
2026-05-28 12:01:36,783 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.127/networking/v2.0/security-groups/23f2081d-d17b-4e9a-b143-8a5bf38c5608 0.012s
2026-05-28 12:01:36,783 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-687ca943-ff80-4d65-9a6c-ee016c467937', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.127/networking/v2.0/security-groups/23f2081d-d17b-4e9a-b143-8a5bf38c5608'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 23f2081d-d17b-4e9a-b143-8a5bf38c5608 does not exist", "detail": ""}}'
2026-05-28 12:01:36,993 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.127/networking/v2.0/floatingips/162454d5-4222-4007-a3d3-6bf427755cef 0.209s
2026-05-28 12:01:36,993 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-3768e1b3-f1f3-4978-8ddf-19e9b0f910d5', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.127/networking/v2.0/floatingips/162454d5-4222-4007-a3d3-6bf427755cef'}
Body: b''
2026-05-28 12:01:37,031 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.037s
2026-05-28 12:01:37,031 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:36 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-d3e91c10-381d-444f-80f2-9180f1de6cf3', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b''
2026-05-28 12:01:37,057 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.025s
2026-05-28 12:01:37,057 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc2e986-05c2-4f95-bd36-ecfdff6d60f7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc2e986-05c2-4f95-bd36-ecfdff6d60f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"volume": {"id": "46c53d23-151d-4502-8e5f-3c23992685b9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T11:57:00.000000", "updated_at": "2026-05-28T12:01:37.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-324349257", "description": null, "volume_type": "tempest-scenario-type-luksv2-2140801820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/46c53d23-151d-4502-8e5f-3c23992685b9"}], "user_id": "929eed1ed24945db8982ce1012e2c4e2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4d721ff4c647d681f96f393597b18c"}}'
2026-05-28 12:01:38,081 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9 0.019s
2026-05-28 12:01:38,081 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:38 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-09825b8c-feb2-48fd-8f2a-065d42db5315', 'x-openstack-request-id': 'req-09825b8c-feb2-48fd-8f2a-065d42db5315', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.127/volume/v3/volumes/46c53d23-151d-4502-8e5f-3c23992685b9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 46c53d23-151d-4502-8e5f-3c23992685b9 could not be found."}}'
2026-05-28 12:01:38,257 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/detail?all_tenants=1 0.175s
2026-05-28 12:01:38,257 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f600cb4-1f18-477f-b791-0bc8c0f6a4a8', 'content-length': '18357', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f600cb4-1f18-477f-b791-0bc8c0f6a4a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "5b691b1b-4e78-4db0-90a5-815f450c7d3b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:01:31.000000", "updated_at": "2026-05-28T12:01:36.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1279374424", "description": null, "volume_type": "storpool", "snapshot_id": "8b23cd61-c172-4432-8ac1-d1b948075707", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/5b691b1b-4e78-4db0-90a5-815f450c7d3b"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/5b691b1b-4e78-4db0-90a5-815f450c7d3b"}], "user_id": "f1ee5b9d03fe4692b5d88fafe2413880", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "daa2531094114911bb202475c150766a", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001625@storpool#template_virtual"}, {"id": "558c4835-1d9a-486f-9758-4aed00f99c37", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:01:20.000000", "updated_at": "2026-05-28T12:01:20.000000", "name": "tempest-VolumesBackupsTest-Volume-19258648", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/558c4835-1d9a-486f-9758-4aed00f99c37"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/558c4835-1d9a-486f-9758-4aed00f99c37"}], "user_id": "26067320fffa41e5a42d9479da1b5e9d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "eabc64bef31f4018b7de72a0aafc03c9", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001625@storpool#default"}, {"id": "f3846f79-6e78-4f43-b58c-42825a7c72d7", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:01:17.000000", "updated_at": "2026-05-28T12:01:28.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1891668891", "description": null, "volume_type": "storpool", "snapshot_id": "cba87af0-b942-4892-8d92-0e8e31237fa8", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/f3846f79-6e78-4f43-b58c-42825a7c72d7"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/f3846f79-6e78-4f43-b58c-42825a7c72d7"}], "user_id": "99eae55e79ea4e34ac508bf09b9cc812", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f3846f79-6e78-4f43-b58c-42825a7c72d7", "attachment_id": "f658e87b-f9de-4cf5-8ab6-8be705db38a2", "volume_id": "f3846f79-6e78-4f43-b58c-42825a7c72d7", "server_id": "9fe27739-4e97-4597-8714-4d9aafe8aac5", "host_name": "np0000001625", "device": "/dev/vda", "attached_at": "2026-05-28T12:01:27.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "d70046650db340d9ac8350cf4d0d208f", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001625@storpool#template_virtual", "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": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "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": "7d5ee0ee-993a-4599-9704-b55a0b628d45", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:01:15.000000", "updated_at": "2
2026-05-28 12:01:38,302 106229 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.127/volume/v3/types/5976a2ce-ef75-4a63-aa72-ed4961a7464f 0.033s
2026-05-28 12:01:38,302 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:01:38 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-a1e96b29-390a-4d7f-8229-776bcced3712', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/volume/v3/types/5976a2ce-ef75-4a63-aa72-ed4961a7464f'}
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 46c53d23-151d-4502-8e5f-3c23992685b9 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
pt3.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_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-05-28 12:04:51,316 106229 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-516187833 on backend None
2026-05-28 12:04:51,338 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.127/volume/v3/types 0.021s
2026-05-28 12:04:51,338 106229 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-516187833", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e23529a-1b01-4d80-a9cc-834a364b51e0', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e23529a-1b01-4d80-a9cc-834a364b51e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/types'}
Body: b'{"volume_type": {"id": "84545349-e872-4ace-8aa6-df38f672893f", "name": "tempest-scenario-type-luks2-516187833", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-28 12:04:51,339 106229 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 84545349-e872-4ace-8aa6-df38f672893f
2026-05-28 12:04:51,371 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.127/volume/v3/types/84545349-e872-4ace-8aa6-df38f672893f/encryption 0.031s
2026-05-28 12:04:51,371 106229 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': 'Thu, 28 May 2026 12:04:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c57f40a-7eb4-4c46-927f-7f2543f66acd', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c57f40a-7eb4-4c46-927f-7f2543f66acd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/types/84545349-e872-4ace-8aa6-df38f672893f/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "84545349-e872-4ace-8aa6-df38f672893f", "encryption_id": "2ade2692-d1bd-4dcb-b41f-bf7c7b010e6b"}}'
2026-05-28 12:04:51,530 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.127/volume/v3/volumes 0.158s
2026-05-28 12:04:51,531 106229 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-166244651", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-516187833", "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd173487-e3bc-4900-a3f2-2d3a272eaf09', 'content-length': '779', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd173487-e3bc-4900-a3f2-2d3a272eaf09', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/volume/v3/volumes'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.485290", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 12:04:51,563 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:04:51,563 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c93db8b-f024-4cff-8fa5-73e982df7694', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c93db8b-f024-4cff-8fa5-73e982df7694', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:04:52,597 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:04:52,597 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7eff3cb-6f6d-439a-bd9f-80f65e0633a1', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7eff3cb-6f6d-439a-bd9f-80f65e0633a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:04:52.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:04:52,602 106229 INFO [tempest.common.waiters] volume d885bd13-8fc2-416b-9705-1317e637550a reached available after waiting for 1.602915 seconds
2026-05-28 12:04:52,633 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:04:52,633 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e3fb958-1062-40e0-b1e0-ae451dfad8b2', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e3fb958-1062-40e0-b1e0-ae451dfad8b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:04:52.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:04:52,661 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a/action 0.022s
2026-05-28 12:04:52,661 106229 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': 'Thu, 28 May 2026 12:04:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-5d753f2d-150e-45d6-917d-cdc8a234c05f', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d753f2d-150e-45d6-917d-cdc8a234c05f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a/action'}
Body: b''
2026-05-28 12:04:52,715 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.127/identity/v3/auth/tokens 0.051s
2026-05-28 12:04:52,715 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:52 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-5d58911f-1f83-4ab9-91cb-b72bad8c2d78', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.127/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "cf93a9d3edd042bab80b1699b802c21a", "name": "tempest-TestVolumeBootPattern-1446762207-project-member", "password_expires_at": null}, "audit_ids": ["40nXPofsQ5m_3A-F8gx06w"], "expires_at": "2026-05-28T13:04:52.000000Z", "issued_at": "2026-05-28T12:04:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92843d624f644b0aaeb0f33d4c573252", "name": "tempest-TestVolumeBootPattern-1446762207"}, "is_domain": false, "roles": [{"id": "9ae5472298c145d592211f50a998ddc1", "name": "member"}, {"id": "fd2674dfa31e4a0684a984b1f9e514f7", "name": "reader"}], "catalog": [{"endpoints": [{"id": "59f86e7b14254e989ed27dc74dc9a6ed", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/compute/v2/92843d624f644b0aaeb0f33d4c573252", "region": "RegionOne"}], "id": "03e198f7c7994182944659bead1cad52", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "d51475179b584af2b8957f113337f16b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/compute/v2.1", "region": "RegionOne"}], "id": "38d59ad415fd4cf88a16ce0ed5c3da05", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "2646b3737a5e4a8a9940119244559904", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/networking", "region": "RegionOne"}], "id": "563ed3c9449647cd82da51695816e8b8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "119b90e1cb8f47d8b1ab9dd7828af911", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/placement", "region": "RegionOne"}], "id": "762bc06f6fcf4652b35124898da98d4c", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "81dac1ab43ef4f7683130769a618c3f5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/identity", "region": "RegionOne"}], "id": "7dfdbb1f2cc441d697f571ddf4696ad2", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "236f5a87098147fc9796ecfbe5dfdcf0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127:8080/v1/AUTH_92843d624f644b0aaeb0f33d4c573252", "region": "RegionOne"}, {"id": "d85176c21630472eb0f172729fe8b650", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.127:8080", "region": "RegionOne"}], "id": "beade114812744e0863fe01c8354a0cd", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "b879798ce8ce46a2a58ae42ab211a390", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/image", "region": "RegionOne"}], "id": "dc8365277b3947abaa1cf2c07686ebe5", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6f7169e6a25c4fd79d4f836c0aa841d6", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.127/volume/v3", "region": "RegionOne"}], "id": "ec434e4fe21d42e1a3923f190c03cff3", "type": "block-storage", "name": "cinder"}]}}'
2026-05-28 12:04:52,716 106229 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '2a260646-0861-44ab-9161-10b8af6f03be', 'name': 'tempest-TestVolumeBootPattern-1944495629-network', 'tenant_id': '92843d624f644b0aaeb0f33d4c573252', 'project_id': '92843d624f644b0aaeb0f33d4c573252', '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': 52288, '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-05-28T12:04:09Z', 'updated_at': '2026-05-28T12:04:09Z', 'revision_number': 1} available for tenant
2026-05-28 12:04:53,256 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.127/compute/v2.1/servers 0.539s
2026-05-28 12:04:53,256 106229 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-666923662", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "d885bd13-8fc2-416b-9705-1317e637550a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "2a260646-0861-44ab-9161-10b8af6f03be"}]}}
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4', '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-8c43305f-a4f7-4fcd-87d0-fe60ae101fcf', 'x-compute-request-id': 'req-8c43305f-a4f7-4fcd-87d0-fe60ae101fcf', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.127/compute/v2.1/servers'}
Body: b'{"server": {"id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "WyPKaRrgikg9"}}'
2026-05-28 12:04:53,338 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.080s
2026-05-28 12:04:53,339 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:53 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-3fd29eeb-1102-4c2e-a733-aa690b438a96', 'x-compute-request-id': 'req-3fd29eeb-1102-4c2e-a733-aa690b438a96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:04:53Z", "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-05-28 12:04:54,432 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.085s
2026-05-28 12:04:54,432 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:54 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-326390d6-a777-4616-bef2-3aac68e42cb8', 'x-compute-request-id': 'req-326390d6-a777-4616-bef2-3aac68e42cb8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:04:54Z", "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:04:54,437 106229 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-05-28 12:04:55,527 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.089s
2026-05-28 12:04:55,528 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:55 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-d65911c8-a0ef-4004-8221-b4439b09b08c', 'x-compute-request-id': 'req-d65911c8-a0ef-4004-8221-b4439b09b08c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:04:55Z", "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:04:56,629 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.096s
2026-05-28 12:04:56,629 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:56 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-a5f7a90d-3674-4b0e-b7b8-bafb77babad9', 'x-compute-request-id': 'req-a5f7a90d-3674-4b0e-b7b8-bafb77babad9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:04:55Z", "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:04:57,798 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.163s
2026-05-28 12:04:57,798 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:57 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-74780686-3144-4f50-8b99-e770dedd8cbd', 'x-compute-request-id': 'req-74780686-3144-4f50-8b99-e770dedd8cbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:04:57Z", "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:04:57,803 106229 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-05-28 12:04:59,006 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.202s
2026-05-28 12:04:59,006 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:04:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', '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-68e8123a-1e80-44e5-b15e-c28d8b9231d1', 'x-compute-request-id': 'req-68e8123a-1e80-44e5-b15e-c28d8b9231d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:04:59Z", "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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:04:59,012 106229 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-05-28 12:05:00,174 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.162s
2026-05-28 12:05:00,174 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', '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-5bd6099f-3455-4ce2-bb5f-ff7de87dd51a', 'x-compute-request-id': 'req-5bd6099f-3455-4ce2-bb5f-ff7de87dd51a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:04:59Z", "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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:01,357 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.177s
2026-05-28 12:05:01,357 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:01 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-7a51f490-cdf8-4f68-90f1-e2f654fc232c', 'x-compute-request-id': 'req-7a51f490-cdf8-4f68-90f1-e2f654fc232c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:01,362 106229 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-05-28 12:05:02,546 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.183s
2026-05-28 12:05:02,546 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:02 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-08d05b27-9cb2-415f-afba-0917afac1f32', 'x-compute-request-id': 'req-08d05b27-9cb2-415f-afba-0917afac1f32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:03,755 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.203s
2026-05-28 12:05:03,755 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:03 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-1cbbaa6f-6221-4298-8b38-72650d7db1d7', 'x-compute-request-id': 'req-1cbbaa6f-6221-4298-8b38-72650d7db1d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:04,972 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.210s
2026-05-28 12:05:04,972 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:04 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-d2d71757-e206-4937-90dd-12877cbc45f7', 'x-compute-request-id': 'req-d2d71757-e206-4937-90dd-12877cbc45f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:06,175 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.196s
2026-05-28 12:05:06,176 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:05 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-086a047c-0d9d-4c16-9dde-8331039eeb11', 'x-compute-request-id': 'req-086a047c-0d9d-4c16-9dde-8331039eeb11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:07,351 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.170s
2026-05-28 12:05:07,351 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:07 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-a69bd270-b46b-4f5a-86a2-d7af599073a1', 'x-compute-request-id': 'req-a69bd270-b46b-4f5a-86a2-d7af599073a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:08,530 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.174s
2026-05-28 12:05:08,530 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:08 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-116b2719-4283-47f3-b927-75380e1f1a7f', 'x-compute-request-id': 'req-116b2719-4283-47f3-b927-75380e1f1a7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:09,677 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.141s
2026-05-28 12:05:09,677 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05: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-33be114b-bdd3-4bc7-978d-61184b687220', 'x-compute-request-id': 'req-33be114b-bdd3-4bc7-978d-61184b687220', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:10,849 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.167s
2026-05-28 12:05:10,849 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:10 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-668e2fe9-ced1-48e6-b0d0-3500b61f8bc7', 'x-compute-request-id': 'req-668e2fe9-ced1-48e6-b0d0-3500b61f8bc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:12,053 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.197s
2026-05-28 12:05:12,053 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05: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-d19eecdc-80c3-4239-960c-8349e3ff428a', 'x-compute-request-id': 'req-d19eecdc-80c3-4239-960c-8349e3ff428a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:13,218 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.160s
2026-05-28 12:05:13,218 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05: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-46f12506-afbf-4ef5-a22d-ce0bf561b0b4', 'x-compute-request-id': 'req-46f12506-afbf-4ef5-a22d-ce0bf561b0b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:14,393 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.166s
2026-05-28 12:05:14,393 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:14 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-53091414-e8b1-43ec-b190-763ad4f061b3', 'x-compute-request-id': 'req-53091414-e8b1-43ec-b190-763ad4f061b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:15,583 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.184s
2026-05-28 12:05:15,584 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05: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-ecaa60a9-a011-47f2-84c3-bce96e45090e', 'x-compute-request-id': 'req-ecaa60a9-a011-47f2-84c3-bce96e45090e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T12:04:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.127/compute/flavors/42"}]}, "hostId": "ca3021d76fbc2672f4cbc4777a784963832d4d8f9a3d09f0308e78f3", "id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}, {"rel": "bookmark", "href": "https://10.4.3.127/compute/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-666923662", "status": "BUILD", "tenant_id": "92843d624f644b0aaeb0f33d4c573252", "user_id": "cf93a9d3edd042bab80b1699b802c21a", "updated": "2026-05-28T12:05: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, "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": "d885bd13-8fc2-416b-9705-1317e637550a"}]}}'
2026-05-28 12:05:16,662 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.073s
2026-05-28 12:05:16,662 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:16 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-eb91eb00-ca47-4e67-af8e-e9ec5d3cb157', 'x-compute-request-id': 'req-eb91eb00-ca47-4e67-af8e-e9ec5d3cb157', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 12:05:16,706 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 DELETE https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.044s
2026-05-28 12:05:16,707 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:16 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-5300bba6-313a-4dda-a5fa-9a63f9005da5', 'x-compute-request-id': 'req-5300bba6-313a-4dda-a5fa-9a63f9005da5', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 12:05:16,707 106229 ERROR [tempest.common.compute] Deleting server 82bfd218-8f21-471f-ab10-acdce7f5f5f4 failed
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-28 12:05:16.707 106229 ERROR tempest.common.compute
2026-05-28 12:05:16,758 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4 0.048s
2026-05-28 12:05:16,758 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:16 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-85b7c156-5ab8-4322-8e31-87a8580dbb6e', 'x-compute-request-id': 'req-85b7c156-5ab8-4322-8e31-87a8580dbb6e', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.127/compute/v2.1/servers/82bfd218-8f21-471f-ab10-acdce7f5f5f4'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-05-28 12:05:16,758 106229 ERROR [tempest.common.compute] Server 82bfd218-8f21-471f-ab10-acdce7f5f5f4 failed to delete in time
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute Traceback (most recent call last):
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-05-28 12:05:16.758 106229 ERROR tempest.common.compute
2026-05-28 12:05:16,810 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 500 DELETE https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.049s
2026-05-28 12:05:16,810 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:16 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-af6fa6ab-8eb0-4c8a-8cc9-274aa41a5e9d', 'x-openstack-request-id': 'req-af6fa6ab-8eb0-4c8a-8cc9-274aa41a5e9d', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-05-28 12:05:16,810 106229 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 0x7bc43f236ea0>>, retrying...
2026-05-28 12:05:21,892 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.081s
2026-05-28 12:05:21,892 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:21 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-a5db6ddc-f7b4-4b5c-8a4c-b8d7db15b7d3', 'x-openstack-request-id': 'req-a5db6ddc-f7b4-4b5c-8a4c-b8d7db15b7d3', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
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-05-28 12:05:21,967 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.073s
2026-05-28 12:05:21,967 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3b2f005-0b30-4135-836a-a3c80854e290', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3b2f005-0b30-4135-836a-a3c80854e290', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:23,000 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:05:23,000 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc131ad-4fd1-46b9-a4da-db4f470771a0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc131ad-4fd1-46b9-a4da-db4f470771a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:24,038 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.032s
2026-05-28 12:05:24,038 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f5482e5-097d-428a-b145-34ae117056fc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f5482e5-097d-428a-b145-34ae117056fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:25,069 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:05:25,069 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c985e77-ca8c-449c-8b48-f2bec8df97c4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c985e77-ca8c-449c-8b48-f2bec8df97c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:26,102 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:05:26,102 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-521d71a5-1b09-4f35-8d57-35edb557cf70', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-521d71a5-1b09-4f35-8d57-35edb557cf70', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:27,136 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:05:27,136 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46c7a72c-e571-4646-81a7-c5dc5b885819', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46c7a72c-e571-4646-81a7-c5dc5b885819', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:28,170 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:05:28,170 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-941a934c-e16a-470d-8a09-33881d1b13f7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-941a934c-e16a-470d-8a09-33881d1b13f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:29,198 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:05:29,198 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde36f98-1d21-4d2e-a72f-17767b45084d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde36f98-1d21-4d2e-a72f-17767b45084d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:30,238 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.034s
2026-05-28 12:05:30,238 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d21fef0-68ab-4b0b-960a-61969e9d1c2f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d21fef0-68ab-4b0b-960a-61969e9d1c2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:31,268 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:05:31,268 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b189f22a-afd5-4726-9d47-29d317269fa2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b189f22a-afd5-4726-9d47-29d317269fa2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:32,297 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:05:32,297 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15973563-9e92-426c-9d8b-9e7df58aa89b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15973563-9e92-426c-9d8b-9e7df58aa89b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:33,327 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:05:33,328 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fc2b6ba-4eeb-4452-9091-a7ec56c2bb13', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fc2b6ba-4eeb-4452-9091-a7ec56c2bb13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:34,357 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:05:34,357 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e5afed8-8e98-428e-8bf7-c0654bca48bd', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e5afed8-8e98-428e-8bf7-c0654bca48bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:35,388 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:05:35,388 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad4f1f42-a6a9-4c0b-9587-65a1a79123ee', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad4f1f42-a6a9-4c0b-9587-65a1a79123ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:36,422 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:05:36,422 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb4a87a-7552-4a6c-b90e-80c1b70de26c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb4a87a-7552-4a6c-b90e-80c1b70de26c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:37,452 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:05:37,452 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a6dfd7-66b7-44f1-bd05-f86bd9dca54c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a6dfd7-66b7-44f1-bd05-f86bd9dca54c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:38,484 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:05:38,484 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2101dd1-4f73-4276-bea9-ff869d754fd9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2101dd1-4f73-4276-bea9-ff869d754fd9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:39,515 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:05:39,515 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1f8b297-66a2-4bfa-a364-3d0488a3e032', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1f8b297-66a2-4bfa-a364-3d0488a3e032', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:40,570 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.050s
2026-05-28 12:05:40,570 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fac4357-17b9-48ba-8503-a861e304e969', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fac4357-17b9-48ba-8503-a861e304e969', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:41,610 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.034s
2026-05-28 12:05:41,610 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1ee3b0-0823-498f-a014-31ca7f3f828c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1ee3b0-0823-498f-a014-31ca7f3f828c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:42,646 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:05:42,646 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e263cf7e-3404-46cf-b176-9d096826a44d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e263cf7e-3404-46cf-b176-9d096826a44d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:43,677 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:05:43,677 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae46a9a-e91c-410c-b9a3-dba51a76a807', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae46a9a-e91c-410c-b9a3-dba51a76a807', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:44,709 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:05:44,709 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fcb9d10-3590-469e-860e-f8e26e20981d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fcb9d10-3590-469e-860e-f8e26e20981d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:45,739 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:05:45,739 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c99a05cc-c3c4-4777-a120-f5e7c78e8b7f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c99a05cc-c3c4-4777-a120-f5e7c78e8b7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:46,775 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:05:46,775 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4a2620-16ad-4aab-9a43-610eb4944c12', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4a2620-16ad-4aab-9a43-610eb4944c12', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:47,810 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:05:47,811 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e715f6d7-0a40-4859-ba8f-e44912728209', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e715f6d7-0a40-4859-ba8f-e44912728209', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:48,844 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:05:48,844 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-724d25af-d9d0-4a80-afd4-b937861c3140', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-724d25af-d9d0-4a80-afd4-b937861c3140', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:49,876 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:05:49,876 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfe23070-af94-4110-9341-6a816a19b529', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfe23070-af94-4110-9341-6a816a19b529', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:50,909 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:05:50,909 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-558424e2-e0b7-4da7-9c55-31e6f3b3109f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-558424e2-e0b7-4da7-9c55-31e6f3b3109f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:51,939 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:05:51,939 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acba45d-d8db-49f0-a34b-eb44656d7027', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acba45d-d8db-49f0-a34b-eb44656d7027', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:52,969 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:05:52,969 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b7e932b-6238-4834-b356-84e314a6bafe', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b7e932b-6238-4834-b356-84e314a6bafe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:54,002 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:05:54,002 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-951b0f6d-03a5-4aac-9516-43d86c39127a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-951b0f6d-03a5-4aac-9516-43d86c39127a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:55,032 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:05:55,032 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12737e91-5314-40bd-966f-15332e7ba735', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12737e91-5314-40bd-966f-15332e7ba735', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:56,069 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.031s
2026-05-28 12:05:56,069 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b89242f6-1935-4407-8938-a505b4a3eb22', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b89242f6-1935-4407-8938-a505b4a3eb22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:57,100 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:05:57,100 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c71b451-0282-471b-b636-a4e519087e7a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c71b451-0282-471b-b636-a4e519087e7a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:58,134 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:05:58,134 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a5fc80-2d72-4af9-b668-f5836adf1d67', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a5fc80-2d72-4af9-b668-f5836adf1d67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:05:59,163 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:05:59,163 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:05:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21e18dbe-8392-4b19-820b-98c2ec824da5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21e18dbe-8392-4b19-820b-98c2ec824da5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:00,194 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:00,194 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e144e0f-f190-4e65-aa99-26acbcb1e1a7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e144e0f-f190-4e65-aa99-26acbcb1e1a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:01,226 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:06:01,226 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fdd1988-24be-4703-917b-1ba301125dd4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fdd1988-24be-4703-917b-1ba301125dd4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:02,258 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:06:02,258 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6def5a9d-beeb-40f9-9bcc-581039073274', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6def5a9d-beeb-40f9-9bcc-581039073274', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:03,290 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:06:03,290 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e44c6af4-ec69-4a91-a8b2-fcadd73a984a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e44c6af4-ec69-4a91-a8b2-fcadd73a984a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:04,319 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:06:04,319 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb639fb1-6ef9-42b9-90c7-ea39c41abbe3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb639fb1-6ef9-42b9-90c7-ea39c41abbe3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:05,358 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.032s
2026-05-28 12:06:05,358 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8070309-cccf-4397-b7e5-df6306c502b3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8070309-cccf-4397-b7e5-df6306c502b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:06,393 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:06:06,393 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b956897-2c72-42fa-8777-f3c1e7722357', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b956897-2c72-42fa-8777-f3c1e7722357', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:07,425 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:06:07,425 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23bf5615-23cd-4a5b-9a34-67495c749533', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23bf5615-23cd-4a5b-9a34-67495c749533', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:08,459 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:08,459 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa58084e-5eff-47fb-b8cf-c7dbcd77b66e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa58084e-5eff-47fb-b8cf-c7dbcd77b66e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:09,493 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:06:09,493 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51dc3b96-07e8-469e-abb1-e8b36c69d1d3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51dc3b96-07e8-469e-abb1-e8b36c69d1d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:10,536 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.036s
2026-05-28 12:06:10,537 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26f30131-78bd-4098-842a-521e68c2cf90', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26f30131-78bd-4098-842a-521e68c2cf90', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:11,569 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:11,569 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9570db-e94a-4402-8859-95ae4b6240a0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9570db-e94a-4402-8859-95ae4b6240a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:12,597 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:06:12,598 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba24c09c-d804-4e14-bcbe-2b782fe271f6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba24c09c-d804-4e14-bcbe-2b782fe271f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:13,630 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:06:13,630 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d436ee0b-964c-4de0-831f-138c03b27789', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d436ee0b-964c-4de0-831f-138c03b27789', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:14,661 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:06:14,661 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d532d8ab-3751-4baf-bdce-c0188cf0dee1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d532d8ab-3751-4baf-bdce-c0188cf0dee1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:15,690 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:06:15,690 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ca120c4-3231-49ee-901d-3c79711dee53', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ca120c4-3231-49ee-901d-3c79711dee53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:16,719 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:06:16,719 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e188676c-057e-4034-bdf0-2e13a993e4f7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e188676c-057e-4034-bdf0-2e13a993e4f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:17,749 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:17,749 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf266d47-741e-4764-9339-859f5ddab43b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf266d47-741e-4764-9339-859f5ddab43b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:18,776 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:06:18,776 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4c48be-3b03-470c-ba48-eb2eb7e20977', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4c48be-3b03-470c-ba48-eb2eb7e20977', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:19,809 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:06:19,809 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38c153e2-4b65-43ce-aee3-4d93ab50f3f5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38c153e2-4b65-43ce-aee3-4d93ab50f3f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:20,841 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:20,841 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63073d01-1713-4921-b3ae-77a824cff66b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63073d01-1713-4921-b3ae-77a824cff66b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:21,872 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:06:21,872 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a898cee6-6509-49e5-8c03-04c791ce5b5c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a898cee6-6509-49e5-8c03-04c791ce5b5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:22,903 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:22,903 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7aa54b20-583a-4783-8e01-0d5dc57946fd', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aa54b20-583a-4783-8e01-0d5dc57946fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:23,933 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:23,934 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1f3fdf-c6b7-4a4a-82f8-416660935e54', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1f3fdf-c6b7-4a4a-82f8-416660935e54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:24,963 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:06:24,963 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272bcaba-7745-4894-9388-4c1d367e6d6a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272bcaba-7745-4894-9388-4c1d367e6d6a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:25,994 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:25,994 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e961cbe-0ea1-42e2-8163-73e663073e01', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e961cbe-0ea1-42e2-8163-73e663073e01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:27,034 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.034s
2026-05-28 12:06:27,035 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a01742e0-791c-42e1-ad2f-d21e26f3c571', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a01742e0-791c-42e1-ad2f-d21e26f3c571', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:28,066 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:28,066 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b270f8c-1cfd-4b6e-a836-4be5a3518cfc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b270f8c-1cfd-4b6e-a836-4be5a3518cfc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:29,095 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:06:29,095 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f43b382a-7765-4d54-934f-d320141c96a7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f43b382a-7765-4d54-934f-d320141c96a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:30,129 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:06:30,129 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4c354d4-0618-4a3c-9827-b193d91b0ace', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4c354d4-0618-4a3c-9827-b193d91b0ace', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:31,166 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:06:31,167 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e333fb1-4dd9-4cbf-978e-05b67d11e204', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e333fb1-4dd9-4cbf-978e-05b67d11e204', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:32,209 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.037s
2026-05-28 12:06:32,209 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e8a731b-d2cc-485a-8059-28058ebb349c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e8a731b-d2cc-485a-8059-28058ebb349c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:33,237 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:06:33,237 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ad86c35-c136-49e0-bb5e-4f8675c2fd10', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ad86c35-c136-49e0-bb5e-4f8675c2fd10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:34,272 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:06:34,272 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-656e465c-68ba-451a-9a00-d9152890eb06', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-656e465c-68ba-451a-9a00-d9152890eb06', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:35,311 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.031s
2026-05-28 12:06:35,311 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-877fc5de-f504-4e34-b9d1-bf15f7d6fce3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-877fc5de-f504-4e34-b9d1-bf15f7d6fce3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:36,353 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.036s
2026-05-28 12:06:36,353 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fbfde43-5838-4cac-ae23-8b88eb49d7a4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fbfde43-5838-4cac-ae23-8b88eb49d7a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:37,391 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:06:37,391 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4259ee3-dabd-4cbe-8f0b-f0a27256be2e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4259ee3-dabd-4cbe-8f0b-f0a27256be2e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:38,424 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:38,424 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-942138d5-f3dc-4fb2-b938-1f1c52516496', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-942138d5-f3dc-4fb2-b938-1f1c52516496', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:39,452 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:06:39,453 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eb3e8bb-ce62-46ff-9060-507e771a5f39', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eb3e8bb-ce62-46ff-9060-507e771a5f39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:40,488 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:06:40,488 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-002b570d-24e1-4a15-9fd0-415b5f27cb3d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-002b570d-24e1-4a15-9fd0-415b5f27cb3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:41,516 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:06:41,516 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1556bf60-e8c9-4c7c-b6a5-115cc30515d7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1556bf60-e8c9-4c7c-b6a5-115cc30515d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:42,546 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:06:42,546 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a95562da-a814-4f7c-b156-7460fe0a2f2d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a95562da-a814-4f7c-b156-7460fe0a2f2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:43,586 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.033s
2026-05-28 12:06:43,586 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2bee86f-1158-4621-92d2-e6631c6c520a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2bee86f-1158-4621-92d2-e6631c6c520a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:44,617 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:44,617 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45d491ae-0a89-4aee-9c1b-dc45d22a7384', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d491ae-0a89-4aee-9c1b-dc45d22a7384', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:45,649 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:06:45,650 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db4ad29c-4cbd-4d33-8476-07059e6a6be0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db4ad29c-4cbd-4d33-8476-07059e6a6be0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:46,684 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:06:46,685 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-993a8e22-395e-4d89-ace0-cf47e21df62d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-993a8e22-395e-4d89-ace0-cf47e21df62d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:47,712 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:06:47,712 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b76bfd4-85ee-4ab4-819f-15da3f636bc3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b76bfd4-85ee-4ab4-819f-15da3f636bc3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:48,742 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:06:48,742 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eb953df-53e5-4ade-aff2-f68d7695cdb0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eb953df-53e5-4ade-aff2-f68d7695cdb0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:49,784 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.036s
2026-05-28 12:06:49,784 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5263ca0-d6ef-4401-8309-63661060d571', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5263ca0-d6ef-4401-8309-63661060d571', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:50,826 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.037s
2026-05-28 12:06:50,827 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-022bfda1-1096-4378-abfd-7694ac05cff1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-022bfda1-1096-4378-abfd-7694ac05cff1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:51,860 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:06:51,860 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5877abe-1a0a-44b6-ab26-7a716677775d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5877abe-1a0a-44b6-ab26-7a716677775d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:52,893 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:06:52,893 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a9bf119-4e9b-4ff3-b7fe-92859b6cb2c4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a9bf119-4e9b-4ff3-b7fe-92859b6cb2c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:53,926 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:06:53,926 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23551348-e767-4efb-8b3a-e0cd3c9a42af', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23551348-e767-4efb-8b3a-e0cd3c9a42af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:54,958 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:06:54,958 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7af6c02d-a619-415b-9148-dbeb50044ffb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7af6c02d-a619-415b-9148-dbeb50044ffb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:55,992 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:06:55,992 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d441ede-86c7-4925-9a18-59b7bace8b5a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d441ede-86c7-4925-9a18-59b7bace8b5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:57,035 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.037s
2026-05-28 12:06:57,035 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd6400a8-c3a8-4fbc-a251-6b6f40128d7c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd6400a8-c3a8-4fbc-a251-6b6f40128d7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:58,068 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:06:58,068 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92f08c0f-c563-4479-9cf2-355cccfb9f21', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92f08c0f-c563-4479-9cf2-355cccfb9f21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:06:59,110 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.035s
2026-05-28 12:06:59,110 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:06:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-018ab7fa-3f4c-4ded-96b7-89a1b267502e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-018ab7fa-3f4c-4ded-96b7-89a1b267502e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:00,143 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:00,143 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-971efa8c-1e22-4526-acd8-b5765ef12cd7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-971efa8c-1e22-4526-acd8-b5765ef12cd7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:01,176 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:07:01,177 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02ae4db8-2357-427d-beb6-e2f7dd9e2a1c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02ae4db8-2357-427d-beb6-e2f7dd9e2a1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:02,208 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:07:02,208 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f06e590-549b-470f-b107-c8271b1391ed', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f06e590-549b-470f-b107-c8271b1391ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:03,238 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:07:03,238 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aa084c7-8c07-4468-a4cb-bd80d87be137', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aa084c7-8c07-4468-a4cb-bd80d87be137', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:04,272 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:07:04,272 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcbc8f62-c11d-435b-808f-ae8af091ff02', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcbc8f62-c11d-435b-808f-ae8af091ff02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:05,308 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:07:05,308 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddae444-440e-4d44-bd84-f5e464049756', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddae444-440e-4d44-bd84-f5e464049756', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:06,340 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:06,340 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62c670e3-81ae-4bdb-a574-bb5be1bbd55d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62c670e3-81ae-4bdb-a574-bb5be1bbd55d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:07,375 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:07:07,376 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bdfead2-075a-4aca-a47b-6cc4453be229', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bdfead2-075a-4aca-a47b-6cc4453be229', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:08,409 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:08,409 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f982eb7-9833-4b94-9def-a2c51efe5ce3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f982eb7-9833-4b94-9def-a2c51efe5ce3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:09,447 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.031s
2026-05-28 12:07:09,448 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fed45e5-5a53-4191-97db-45e1a196b801', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fed45e5-5a53-4191-97db-45e1a196b801', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:10,483 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:07:10,483 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e5a0e5-d553-467f-83f8-da0f82f53c26', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e5a0e5-d553-467f-83f8-da0f82f53c26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:11,519 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:07:11,519 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a34cf1f-465a-437d-b9da-b5c01db80e9b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a34cf1f-465a-437d-b9da-b5c01db80e9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:12,551 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:12,551 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e7d612-4900-4797-b8bf-b2b46392397f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e7d612-4900-4797-b8bf-b2b46392397f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:13,584 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:07:13,585 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52cf83e2-7236-47df-ad9c-4cc93e66cc89', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52cf83e2-7236-47df-ad9c-4cc93e66cc89', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:14,615 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:14,616 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-628febdc-084f-45e2-903f-1ad9e2d535eb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-628febdc-084f-45e2-903f-1ad9e2d535eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:15,646 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:15,647 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d747cd-bdbd-457d-a507-2020f0cb972c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d747cd-bdbd-457d-a507-2020f0cb972c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:16,676 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:07:16,676 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33eb64d9-3a0c-4b8f-8fdf-6e9c15c41b8c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33eb64d9-3a0c-4b8f-8fdf-6e9c15c41b8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:17,704 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:07:17,704 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23b427e1-2b85-4e7d-a18c-a90e6a0394ce', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23b427e1-2b85-4e7d-a18c-a90e6a0394ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:18,733 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:07:18,733 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2523f4bd-0d16-41df-9b66-a7fbaa8e9143', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2523f4bd-0d16-41df-9b66-a7fbaa8e9143', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:19,765 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:07:19,765 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d75a2a-7bd1-4498-8dc1-71ab6611fb4e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d75a2a-7bd1-4498-8dc1-71ab6611fb4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:20,795 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:07:20,795 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75e29df0-ac43-4eda-95f4-1fff299edd24', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75e29df0-ac43-4eda-95f4-1fff299edd24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:21,824 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:07:21,825 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7bb140-603a-4f4b-9b27-2d673eb3b1cc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7bb140-603a-4f4b-9b27-2d673eb3b1cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:22,859 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:07:22,859 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1975d28a-8df6-4d2c-9d7f-1f1d155c8109', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1975d28a-8df6-4d2c-9d7f-1f1d155c8109', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:23,889 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:23,889 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d690118-70fb-40cd-8dc5-756488bb8659', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d690118-70fb-40cd-8dc5-756488bb8659', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:24,919 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:24,919 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f30cb57-8464-4fb8-a3db-cc42500414cb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f30cb57-8464-4fb8-a3db-cc42500414cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:25,955 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:07:25,955 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1471e4df-365c-42e0-b7a3-3a0d5d58941b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1471e4df-365c-42e0-b7a3-3a0d5d58941b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:26,988 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:07:26,989 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988da51f-afc4-4407-92c3-a97cb61e3cd9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988da51f-afc4-4407-92c3-a97cb61e3cd9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:28,022 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:28,023 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45256a67-258e-4697-81c9-92132a03a195', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45256a67-258e-4697-81c9-92132a03a195', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:29,052 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:07:29,052 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833a9762-40fe-4279-81e8-dbeb83271af2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833a9762-40fe-4279-81e8-dbeb83271af2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:30,084 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:30,084 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0948c9e-6db4-4188-b995-f582ef655862', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0948c9e-6db4-4188-b995-f582ef655862', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:31,111 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:07:31,111 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c629229e-f18a-45c9-a28b-b802ed44306f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c629229e-f18a-45c9-a28b-b802ed44306f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:32,140 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:07:32,140 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a3cb9c-9682-4edb-888e-b44ffecd1ef2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a3cb9c-9682-4edb-888e-b44ffecd1ef2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:33,167 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:07:33,167 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8281241-2ea6-41fb-bcfa-e829accc27dc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8281241-2ea6-41fb-bcfa-e829accc27dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:34,200 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:07:34,200 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43a0580-deb3-4b94-ac58-eee836dbadf0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43a0580-deb3-4b94-ac58-eee836dbadf0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:35,231 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:35,232 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96488756-ecaf-4d86-a2a2-c7b66982390c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96488756-ecaf-4d86-a2a2-c7b66982390c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:36,267 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:07:36,267 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a39be69d-3918-4df6-8180-a99b96885210', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a39be69d-3918-4df6-8180-a99b96885210', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:37,298 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:37,299 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ee8a0f1-f736-4d0d-a336-9603eca6c02f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ee8a0f1-f736-4d0d-a336-9603eca6c02f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:38,329 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:07:38,329 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e277f88-5ee7-4483-98a7-961441c45ff0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e277f88-5ee7-4483-98a7-961441c45ff0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:39,357 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:07:39,358 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd2f9f2d-516a-4f8d-b56a-ce33c38c2fa9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd2f9f2d-516a-4f8d-b56a-ce33c38c2fa9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:40,402 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.039s
2026-05-28 12:07:40,402 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d94db17a-21fe-4253-b699-f5fc5bc7cb67', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d94db17a-21fe-4253-b699-f5fc5bc7cb67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:41,438 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.031s
2026-05-28 12:07:41,438 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2b0a137-7faf-4c05-8ef4-e3847619caf4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2b0a137-7faf-4c05-8ef4-e3847619caf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:42,468 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:07:42,468 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d7404a6-9173-42b9-8f85-87ecf076ac55', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d7404a6-9173-42b9-8f85-87ecf076ac55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:43,503 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:07:43,503 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d51500ce-e526-428d-8715-04dde904850b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d51500ce-e526-428d-8715-04dde904850b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:44,534 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:44,534 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec00304-2c5b-4f2a-80d0-1ea5e4a5592f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec00304-2c5b-4f2a-80d0-1ea5e4a5592f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:45,565 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:07:45,565 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e624ddc-240c-4c61-b89f-6c8515161d63', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e624ddc-240c-4c61-b89f-6c8515161d63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:46,603 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.032s
2026-05-28 12:07:46,603 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-667385c4-23ad-4dea-8f4c-c6720ed5e5f0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-667385c4-23ad-4dea-8f4c-c6720ed5e5f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:47,639 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.031s
2026-05-28 12:07:47,639 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02347668-124b-4321-b5c3-0ac86afafe28', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02347668-124b-4321-b5c3-0ac86afafe28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:48,666 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:07:48,667 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c1e3f6c-afab-43af-bd99-34b4d2c1d528', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c1e3f6c-afab-43af-bd99-34b4d2c1d528', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:49,695 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:07:49,695 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86edbc49-8d46-4761-8ba0-fd69c0985030', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86edbc49-8d46-4761-8ba0-fd69c0985030', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:50,725 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:50,725 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-078baccd-a0fa-48ae-ab26-8a4197cdb162', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-078baccd-a0fa-48ae-ab26-8a4197cdb162', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:51,760 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:07:51,761 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d7ff6f-f8a2-4c68-b228-df179d53ff30', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d7ff6f-f8a2-4c68-b228-df179d53ff30', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:52,792 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:52,792 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5d00802-02ff-4b06-b137-f62f19ca0a0f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5d00802-02ff-4b06-b137-f62f19ca0a0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:53,823 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:53,824 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef65e54-60b2-4dad-be7d-e0423cc66b2f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef65e54-60b2-4dad-be7d-e0423cc66b2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:54,854 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:07:54,854 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63bcfcd1-884e-47bb-8d73-57b96d2cf004', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63bcfcd1-884e-47bb-8d73-57b96d2cf004', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:55,886 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:55,886 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0c70d6c-b08d-46cc-bd29-a87ef5a1d565', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0c70d6c-b08d-46cc-bd29-a87ef5a1d565', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:56,922 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:07:56,922 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8db2315-b319-4aa1-b9b4-9c58ee42f8df', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8db2315-b319-4aa1-b9b4-9c58ee42f8df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:57,949 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:07:57,950 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83049f23-ee54-4a85-9a22-843568da5024', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83049f23-ee54-4a85-9a22-843568da5024', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:07:58,981 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:07:58,981 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd57ffe-2995-4d84-ad81-41a6865a1d3a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd57ffe-2995-4d84-ad81-41a6865a1d3a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:00,011 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:08:00,012 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:07:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-451f1dfc-25fc-4f48-a0f7-45def577e564', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-451f1dfc-25fc-4f48-a0f7-45def577e564', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:01,042 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:08:01,043 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dfafa56-8c5e-4904-97d2-5c8582ca7d56', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dfafa56-8c5e-4904-97d2-5c8582ca7d56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:02,077 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:08:02,077 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d64b7876-f0fe-408a-a59b-fe8b39ba082f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d64b7876-f0fe-408a-a59b-fe8b39ba082f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:03,110 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:08:03,110 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c468ab73-6123-4de1-8c55-0470dab4fd71', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c468ab73-6123-4de1-8c55-0470dab4fd71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:04,139 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:08:04,140 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a58b9f3-86bf-4fd0-89ad-987ad4ad41af', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a58b9f3-86bf-4fd0-89ad-987ad4ad41af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:05,170 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:08:05,170 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53aa70bd-3b75-42b0-a649-b18c0823e020', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53aa70bd-3b75-42b0-a649-b18c0823e020', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:06,209 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.033s
2026-05-28 12:08:06,209 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a53f6d7-d099-4bc0-8c03-0673c1c4c4ac', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a53f6d7-d099-4bc0-8c03-0673c1c4c4ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:07,241 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:08:07,242 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f93dcb4-b457-4f6d-bedf-f44c6cf7e223', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f93dcb4-b457-4f6d-bedf-f44c6cf7e223', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:08,273 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:08:08,273 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd1e10d9-0aa4-46ac-b844-43ad585feacb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd1e10d9-0aa4-46ac-b844-43ad585feacb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:09,308 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:08:09,308 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-395a18f0-4c5e-4caa-a85c-fad2f3dcb793', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-395a18f0-4c5e-4caa-a85c-fad2f3dcb793', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:10,340 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:08:10,340 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35c81546-425d-4d22-bd4d-c30107e7beb6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35c81546-425d-4d22-bd4d-c30107e7beb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:11,379 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.033s
2026-05-28 12:08:11,379 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0a4e7c0-168a-44c0-a713-fd96c681252a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a4e7c0-168a-44c0-a713-fd96c681252a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:12,411 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:08:12,411 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e17c305-1eca-42c5-a379-f25488ed6eeb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e17c305-1eca-42c5-a379-f25488ed6eeb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:13,447 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:08:13,447 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd69b9c0-aa93-4eda-9bc3-cbc509f3b445', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd69b9c0-aa93-4eda-9bc3-cbc509f3b445', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:14,477 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:08:14,477 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0115d1-19bd-4076-81f0-6ff96f256100', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0115d1-19bd-4076-81f0-6ff96f256100', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:15,509 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:08:15,509 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e3c76e-af5c-469c-a2a0-027a9f17c6b2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e3c76e-af5c-469c-a2a0-027a9f17c6b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:16,544 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:08:16,545 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad1eefd-0cc8-4b7a-93d8-8b2a6c5f01ac', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad1eefd-0cc8-4b7a-93d8-8b2a6c5f01ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:17,581 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.031s
2026-05-28 12:08:17,581 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a079b2d-e97e-4094-b4d6-d8fdad30a0ee', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a079b2d-e97e-4094-b4d6-d8fdad30a0ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:18,612 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:08:18,612 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edfdc186-fb00-4ab7-b036-a3aeb683bdb4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edfdc186-fb00-4ab7-b036-a3aeb683bdb4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:19,645 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:08:19,645 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d47d9fcd-a56f-4ff9-ac58-2b18c777e7fd', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d47d9fcd-a56f-4ff9-ac58-2b18c777e7fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:20,680 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:08:20,680 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e31e08-6648-4cae-ba05-e7ab50697238', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e31e08-6648-4cae-ba05-e7ab50697238', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:21,716 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.031s
2026-05-28 12:08:21,716 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86678b06-ed46-4aa7-b606-4f18d248bdc4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86678b06-ed46-4aa7-b606-4f18d248bdc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:22,744 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.022s
2026-05-28 12:08:22,744 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbfed639-7dec-4ad1-8ac8-3edaee328b6b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbfed639-7dec-4ad1-8ac8-3edaee328b6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:23,781 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.031s
2026-05-28 12:08:23,781 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d2a555b-55a9-4a08-b667-7527058afce6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d2a555b-55a9-4a08-b667-7527058afce6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:24,810 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:08:24,810 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e890bcf5-953b-4dc1-8df8-c611d539d7c7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e890bcf5-953b-4dc1-8df8-c611d539d7c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:25,842 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:08:25,842 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16152147-7bf5-4448-8141-d6b6e52c16a2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16152147-7bf5-4448-8141-d6b6e52c16a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:26,871 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.024s
2026-05-28 12:08:26,871 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be057191-8262-489e-ad78-2a19927214b6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be057191-8262-489e-ad78-2a19927214b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:27,905 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.029s
2026-05-28 12:08:27,906 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8f9b129-fb3b-46b1-b209-2cc98aba0375', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8f9b129-fb3b-46b1-b209-2cc98aba0375', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:28,934 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:08:28,934 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f2d566d-f9c8-4f55-a2ab-57311e15cbae', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f2d566d-f9c8-4f55-a2ab-57311e15cbae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:29,969 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:08:29,969 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8177226c-3a51-4294-a986-9fb1cd3975b4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8177226c-3a51-4294-a986-9fb1cd3975b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:31,000 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:08:31,000 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c636d2c-331f-401d-aad7-3ca533ecd714', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c636d2c-331f-401d-aad7-3ca533ecd714', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:32,030 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.023s
2026-05-28 12:08:32,030 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623d755d-ee63-4790-a74a-a39e6494664b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623d755d-ee63-4790-a74a-a39e6494664b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:33,062 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:08:33,063 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14550fd4-104e-431a-8931-8c8b661edfe3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14550fd4-104e-431a-8931-8c8b661edfe3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:34,096 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.027s
2026-05-28 12:08:34,096 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e35005ff-e987-472c-ad7d-6981eeeffed3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e35005ff-e987-472c-ad7d-6981eeeffed3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:35,131 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.030s
2026-05-28 12:08:35,131 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b45d76c3-96da-4b57-b21e-ebb3d08e6cc5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b45d76c3-96da-4b57-b21e-ebb3d08e6cc5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:36,164 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.028s
2026-05-28 12:08:36,165 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38339f11-5086-4bab-b0e1-2b1c45dbb8f1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38339f11-5086-4bab-b0e1-2b1c45dbb8f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:37,196 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.025s
2026-05-28 12:08:37,196 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcb3f6f4-471a-47f5-af0c-7697d9b29843', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcb3f6f4-471a-47f5-af0c-7697d9b29843', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
Body: b'{"volume": {"id": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8bed-2f8dcb54f89c", "volume_id": "d885bd13-8fc2-416b-9705-1317e637550a", "server_id": "82bfd218-8f21-471f-ab10-acdce7f5f5f4", "host_name": null, "device": "/dev/vda", "attached_at": "2026-05-28T12:04:59.000000"}], "os-vol-tenant-attr:tenant_id": "92843d624f644b0aaeb0f33d4c573252"}}'
2026-05-28 12:08:37,232 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.127/volume/v3/volumes/detail?all_tenants=1 0.030s
2026-05-28 12:08:37,233 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1710117b-c233-42f3-b7b1-47eb4d5e6133', 'content-length': '10842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1710117b-c233-42f3-b7b1-47eb4d5e6133', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.127/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "12521895-97df-4ef8-bb18-c56e3ba7ac4c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:08:10.000000", "updated_at": "2026-05-28T12:08:18.000000", "name": "tempest-TestMinimumBasicScenario-volume-1063718969", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/12521895-97df-4ef8-bb18-c56e3ba7ac4c"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/12521895-97df-4ef8-bb18-c56e3ba7ac4c"}], "user_id": "792d14a246d8426084fb97ee30dfa1e4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "12521895-97df-4ef8-bb18-c56e3ba7ac4c", "attachment_id": "2321e966-92bd-499f-8173-9d79f7f9bee7", "volume_id": "12521895-97df-4ef8-bb18-c56e3ba7ac4c", "server_id": "7d9a3b08-ba3d-4cb2-9bd1-29aab16d00a4", "host_name": "np0000001625", "device": "/dev/vdb", "attached_at": "2026-05-28T12:08:14.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "ffbe5d3b950d4369a0d4e603a8394fd7", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001625@storpool#template_virtual"}, {"id": "e35cb2d6-8c52-4835-ae64-306d3393815f", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:08:01.000000", "updated_at": "2026-05-28T12:08:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-origin-2097364334", "description": null, "volume_type": "tempest-scenario-type-luks-476877181", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/e35cb2d6-8c52-4835-ae64-306d3393815f"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/e35cb2d6-8c52-4835-ae64-306d3393815f"}], "user_id": "c6c676879d8848b1a18647cbd9cd5746", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e35cb2d6-8c52-4835-ae64-306d3393815f", "attachment_id": "537e07fc-8201-4a7e-9553-e36055cfef51", "volume_id": "e35cb2d6-8c52-4835-ae64-306d3393815f", "server_id": "8ee07406-25ef-4c64-8f82-7d92a839c26d", "host_name": "np0000001625", "device": "/dev/vda", "attached_at": "2026-05-28T12:08:18.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "e1e1e550fe67477cac176491326bd71c", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001625@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": "514d5d55-9f59-47c7-944d-b9afed4ebf28", "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": "d885bd13-8fc2-416b-9705-1317e637550a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T12:04:51.000000", "updated_at": "2026-05-28T12:05:00.000000", "name": "tempest-TestVolumeBootPattern-volume-166244651", "description": null, "volume_type": "tempest-scenario-type-luks2-516187833", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}, {"rel": "bookmark", "href": "https://10.4.3.127/volume/volumes/d885bd13-8fc2-416b-9705-1317e637550a"}], "user_id": "cf93a9d3edd042bab80b1699b802c21a", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d885bd13-8fc2-416b-9705-1317e637550a", "attachment_id": "badbe2b9-59bc-49e9-8be
2026-05-28 12:08:37,266 106229 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a 0.026s
2026-05-28 12:08:37,267 106229 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 12:08:37 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-d13e1929-b81f-4edf-9362-3907e64250f2', 'x-openstack-request-id': 'req-d13e1929-b81f-4edf-9362-3907e64250f2', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.127/volume/v3/volumes/d885bd13-8fc2-416b-9705-1317e637550a'}
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 d885bd13-8fc2-416b-9705-1317e637550a within the required time (196 s). Timer started at 1779969921. Timer ended at 1779970117. 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 271, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, 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 | |
VolumeTypesMemberTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt21.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt21.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| 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.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt103.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
pt103.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
pt104.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
pt104.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
pt104.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
pt105.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt111.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
pt112.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
pt112.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
pt113.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
pt114.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
pt115.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
pt116.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_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt117.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,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 | ||