Status: Pass 292 Failure 7 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.api.image.v2.test_images_dependency | 1 | 0 | 1 | 0 | 0 | Detail | |
ImageDependencyTests) |
fail
ft1.1: tearDownClass (tempest.api.image.v2.test_images_dependency.ImageDependencyTests)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 628, in resource_cleanup
raise testtools.MultipleExceptions(*cleanup_errors)
testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>, <traceback object at 0x7ab882a0aa80>)
|
||||||
| tearDownClass (tempest.scenario.test_volume_boot_pattern | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVolumeBootPattern) |
fail
ft2.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 c32f84a5-618f-4ffa-b7a5-35e6ea61499c: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 3 | 1 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
fail
ft3.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 12:50:02,955 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST https://10.4.3.21/volume/v3/volumes 0.350s
2026-06-17 12:50:02,956 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"size": 1, "name": "tempest-VolumesBackupsTest-Volume-13366422"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef5ad4f-67e3-4572-b0c1-be0dba7d6694', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef5ad4f-67e3-4572-b0c1-be0dba7d6694', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:02.885689", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 12:50:02,963 106256 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 12:50:02,963 106256 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 12:50:03,028 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.21/compute/v2.1/os-keypairs 0.064s
2026-06-17 12:50:03,028 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1986854715", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYede8R6aGpNkr0vF7TUJp7isZZmU08FJ6zcOkGuqNy3b2o6GUOwy7bUm4//X6SYdYxTq0O8RC/BNzcLHqt04KfLT2gL/fA19m1KuyuAopBIA3pg/4WtZO4XWcAmeCJyA=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:02 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-58afa8ed-9bd1-4340-8e06-c6c7a279c2f6', 'x-compute-request-id': 'req-58afa8ed-9bd1-4340-8e06-c6c7a279c2f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1986854715", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYede8R6aGpNkr0vF7TUJp7isZZmU08FJ6zcOkGuqNy3b2o6GUOwy7bUm4//X6SYdYxTq0O8RC/BNzcLHqt04KfLT2gL/fA19m1KuyuAopBIA3pg/4WtZO4XWcAmeCJyA==", "fingerprint": "b6:1e:9e:1d:91:b6:df:36:7e:86:9d:72:95:ce:f8:82", "user_id": "648372f9293e48e7acefa52d8f0e39a6"}}'
2026-06-17 12:50:03,030 106256 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1986854715 created
2026-06-17 12:50:03,246 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-groups 0.213s
2026-06-17 12:50:03,246 106256 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--1867081708", "description": "tempest-description--1943707399"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-5bc69b2a-ab92-458d-9abc-3c1c4e3945de', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "83173a0c-edb2-45d9-9723-11afe74d57c7", "name": "tempest-securitygroup--1867081708", "stateful": true, "tenant_id": "ed88336324e9412793405fb10647d009", "project_id": "ed88336324e9412793405fb10647d009", "description": "tempest-description--1943707399", "shared": false, "security_group_rules": [{"id": "6de0e00b-8c42-4667-8562-544a8451afc0", "project_id": "ed88336324e9412793405fb10647d009", "security_group_id": "83173a0c-edb2-45d9-9723-11afe74d57c7", "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": 657, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T12:50:03Z", "updated_at": "2026-06-17T12:50:03Z", "revision_number": 0, "tenant_id": "ed88336324e9412793405fb10647d009"}, {"id": "9bd4760d-055a-4b59-9b01-34b69dab0079", "project_id": "ed88336324e9412793405fb10647d009", "security_group_id": "83173a0c-edb2-45d9-9723-11afe74d57c7", "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": 656, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T12:50:03Z", "updated_at": "2026-06-17T12:50:03Z", "revision_number": 0, "tenant_id": "ed88336324e9412793405fb10647d009"}], "tags": [], "created_at": "2026-06-17T12:50:03Z", "updated_at": "2026-06-17T12:50:03Z", "revision_number": 1}}'
2026-06-17 12:50:03,453 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.207s
2026-06-17 12:50:03,453 106256 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": "83173a0c-edb2-45d9-9723-11afe74d57c7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-71b261bb-996b-4b78-95a9-918dd46d2d86', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e1dfa153-97bc-408f-b6b4-ba0b8ebebc73", "project_id": "ed88336324e9412793405fb10647d009", "security_group_id": "83173a0c-edb2-45d9-9723-11afe74d57c7", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T12:50:03Z", "updated_at": "2026-06-17T12:50:03Z", "revision_number": 0, "tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:50:04,251 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.797s
2026-06-17 12:50:04,251 106256 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": "83173a0c-edb2-45d9-9723-11afe74d57c7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-114b0452-e3ea-4b53-9c3f-40fdcb4fff49', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a68fbe50-cd97-4322-994e-2a930644d7f9", "project_id": "ed88336324e9412793405fb10647d009", "security_group_id": "83173a0c-edb2-45d9-9723-11afe74d57c7", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T12:50:04Z", "updated_at": "2026-06-17T12:50:04Z", "revision_number": 0, "tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:50:04,251 106256 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1867081708 created
2026-06-17 12:50:04,882 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/floatingips 0.631s
2026-06-17 12:50:04,883 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-47950e11-b3c5-40a8-9077-f0cc3ebee734', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "47fdec4b-f42f-4168-8806-5c1e05da3f99", "tenant_id": "ed88336324e9412793405fb10647d009", "project_id": "ed88336324e9412793405fb10647d009", "floating_ip_address": "172.24.5.27", "floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T12:50:04Z", "updated_at": "2026-06-17T12:50:04Z", "revision_number": 0}}'
2026-06-17 12:50:04,883 106256 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '47fdec4b-f42f-4168-8806-5c1e05da3f99', 'tenant_id': 'ed88336324e9412793405fb10647d009', 'project_id': 'ed88336324e9412793405fb10647d009', 'floating_ip_address': '172.24.5.27', 'floating_network_id': 'b6b90cf8-eaa7-472f-b75e-b84a82f3a539', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T12:50:04Z', 'updated_at': '2026-06-17T12:50:04Z', 'revision_number': 0, 'ip': '172.24.5.27'} created
2026-06-17 12:50:04,955 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 201 POST https://10.4.3.21/identity/v3/auth/tokens 0.068s
2026-06-17 12:50:04,955 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2919', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9f8bfe17-d4dc-4e8e-9022-a80c0672a766', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "648372f9293e48e7acefa52d8f0e39a6", "name": "tempest-VolumesBackupsTest-52924872-project-member", "password_expires_at": null}, "audit_ids": ["sKqlro6aRH-FKyqVMbyW6A"], "expires_at": "2026-06-17T13:50:04.000000Z", "issued_at": "2026-06-17T12:50:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed88336324e9412793405fb10647d009", "name": "tempest-VolumesBackupsTest-52924872"}, "is_domain": false, "roles": [{"id": "ddef45d4387b456abac6e189627f57d3", "name": "reader"}, {"id": "acdbf7bedbec4e0fbd83d8a5611b7e13", "name": "member"}], "catalog": [{"endpoints": [{"id": "51a8937a06dc4010a90ce16e8e460c1a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/identity", "region": "RegionOne"}], "id": "33e519f894cf4f04abe28a46bbed0f45", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7017fc2162c94a7bbdd2da0e8641db57", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2/ed88336324e9412793405fb10647d009", "region": "RegionOne"}], "id": "3b5c83d90aec416a83c9968af991d310", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "656b6314054f40bd9683f2313469f4d3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/image", "region": "RegionOne"}], "id": "3d456053421d4d009c6282b620c3b284", "type": "image", "name": "glance"}, {"endpoints": [{"id": "13e6fe8ed21c4fb9ae3b11b9b512256b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2.1", "region": "RegionOne"}], "id": "435f3f9b56824383acd1bcc2d9dcef37", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "aa95c0456a5d463ca0145adac973a411", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/networking", "region": "RegionOne"}], "id": "74ea760b6e08437fbee38512251300ea", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "010ce3ba74be4fc5add7722492dafde1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/volume/v3", "region": "RegionOne"}], "id": "9113a1f1ccb148ea8b55feb9ec90c89c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1c10b85a4d8c4b4486a1827d6ae2c7ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/placement", "region": "RegionOne"}], "id": "ee3663b012a84e8a954e6e016d85a204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6623400a1c9c4d0a9b2c162997bf7c6f", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21:8080/v1/AUTH_ed88336324e9412793405fb10647d009", "region": "RegionOne"}, {"id": "741ebc346c6745dbaef56db271d19906", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.21:8080", "region": "RegionOne"}], "id": "fbd742458c9f4068a952821cad3e83ac", "type": "object-store", "name": "swift"}]}}'
2026-06-17 12:50:04,955 106256 INFO [tempest.lib.common.fixed_network] (VolumesBackupsTest:test_backup_create_attached_volume) Found network {'id': 'd767ef2c-30a5-44f3-b679-6328b00d0a56', 'name': 'tempest-VolumesBackupsTest-1595933445-network', 'tenant_id': 'ed88336324e9412793405fb10647d009', 'project_id': 'ed88336324e9412793405fb10647d009', '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': 52561, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T12:49:54Z', 'updated_at': '2026-06-17T12:49:54Z', 'revision_number': 1} available for tenant
2026-06-17 12:50:04,956 106256 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1986854715', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCYede8R6aGpNkr0vF7TUJp7isZZmU08FJ6zcOkGuqNy3b2o6GUOwy7bUm4//X6SYdYxTq0O8RC/BNzcLHqt04KfLT2gL/fA19m1KuyuAopBIA3pg/4WtZO4XWcAmeCJyA==', 'fingerprint': 'b6:1e:9e:1d:91:b6:df:36:7e:86:9d:72:95:ce:f8:82', 'user_id': '648372f9293e48e7acefa52d8f0e39a6', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBXuVQtbgLRAi4YfTSlMbyTAj5WWArSY+buGPenSzuHlb/h0j34+MTa\nzLkwqLdmxHKgBwYFK4EEACKhZANiAAQmHnXvEemhqTZK9Lxe01Cae4rGWZlNPBSe\ns3DpBrqjct29qOhlDsMu21JuP/1+kmHWMU6tDvEQvwTc3Cx6rdOCny09oC/3wNfZ\ntSrsrgKKQSAN6YP+FrWTuF1nAJngicg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '83173a0c-edb2-45d9-9723-11afe74d57c7', 'name': 'tempest-securitygroup--1867081708', 'stateful': True, 'tenant_id': 'ed88336324e9412793405fb10647d009', 'project_id': 'ed88336324e9412793405fb10647d009', 'description': 'tempest-description--1943707399', 'shared': False, 'security_group_rules': [{'id': '6de0e00b-8c42-4667-8562-544a8451afc0', 'project_id': 'ed88336324e9412793405fb10647d009', 'security_group_id': '83173a0c-edb2-45d9-9723-11afe74d57c7', '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': 657, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T12:50:03Z', 'updated_at': '2026-06-17T12:50:03Z', 'revision_number': 0, 'tenant_id': 'ed88336324e9412793405fb10647d009'}, {'id': '9bd4760d-055a-4b59-9b01-34b69dab0079', 'project_id': 'ed88336324e9412793405fb10647d009', 'security_group_id': '83173a0c-edb2-45d9-9723-11afe74d57c7', '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': 656, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T12:50:03Z', 'updated_at': '2026-06-17T12:50:03Z', 'revision_number': 0, 'tenant_id': 'ed88336324e9412793405fb10647d009'}], 'tags': [], 'created_at': '2026-06-17T12:50:03Z', 'updated_at': '2026-06-17T12:50:03Z', 'revision_number': 1}, 'floating_ip': {'id': '47fdec4b-f42f-4168-8806-5c1e05da3f99', 'tenant_id': 'ed88336324e9412793405fb10647d009', 'project_id': 'ed88336324e9412793405fb10647d009', 'floating_ip_address': '172.24.5.27', 'floating_network_id': 'b6b90cf8-eaa7-472f-b75e-b84a82f3a539', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T12:50:04Z', 'updated_at': '2026-06-17T12:50:04Z', 'revision_number': 0, 'ip': '172.24.5.27'}}
2026-06-17 12:50:05,768 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST https://10.4.3.21/compute/v2.1/servers 0.811s
2026-06-17 12:50:05,768 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesBackupsTest-instance-1499653639", "imageRef": "21430a97-1035-461a-9b7d-82457efb7b9b", "flavorRef": "42", "networks": [{"uuid": "d767ef2c-30a5-44f3-b679-6328b00d0a56"}], "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "key_name": "tempest-keypair-1986854715", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9043c56-12fc-4b26-8d15-d4f69e5c05dd', 'x-compute-request-id': 'req-a9043c56-12fc-4b26-8d15-d4f69e5c05dd', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/servers'}
Body: b'{"server": {"id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "adminPass": "34BEiVnXxjcK"}}'
2026-06-17 12:50:05,897 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.126s
2026-06-17 12:50:05,897 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1232', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12939f0f-45b2-47a9-9a64-f858da3e1750', 'x-compute-request-id': 'req-12939f0f-45b2-47a9-9a64-f858da3e1750', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:06Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:05Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:07,001 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.095s
2026-06-17 12:50:07,001 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-232eb79c-3f1e-4804-a145-aee356219f0f', 'x-compute-request-id': 'req-232eb79c-3f1e-4804-a145-aee356219f0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:08,131 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.122s
2026-06-17 12:50:08,132 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17745fb4-ebdf-46ea-b201-c45a4c5735c9', 'x-compute-request-id': 'req-17745fb4-ebdf-46ea-b201-c45a4c5735c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:08,137 106256 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-17 12:50:09,267 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.129s
2026-06-17 12:50:09,267 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49a494c8-5195-47ea-a544-6946ec74d2d8', 'x-compute-request-id': 'req-49a494c8-5195-47ea-a544-6946ec74d2d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:10,409 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.134s
2026-06-17 12:50:10,409 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dc32da7-dc60-44f1-aea4-31b44ba0384f', 'x-compute-request-id': 'req-8dc32da7-dc60-44f1-aea4-31b44ba0384f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:10Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:11,539 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.120s
2026-06-17 12:50:11,539 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15b661da-99de-41c9-ac76-413a49bd4fa6', 'x-compute-request-id': 'req-15b661da-99de-41c9-ac76-413a49bd4fa6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:10Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:12,652 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.101s
2026-06-17 12:50:12,652 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46402877-cdda-4e68-ad68-9170ed068c65', 'x-compute-request-id': 'req-46402877-cdda-4e68-ad68-9170ed068c65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:10Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:13,858 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.195s
2026-06-17 12:50:13,858 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:13 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-b5b79b6d-a0f7-4aa1-afd2-d0641e69de29', 'x-compute-request-id': 'req-b5b79b6d-a0f7-4aa1-afd2-d0641e69de29', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:13,866 106256 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 8 second wait
2026-06-17 12:50:15,260 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.392s
2026-06-17 12:50:15,260 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5d3062d-fb4a-4d8e-8e93-eb4ed6869ebd', 'x-compute-request-id': 'req-d5d3062d-fb4a-4d8e-8e93-eb4ed6869ebd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:15,267 106256 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 10 second wait
2026-06-17 12:50:16,508 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.240s
2026-06-17 12:50:16,508 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-644a5346-374d-41d1-94a0-be9b8752a64c', 'x-compute-request-id': 'req-644a5346-374d-41d1-94a0-be9b8752a64c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:17,773 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.258s
2026-06-17 12:50:17,773 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dd79a59-be94-4cc1-909c-72df21d5392d', 'x-compute-request-id': 'req-4dd79a59-be94-4cc1-909c-72df21d5392d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:19,127 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.343s
2026-06-17 12:50:19,128 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b50efb81-3299-4628-8834-d9a085be6e3b', 'x-compute-request-id': 'req-b50efb81-3299-4628-8834-d9a085be6e3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:20,565 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.427s
2026-06-17 12:50:20,565 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8441178-04dd-43cb-bd6c-1de052259228', 'x-compute-request-id': 'req-c8441178-04dd-43cb-bd6c-1de052259228', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:22,166 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.590s
2026-06-17 12:50:22,167 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-240ac594-b794-4025-afae-dbfc4c0f11f1', 'x-compute-request-id': 'req-240ac594-b794-4025-afae-dbfc4c0f11f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:24,539 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 1.362s
2026-06-17 12:50:24,539 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40b8075f-df2f-422d-b93b-ce45b119c7c7', 'x-compute-request-id': 'req-40b8075f-df2f-422d-b93b-ce45b119c7c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:15Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:25,801 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.253s
2026-06-17 12:50:25,801 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e26c2392-4cf8-419e-9bd7-9f0b9da1b982', 'x-compute-request-id': 'req-e26c2392-4cf8-419e-9bd7-9f0b9da1b982', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "BUILD", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:27,076 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.266s
2026-06-17 12:50:27,077 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-062ad8ac-1689-495e-b897-7cf47f4cc804', 'x-compute-request-id': 'req-062ad8ac-1689-495e-b897-7cf47f4cc804', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-1595933445-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d2:dd"}]}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "ACTIVE", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:50:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": "2026-06-17T12:50:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:50:27,086 106256 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait
2026-06-17 12:50:27,276 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498/os-interface 0.189s
2026-06-17 12:50:27,276 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:27 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-ea1d2d74-4136-4d0a-8165-9014a3bd4516', 'x-compute-request-id': 'req-ea1d2d74-4136-4d0a-8165-9014a3bd4516', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "d767ef2c-30a5-44f3-b679-6328b00d0a56", "port_id": "efc0ad46-ae38-45cc-bbf8-f84791df8f11", "mac_addr": "fa:16:3e:62:d2:dd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e120820b-94b1-473a-85ec-aa2b59d2bda3", "ip_address": "10.1.0.6"}]}]}'
2026-06-17 12:50:28,169 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 PUT https://10.4.3.21/networking/v2.0/floatingips/47fdec4b-f42f-4168-8806-5c1e05da3f99 0.888s
2026-06-17 12:50:28,169 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "efc0ad46-ae38-45cc-bbf8-f84791df8f11"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:50:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-c0f537a5-958b-4def-9911-df3110d45b36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/47fdec4b-f42f-4168-8806-5c1e05da3f99'}
Body: b'{"floatingip": {"id": "47fdec4b-f42f-4168-8806-5c1e05da3f99", "tenant_id": "ed88336324e9412793405fb10647d009", "project_id": "ed88336324e9412793405fb10647d009", "floating_ip_address": "172.24.5.27", "floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539", "router_id": "396ae06f-a4a4-4c97-b2c9-e91fb78f6d16", "port_id": "efc0ad46-ae38-45cc-bbf8-f84791df8f11", "fixed_ip_address": "10.1.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d767ef2c-30a5-44f3-b679-6328b00d0a56", "mac_address": "fa:16:3e:62:d2:dd", "admin_state_up": true, "status": "ACTIVE", "device_id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T12:50:04Z", "updated_at": "2026-06-17T12:50:27Z", "revision_number": 1}}'
2026-06-17 12:50:28,170 106256 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.27:22' as 'cirros' with public key authentication
2026-06-17 12:51:03,927 106256 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 12:51:04,113 106256 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 12:51:04,113 106256 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.27 successfully created
2026-06-17 12:51:04,167 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.053s
2026-06-17 12:51:04,168 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ec61804-d9ee-4e9e-91bd-a4884195436e', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ec61804-d9ee-4e9e-91bd-a4884195436e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:50:03.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:04,175 106256 INFO [tempest.common.waiters] volume e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 reached available after waiting for 0.175566 seconds
2026-06-17 12:51:06,809 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 POST https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498/os-volume_attachments 2.633s
2026-06-17 12:51:06,809 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "device": "/dev/vdb"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:04 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-40d8b867-27db-43db-98c2-e9369cc51219', 'x-compute-request-id': 'req-40d8b867-27db-43db-98c2-e9369cc51219', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "serverId": "64cc2cab-9732-4c0b-9f91-efeae3996498", "volumeId": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "device": "/dev/vdb"}}'
2026-06-17 12:51:06,857 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.046s
2026-06-17 12:51:06,857 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cb2a933-05f4-4e69-a766-6de784eea406', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cb2a933-05f4-4e69-a766-6de784eea406', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:06.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:07,976 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.112s
2026-06-17 12:51:07,976 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee3878a-8fe6-4e67-8cd3-5c5442b2c431', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee3878a-8fe6-4e67-8cd3-5c5442b2c431', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:07.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:09,089 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.092s
2026-06-17 12:51:09,089 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b985d111-f71c-4416-a18c-f61007252499', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b985d111-f71c-4416-a18c-f61007252499', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:07.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:10,185 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.087s
2026-06-17 12:51:10,185 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a49a52f9-c549-4e79-b9ee-1f9d8e991fa9', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a49a52f9-c549-4e79-b9ee-1f9d8e991fa9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:07.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:11,261 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.067s
2026-06-17 12:51:11,261 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-376756fe-bb4a-43d7-89b6-414cc8fbccf8', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-376756fe-bb4a-43d7-89b6-414cc8fbccf8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:07.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:12,331 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.057s
2026-06-17 12:51:12,332 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bac91bf2-a12b-406f-85f3-182566fac98f', 'content-length': '1130', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bac91bf2-a12b-406f-85f3-182566fac98f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:11.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "attachment_id": "f453517b-9c99-4a6b-97e7-6d5c464d717b", "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "server_id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T12:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:12,341 106256 INFO [tempest.common.waiters] volume e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 reached in-use after waiting for 6.341640 seconds
2026-06-17 12:51:12,565 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 202 POST https://10.4.3.21/volume/v3/backups 0.223s
2026-06-17 12:51:12,565 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"backup": {"volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "name": "tempest-VolumesBackupsTest-Backup-13631880", "force": true, "container": "tempest-volumesbackupstest-backup-container-645555575"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb57b6e-48f9-4be5-9569-4c146304da65', 'content-length': '326', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb57b6e-48f9-4be5-9569-4c146304da65', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/backups'}
Body: b'{"backup": {"id": "7f537397-bbdb-49dc-bf71-49e372535ef5", "name": "tempest-VolumesBackupsTest-Backup-13631880", "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}]}}'
2026-06-17 12:51:12,606 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.039s
2026-06-17 12:51:12,606 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-830d7a56-2294-479b-aac6-f395d9cc48b8', 'content-length': '784', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-830d7a56-2294-479b-aac6-f395d9cc48b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b'{"backup": {"id": "7f537397-bbdb-49dc-bf71-49e372535ef5", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "tempest-volumesbackupstest-backup-container-645555575", "created_at": "2026-06-17T12:51:12.000000", "updated_at": "2026-06-17T12:51:13.000000", "name": "tempest-VolumesBackupsTest-Backup-13631880", "description": null, "fail_reason": null, "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T12:51:12.000000"}}'
2026-06-17 12:51:13,638 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.026s
2026-06-17 12:51:13,639 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b39bf1c-05c4-459c-8043-50c3839c87aa', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b39bf1c-05c4-459c-8043-50c3839c87aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b'{"backup": {"id": "7f537397-bbdb-49dc-bf71-49e372535ef5", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-645555575", "created_at": "2026-06-17T12:51:12.000000", "updated_at": "2026-06-17T12:51:13.000000", "name": "tempest-VolumesBackupsTest-Backup-13631880", "description": null, "fail_reason": null, "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T12:51:12.000000"}}'
2026-06-17 12:51:14,676 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.032s
2026-06-17 12:51:14,676 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd580484-6f0e-40ca-bafc-394d37567c4a', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd580484-6f0e-40ca-bafc-394d37567c4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b'{"backup": {"id": "7f537397-bbdb-49dc-bf71-49e372535ef5", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-645555575", "created_at": "2026-06-17T12:51:12.000000", "updated_at": "2026-06-17T12:51:13.000000", "name": "tempest-VolumesBackupsTest-Backup-13631880", "description": null, "fail_reason": null, "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T12:51:12.000000"}}'
2026-06-17 12:51:15,714 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.034s
2026-06-17 12:51:15,714 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b18d17b-2270-4042-bb02-f8077b821d04', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b18d17b-2270-4042-bb02-f8077b821d04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b'{"backup": {"id": "7f537397-bbdb-49dc-bf71-49e372535ef5", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-645555575", "created_at": "2026-06-17T12:51:12.000000", "updated_at": "2026-06-17T12:51:13.000000", "name": "tempest-VolumesBackupsTest-Backup-13631880", "description": null, "fail_reason": null, "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T12:51:12.000000"}}'
2026-06-17 12:51:16,746 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.026s
2026-06-17 12:51:16,746 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-907fa2fc-209d-4f5b-b143-e159c3561e97', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-907fa2fc-209d-4f5b-b143-e159c3561e97', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b'{"backup": {"id": "7f537397-bbdb-49dc-bf71-49e372535ef5", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-645555575", "created_at": "2026-06-17T12:51:12.000000", "updated_at": "2026-06-17T12:51:13.000000", "name": "tempest-VolumesBackupsTest-Backup-13631880", "description": null, "fail_reason": null, "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T12:51:12.000000"}}'
2026-06-17 12:51:17,778 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_backup_create_attached_volume): 200 GET https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.026s
2026-06-17 12:51:17,779 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e23a26c-f89e-4d7b-a5fb-836aa4736f92', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e23a26c-f89e-4d7b-a5fb-836aa4736f92', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b'{"backup": {"id": "7f537397-bbdb-49dc-bf71-49e372535ef5", "status": "error", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-645555575", "created_at": "2026-06-17T12:51:12.000000", "updated_at": "2026-06-17T12:51:17.000000", "name": "tempest-VolumesBackupsTest-Backup-13631880", "description": null, "fail_reason": "[Errno 13] Permission denied: \'/dev/storpool-byid/b2p2.b.nn\'", "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T12:51:12.000000"}}'
2026-06-17 12:51:17,841 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.056s
2026-06-17 12:51:17,842 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-d27d5583-3ca1-4c4c-8360-a9eca63e854e', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d27d5583-3ca1-4c4c-8360-a9eca63e854e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b''
2026-06-17 12:51:17,866 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.023s
2026-06-17 12:51:17,867 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9390588-a609-448f-99fe-4bac4c4cec45', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9390588-a609-448f-99fe-4bac4c4cec45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b'{"backup": {"id": "7f537397-bbdb-49dc-bf71-49e372535ef5", "status": "deleting", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-645555575", "created_at": "2026-06-17T12:51:12.000000", "updated_at": "2026-06-17T12:51:18.000000", "name": "tempest-VolumesBackupsTest-Backup-13631880", "description": null, "fail_reason": "[Errno 13] Permission denied: \'/dev/storpool-byid/b2p2.b.nn\'", "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/backups/7f537397-bbdb-49dc-bf71-49e372535ef5"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-17T12:51:12.000000"}}'
2026-06-17 12:51:18,900 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5 0.028s
2026-06-17 12:51:18,900 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:18 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-28fba975-1488-4e3d-ba16-038a494af506', 'x-openstack-request-id': 'req-28fba975-1488-4e3d-ba16-038a494af506', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/backups/7f537397-bbdb-49dc-bf71-49e372535ef5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Backup 7f537397-bbdb-49dc-bf71-49e372535ef5 could not be found."}}'
2026-06-17 12:51:19,034 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.21:8080/v1/AUTH_ed88336324e9412793405fb10647d009/tempest-volumesbackupstest-backup-container-645555575?&limit=9999&format=json 0.134s
2026-06-17 12:51:19,035 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txc67b3948f9bc44829a1ba-006a329846', 'x-openstack-request-id': 'txc67b3948f9bc44829a1ba-006a329846', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21:8080/v1/AUTH_ed88336324e9412793405fb10647d009/tempest-volumesbackupstest-backup-container-645555575?&limit=9999&format=json'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-17 12:51:19,035 106256 WARNING [tempest.common.object_storage] Container tempest-volumesbackupstest-backup-container-645555575 wasn't deleted as it wasn't found.
2026-06-17 12:51:19,456 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498/os-volume_attachments/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.421s
2026-06-17 12:51:19,456 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:19 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-facd21e1-8faa-4aa6-a7d6-2d47f803dfb1', 'x-compute-request-id': 'req-facd21e1-8faa-4aa6-a7d6-2d47f803dfb1', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498/os-volume_attachments/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b''
2026-06-17 12:51:19,497 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.040s
2026-06-17 12:51:19,497 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c3a4a21-f772-4b88-9aef-ccee021cb405', 'content-length': '1133', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c3a4a21-f772-4b88-9aef-ccee021cb405', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:19.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "attachment_id": "f453517b-9c99-4a6b-97e7-6d5c464d717b", "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "server_id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T12:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:20,547 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.041s
2026-06-17 12:51:20,547 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-203e49ba-b466-4b8f-b3d2-9fa136971312', 'content-length': '1133', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-203e49ba-b466-4b8f-b3d2-9fa136971312', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:19.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "attachment_id": "f453517b-9c99-4a6b-97e7-6d5c464d717b", "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "server_id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T12:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:21,590 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.036s
2026-06-17 12:51:21,591 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bf55f62-53ca-44f7-b733-a981e7cfc126', 'content-length': '1133', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bf55f62-53ca-44f7-b733-a981e7cfc126', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:19.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "attachment_id": "f453517b-9c99-4a6b-97e7-6d5c464d717b", "volume_id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "server_id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "host_name": null, "device": "/dev/vdb", "attached_at": "2026-06-17T12:51:07.000000"}], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:22,649 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.051s
2026-06-17 12:51:22,649 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3578978-c83b-4ed3-ae99-9e800a53e900', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3578978-c83b-4ed3-ae99-9e800a53e900', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:22.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:22,655 106256 INFO [tempest.common.waiters] volume e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 reached available after waiting for 3.655170 seconds
2026-06-17 12:51:22,829 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.173s
2026-06-17 12:51:22,829 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:22 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-766514f7-6cb1-464c-8e4a-e7e05ed909ad', 'x-compute-request-id': 'req-766514f7-6cb1-464c-8e4a-e7e05ed909ad', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b''
2026-06-17 12:51:23,679 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.849s
2026-06-17 12:51:23,680 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1664', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30754391-deab-418b-89fe-55194f35c43b', 'x-compute-request-id': 'req-30754391-deab-418b-89fe-55194f35c43b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-1595933445-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d2:dd"}, {"version": 4, "addr": "172.24.5.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d2:dd"}]}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "ACTIVE", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:51:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": "2026-06-17T12:50:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:51:25,004 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.316s
2026-06-17 12:51:25,004 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1664', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7ea5c3e-501a-45ce-9bc5-6a7072c38277', 'x-compute-request-id': 'req-e7ea5c3e-501a-45ce-9bc5-6a7072c38277', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-1595933445-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d2:dd"}, {"version": 4, "addr": "172.24.5.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d2:dd"}]}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "ACTIVE", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:51:23Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": "2026-06-17T12:50:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1867081708"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:51:26,205 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.190s
2026-06-17 12:51:26,205 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1596', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2093b8aa-d7a6-4c9c-aff8-f80455803c4f', 'x-compute-request-id': 'req-2093b8aa-d7a6-4c9c-aff8-f80455803c4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesBackupsTest-1595933445-network": [{"version": 4, "addr": "10.1.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d2:dd"}, {"version": 4, "addr": "172.24.5.27", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:d2:dd"}]}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "ACTIVE", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:51:25Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": "2026-06-17T12:50:25.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:51:27,490 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.279s
2026-06-17 12:51:27,491 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e6eacd6-321d-4a09-9687-fd94b4d86087', 'x-compute-request-id': 'req-8e6eacd6-321d-4a09-9687-fd94b4d86087', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "DELETED", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:51:27Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": "2026-06-17T12:50:25.000000", "OS-SRV-USG:terminated_at": "2026-06-17T12:51:26.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:51:27,497 106256 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2026-06-17 12:51:28,730 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.233s
2026-06-17 12:51:28,731 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2263354e-3755-4fd5-b796-d6088d9b70f1', 'x-compute-request-id': 'req-2263354e-3755-4fd5-b796-d6088d9b70f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "DELETED", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:51:27Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": "2026-06-17T12:50:25.000000", "OS-SRV-USG:terminated_at": "2026-06-17T12:51:26.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:51:30,004 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.262s
2026-06-17 12:51:30,004 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81f33b6b-e565-4354-87e1-a0b6a54edfc9', 'x-compute-request-id': 'req-81f33b6b-e565-4354-87e1-a0b6a54edfc9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "DELETED", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:51:27Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": "2026-06-17T12:50:25.000000", "OS-SRV-USG:terminated_at": "2026-06-17T12:51:26.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:51:32,267 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 1.254s
2026-06-17 12:51:32,267 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f0f7b66-20de-470a-9b07-ab416cc0d91e', 'x-compute-request-id': 'req-6f0f7b66-20de-470a-9b07-ab416cc0d91e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:50:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "822535c72f5ab34fc249a9fde60675f47d2bf01baf8c9c0834a99b87", "id": "64cc2cab-9732-4c0b-9f91-efeae3996498", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/64cc2cab-9732-4c0b-9f91-efeae3996498"}], "metadata": {}, "name": "tempest-VolumesBackupsTest-instance-1499653639", "status": "DELETED", "tenant_id": "ed88336324e9412793405fb10647d009", "user_id": "648372f9293e48e7acefa52d8f0e39a6", "updated": "2026-06-17T12:51:27Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1986854715", "OS-SRV-USG:launched_at": "2026-06-17T12:50:25.000000", "OS-SRV-USG:terminated_at": "2026-06-17T12:51:26.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:51:33,331 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498 0.054s
2026-06-17 12:51:33,332 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:33 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-25de02de-ffbe-4173-aa9c-45a3d59dfb2e', 'x-compute-request-id': 'req-25de02de-ffbe-4173-aa9c-45a3d59dfb2e', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/64cc2cab-9732-4c0b-9f91-efeae3996498'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 64cc2cab-9732-4c0b-9f91-efeae3996498 could not be found."}}'
2026-06-17 12:51:33,363 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1986854715 0.031s
2026-06-17 12:51:33,364 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:33 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-2efbe5cb-3cd0-4cae-bfdb-36bf8e16a571', 'x-compute-request-id': 'req-2efbe5cb-3cd0-4cae-bfdb-36bf8e16a571', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1986854715'}
Body: b''
2026-06-17 12:51:33,561 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/security-groups/83173a0c-edb2-45d9-9723-11afe74d57c7 0.197s
2026-06-17 12:51:33,561 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-c8e999fe-f7ec-4dbf-b9f4-2d57163c03eb', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/83173a0c-edb2-45d9-9723-11afe74d57c7'}
Body: b''
2026-06-17 12:51:33,849 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.21/networking/v2.0/security-groups/83173a0c-edb2-45d9-9723-11afe74d57c7 0.287s
2026-06-17 12:51:33,850 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-f282c910-5020-4317-acc5-dadec190012c', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/83173a0c-edb2-45d9-9723-11afe74d57c7'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 83173a0c-edb2-45d9-9723-11afe74d57c7 does not exist", "detail": ""}}'
2026-06-17 12:51:34,440 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/floatingips/47fdec4b-f42f-4168-8806-5c1e05da3f99 0.590s
2026-06-17 12:51:34,440 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-f75d9042-a55f-4e2d-9da8-1c3b9c38640d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/47fdec4b-f42f-4168-8806-5c1e05da3f99'}
Body: b''
2026-06-17 12:51:34,516 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.075s
2026-06-17 12:51:34,516 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:34 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-c7b0a09f-5678-44d1-aafc-ac2a7465b26f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b''
2026-06-17 12:51:34,554 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.038s
2026-06-17 12:51:34,555 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15ed5ed9-cda7-4edb-8d53-0c97a39c0dfa', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15ed5ed9-cda7-4edb-8d53-0c97a39c0dfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"volume": {"id": "e6a1903f-ad4d-4fea-b739-dcc311a0a1c0", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:50:03.000000", "updated_at": "2026-06-17T12:51:34.000000", "name": "tempest-VolumesBackupsTest-Volume-13366422", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0"}], "user_id": "648372f9293e48e7acefa52d8f0e39a6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed88336324e9412793405fb10647d009"}}'
2026-06-17 12:51:35,591 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.028s
2026-06-17 12:51:35,591 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:35 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-dea84212-0b1c-4336-8c56-48422ebb8e0f', 'x-openstack-request-id': 'req-dea84212-0b1c-4336-8c56-48422ebb8e0f', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 could not be found."}}'
2026-06-17 12:51:35,620 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.028s
2026-06-17 12:51:35,620 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:35 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-f98e9b8f-bb93-4fac-b2a9-424bdea30999', 'x-openstack-request-id': 'req-f98e9b8f-bb93-4fac-b2a9-424bdea30999', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 could not be found."}}'
2026-06-17 12:51:35,647 106256 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 DELETE https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 0.026s
2026-06-17 12:51:35,648 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:51:35 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-8ea7a0ac-2fb5-4079-a5a1-423d8f45573d', 'x-openstack-request-id': 'req-8ea7a0ac-2fb5-4079-a5a1-423d8f45573d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/volumes/e6a1903f-ad4d-4fea-b739-dcc311a0a1c0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume e6a1903f-ad4d-4fea-b739-dcc311a0a1c0 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/test_volumes_backup.py", line 137, in test_backup_create_attached_volume
backup = self.create_backup(volume_id=volume['id'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 219, in create_backup
waiters.wait_for_volume_resource_status(backup_client, backup['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status
raise exceptions.VolumeResourceBuildErrorException(
tempest.exceptions.VolumeResourceBuildErrorException: backup 7f537397-bbdb-49dc-bf71-49e372535ef5 failed to build and is in ERROR status
|
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt3.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
pt3.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
pt3.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 5 | 1 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt4.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
pt4.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
pt4.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] |
fail
ft4.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 12:59:25,942 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:setUp): 200 GET https://10.4.3.21/volume/v3/volumes/9db0b97d-77ca-4c71-8719-1dafe26bd406 0.026s
2026-06-17 12:59:25,943 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eaa2047-6e5a-4fde-9ec2-0eac00e55784', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eaa2047-6e5a-4fde-9ec2-0eac00e55784', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/9db0b97d-77ca-4c71-8719-1dafe26bd406'}
Body: b'{"volume": {"id": "9db0b97d-77ca-4c71-8719-1dafe26bd406", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:57:40.000000", "updated_at": "2026-06-17T12:57:40.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-1532320637", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/9db0b97d-77ca-4c71-8719-1dafe26bd406"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/9db0b97d-77ca-4c71-8719-1dafe26bd406"}], "user_id": "322ddd6196c44e20875e4cf642c5fdca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6cff524594584762baf169227b19795b"}}'
2026-06-17 12:59:26,053 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST https://10.4.3.21/volume/v3/snapshots 0.101s
2026-06-17 12:59:26,053 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"snapshot": {"volume_id": "9db0b97d-77ca-4c71-8719-1dafe26bd406", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1141376698"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-291d3602-70e6-463d-b62e-ee24aa829ee4', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-291d3602-70e6-463d-b62e-ee24aa829ee4', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/snapshots'}
Body: b'{"snapshot": {"id": "7b182c1f-2065-40f5-9672-5957de16360b", "created_at": "2026-06-17T12:59:26.017803", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1141376698", "description": null, "volume_id": "9db0b97d-77ca-4c71-8719-1dafe26bd406", "status": "creating", "size": 1, "metadata": {}}}'
2026-06-17 12:59:26,073 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b 0.017s
2026-06-17 12:59:26,073 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-431a2b1c-5909-4ab9-abbe-a30c61dfbe20', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-431a2b1c-5909-4ab9-abbe-a30c61dfbe20', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b'}
Body: b'{"snapshot": {"id": "7b182c1f-2065-40f5-9672-5957de16360b", "created_at": "2026-06-17T12:59:26.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1141376698", "description": null, "volume_id": "9db0b97d-77ca-4c71-8719-1dafe26bd406", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6cff524594584762baf169227b19795b", "os-extended-snapshot-attributes:progress": "0%"}}'
2026-06-17 12:59:27,177 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b 0.101s
2026-06-17 12:59:27,177 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c368484f-7f71-49e2-ba70-bdb415448754', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c368484f-7f71-49e2-ba70-bdb415448754', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b'}
Body: b'{"snapshot": {"id": "7b182c1f-2065-40f5-9672-5957de16360b", "created_at": "2026-06-17T12:59:26.000000", "updated_at": "2026-06-17T12:59:26.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1141376698", "description": null, "volume_id": "9db0b97d-77ca-4c71-8719-1dafe26bd406", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6cff524594584762baf169227b19795b", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-17 12:59:27,181 106256 INFO [tempest.common.waiters] snapshot 7b182c1f-2065-40f5-9672-5957de16360b reached available after waiting for 1.181591 seconds
2026-06-17 12:59:27,182 106256 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 12:59:27,182 106256 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 12:59:27,257 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.21/compute/v2.1/os-keypairs 0.074s
2026-06-17 12:59:27,257 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1884610133", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCj+p+dxAvc2BHDn32atD8OjBSuqVznxXdCQUiqD7gjN72QcVUMXnm57n+7K7453YXYgjAn6FIC3gOOBtdnW+aHFZnyX8OET/Vb2U5Pv/YQVVCxLkEbmF5h8GvrmDUyHBQ=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 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-6913c5b3-93b9-4cea-a5e8-5d72bf45ca7e', 'x-compute-request-id': 'req-6913c5b3-93b9-4cea-a5e8-5d72bf45ca7e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1884610133", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCj+p+dxAvc2BHDn32atD8OjBSuqVznxXdCQUiqD7gjN72QcVUMXnm57n+7K7453YXYgjAn6FIC3gOOBtdnW+aHFZnyX8OET/Vb2U5Pv/YQVVCxLkEbmF5h8GvrmDUyHBQ==", "fingerprint": "92:47:85:d6:75:26:4d:13:43:0f:ea:87:e2:b9:69:a4", "user_id": "322ddd6196c44e20875e4cf642c5fdca"}}'
2026-06-17 12:59:27,259 106256 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1884610133 created
2026-06-17 12:59:27,539 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-groups 0.279s
2026-06-17 12:59:27,539 106256 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--1440308100", "description": "tempest-description--1835068697"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-11aab962-20d4-49b8-a2a2-4eb09641106e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "e4ce65eb-ed71-4297-b737-d4dcb13e351b", "name": "tempest-securitygroup--1440308100", "stateful": true, "tenant_id": "6cff524594584762baf169227b19795b", "project_id": "6cff524594584762baf169227b19795b", "description": "tempest-description--1835068697", "shared": false, "security_group_rules": [{"id": "9c10bfb0-a2b7-4c40-8744-3a194bb21f28", "project_id": "6cff524594584762baf169227b19795b", "security_group_id": "e4ce65eb-ed71-4297-b737-d4dcb13e351b", "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": 1417, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T12:59:27Z", "updated_at": "2026-06-17T12:59:27Z", "revision_number": 0, "tenant_id": "6cff524594584762baf169227b19795b"}, {"id": "fb908efe-2d3a-4a60-995c-7d5e268efddb", "project_id": "6cff524594584762baf169227b19795b", "security_group_id": "e4ce65eb-ed71-4297-b737-d4dcb13e351b", "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": 1416, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T12:59:27Z", "updated_at": "2026-06-17T12:59:27Z", "revision_number": 0, "tenant_id": "6cff524594584762baf169227b19795b"}], "tags": [], "created_at": "2026-06-17T12:59:27Z", "updated_at": "2026-06-17T12:59:27Z", "revision_number": 1}}'
2026-06-17 12:59:27,863 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.323s
2026-06-17 12:59:27,863 106256 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": "e4ce65eb-ed71-4297-b737-d4dcb13e351b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-61adbf55-f1f2-48fa-9077-2bced1056d68', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "31d77ef5-322d-4583-8dcd-fc59f8c71ced", "project_id": "6cff524594584762baf169227b19795b", "security_group_id": "e4ce65eb-ed71-4297-b737-d4dcb13e351b", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T12:59:27Z", "updated_at": "2026-06-17T12:59:27Z", "revision_number": 0, "tenant_id": "6cff524594584762baf169227b19795b"}}'
2026-06-17 12:59:28,113 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.250s
2026-06-17 12:59:28,114 106256 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": "e4ce65eb-ed71-4297-b737-d4dcb13e351b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-97aeab23-3030-45d1-9024-075b5bc7be2c', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d9971053-ead7-4b8f-83bf-9b84a1128c01", "project_id": "6cff524594584762baf169227b19795b", "security_group_id": "e4ce65eb-ed71-4297-b737-d4dcb13e351b", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T12:59:28Z", "updated_at": "2026-06-17T12:59:28Z", "revision_number": 0, "tenant_id": "6cff524594584762baf169227b19795b"}}'
2026-06-17 12:59:28,114 106256 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1440308100 created
2026-06-17 12:59:29,008 106256 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/floatingips 0.893s
2026-06-17 12:59:29,008 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0b341125-36cc-4793-bc1f-a1abf0041f38', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "18ab29d2-fab3-4577-9e8e-5fbb228a120b", "tenant_id": "6cff524594584762baf169227b19795b", "project_id": "6cff524594584762baf169227b19795b", "floating_ip_address": "172.24.5.111", "floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T12:59:28Z", "updated_at": "2026-06-17T12:59:28Z", "revision_number": 0}}'
2026-06-17 12:59:29,008 106256 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '18ab29d2-fab3-4577-9e8e-5fbb228a120b', 'tenant_id': '6cff524594584762baf169227b19795b', 'project_id': '6cff524594584762baf169227b19795b', 'floating_ip_address': '172.24.5.111', 'floating_network_id': 'b6b90cf8-eaa7-472f-b75e-b84a82f3a539', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T12:59:28Z', 'updated_at': '2026-06-17T12:59:28Z', 'revision_number': 0, 'ip': '172.24.5.111'} created
2026-06-17 12:59:29,122 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST https://10.4.3.21/identity/v3/auth/tokens 0.111s
2026-06-17 12:59:29,122 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2933', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1e0d8d16-5468-42c8-bcc8-a3e424ca062e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "322ddd6196c44e20875e4cf642c5fdca", "name": "tempest-VolumesSnapshotTestJSON-1839186563-project-member", "password_expires_at": null}, "audit_ids": ["wtvVn9REQZGHf6BbA_XiGw"], "expires_at": "2026-06-17T13:59:29.000000Z", "issued_at": "2026-06-17T12:59:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6cff524594584762baf169227b19795b", "name": "tempest-VolumesSnapshotTestJSON-1839186563"}, "is_domain": false, "roles": [{"id": "ddef45d4387b456abac6e189627f57d3", "name": "reader"}, {"id": "acdbf7bedbec4e0fbd83d8a5611b7e13", "name": "member"}], "catalog": [{"endpoints": [{"id": "51a8937a06dc4010a90ce16e8e460c1a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/identity", "region": "RegionOne"}], "id": "33e519f894cf4f04abe28a46bbed0f45", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7017fc2162c94a7bbdd2da0e8641db57", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2/6cff524594584762baf169227b19795b", "region": "RegionOne"}], "id": "3b5c83d90aec416a83c9968af991d310", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "656b6314054f40bd9683f2313469f4d3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/image", "region": "RegionOne"}], "id": "3d456053421d4d009c6282b620c3b284", "type": "image", "name": "glance"}, {"endpoints": [{"id": "13e6fe8ed21c4fb9ae3b11b9b512256b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2.1", "region": "RegionOne"}], "id": "435f3f9b56824383acd1bcc2d9dcef37", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "aa95c0456a5d463ca0145adac973a411", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/networking", "region": "RegionOne"}], "id": "74ea760b6e08437fbee38512251300ea", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "010ce3ba74be4fc5add7722492dafde1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/volume/v3", "region": "RegionOne"}], "id": "9113a1f1ccb148ea8b55feb9ec90c89c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1c10b85a4d8c4b4486a1827d6ae2c7ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/placement", "region": "RegionOne"}], "id": "ee3663b012a84e8a954e6e016d85a204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6623400a1c9c4d0a9b2c162997bf7c6f", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21:8080/v1/AUTH_6cff524594584762baf169227b19795b", "region": "RegionOne"}, {"id": "741ebc346c6745dbaef56db271d19906", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.21:8080", "region": "RegionOne"}], "id": "fbd742458c9f4068a952821cad3e83ac", "type": "object-store", "name": "swift"}]}}'
2026-06-17 12:59:29,122 106256 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': 'd541ebcc-ac58-481e-b6ae-f1b1d44e4b62', 'name': 'tempest-VolumesSnapshotTestJSON-603818055-network', 'tenant_id': '6cff524594584762baf169227b19795b', 'project_id': '6cff524594584762baf169227b19795b', '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': 59006, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T12:57:32Z', 'updated_at': '2026-06-17T12:57:32Z', 'revision_number': 1} available for tenant
2026-06-17 12:59:29,123 106256 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1884610133', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCj+p+dxAvc2BHDn32atD8OjBSuqVznxXdCQUiqD7gjN72QcVUMXnm57n+7K7453YXYgjAn6FIC3gOOBtdnW+aHFZnyX8OET/Vb2U5Pv/YQVVCxLkEbmF5h8GvrmDUyHBQ==', 'fingerprint': '92:47:85:d6:75:26:4d:13:43:0f:ea:87:e2:b9:69:a4', 'user_id': '322ddd6196c44e20875e4cf642c5fdca', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBWlrd+ZZjLURMYsGh1OZnUST3lrfYGkUmoaE4XBBqGLp38Ykc1LJlZ\nnNOOixtUdJKgBwYFK4EEACKhZANiAAQo/qfncQL3NgRw599mrQ/DowUrqlc58V3Q\nkFIqg+4Ize9kHFVDF55ue5/uyu+Od2F2IIwJ+hSAt4DjgbXZ1vmhxWZ8l/DhE/1W\n9lOT7/2EFVQsS5BG5heYfBr65g1MhwU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e4ce65eb-ed71-4297-b737-d4dcb13e351b', 'name': 'tempest-securitygroup--1440308100', 'stateful': True, 'tenant_id': '6cff524594584762baf169227b19795b', 'project_id': '6cff524594584762baf169227b19795b', 'description': 'tempest-description--1835068697', 'shared': False, 'security_group_rules': [{'id': '9c10bfb0-a2b7-4c40-8744-3a194bb21f28', 'project_id': '6cff524594584762baf169227b19795b', 'security_group_id': 'e4ce65eb-ed71-4297-b737-d4dcb13e351b', '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': 1417, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T12:59:27Z', 'updated_at': '2026-06-17T12:59:27Z', 'revision_number': 0, 'tenant_id': '6cff524594584762baf169227b19795b'}, {'id': 'fb908efe-2d3a-4a60-995c-7d5e268efddb', 'project_id': '6cff524594584762baf169227b19795b', 'security_group_id': 'e4ce65eb-ed71-4297-b737-d4dcb13e351b', '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': 1416, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T12:59:27Z', 'updated_at': '2026-06-17T12:59:27Z', 'revision_number': 0, 'tenant_id': '6cff524594584762baf169227b19795b'}], 'tags': [], 'created_at': '2026-06-17T12:59:27Z', 'updated_at': '2026-06-17T12:59:27Z', 'revision_number': 1}, 'floating_ip': {'id': '18ab29d2-fab3-4577-9e8e-5fbb228a120b', 'tenant_id': '6cff524594584762baf169227b19795b', 'project_id': '6cff524594584762baf169227b19795b', 'floating_ip_address': '172.24.5.111', 'floating_network_id': 'b6b90cf8-eaa7-472f-b75e-b84a82f3a539', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T12:59:28Z', 'updated_at': '2026-06-17T12:59:28Z', 'revision_number': 0, 'ip': '172.24.5.111'}}
2026-06-17 12:59:30,084 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST https://10.4.3.21/compute/v2.1/servers 0.960s
2026-06-17 12:59:30,084 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "imageRef": "21430a97-1035-461a-9b7d-82457efb7b9b", "flavorRef": "42", "networks": [{"uuid": "d541ebcc-ac58-481e-b6ae-f1b1d44e4b62"}], "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "key_name": "tempest-keypair-1884610133", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab0b1cf3-a315-4c61-8810-4bbae1083bcf', 'x-compute-request-id': 'req-ab0b1cf3-a315-4c61-8810-4bbae1083bcf', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/servers'}
Body: b'{"server": {"id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "adminPass": "7QbGLgzdhgaB"}}'
2026-06-17 12:59:30,180 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.094s
2026-06-17 12:59:30,180 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8271e94-bdfb-4e54-bc02-63884b127d86', 'x-compute-request-id': 'req-d8271e94-bdfb-4e54-bc02-63884b127d86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:31,311 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.122s
2026-06-17 12:59:31,311 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:31 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-1c290641-291a-47a6-bcaa-fd65cf9171db', 'x-compute-request-id': 'req-1c290641-291a-47a6-bcaa-fd65cf9171db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:32,450 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.133s
2026-06-17 12:59:32,451 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91d6bac7-6c72-49f1-b3fe-65cfc3f31732', 'x-compute-request-id': 'req-91d6bac7-6c72-49f1-b3fe-65cfc3f31732', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:32,457 106256 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-17 12:59:33,565 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.108s
2026-06-17 12:59:33,566 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3fd748f-68bc-4e54-8c26-20f71eedf287', 'x-compute-request-id': 'req-b3fd748f-68bc-4e54-8c26-20f71eedf287', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:34,773 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.199s
2026-06-17 12:59:34,774 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ecc5339-1415-4556-a3eb-8bb048052a9a', 'x-compute-request-id': 'req-0ecc5339-1415-4556-a3eb-8bb048052a9a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:34,783 106256 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-06-17 12:59:35,988 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.204s
2026-06-17 12:59:35,989 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1374', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da6697fe-26d9-4a01-9c2a-61d2f4751e65', 'x-compute-request-id': 'req-da6697fe-26d9-4a01-9c2a-61d2f4751e65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:35,998 106256 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait
2026-06-17 12:59:37,366 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.366s
2026-06-17 12:59:37,366 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-787abbbd-f00b-4633-a20b-9c21805c15bd', 'x-compute-request-id': 'req-787abbbd-f00b-4633-a20b-9c21805c15bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:37,376 106256 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-06-17 12:59:38,704 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.328s
2026-06-17 12:59:38,705 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ce59af-ec4b-4604-8a12-a90de92e725d', 'x-compute-request-id': 'req-d0ce59af-ec4b-4604-8a12-a90de92e725d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:39,990 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.276s
2026-06-17 12:59:39,990 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43661a70-8b02-44b4-b346-a46da2d5a284', 'x-compute-request-id': 'req-43661a70-8b02-44b4-b346-a46da2d5a284', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:41,228 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.231s
2026-06-17 12:59:41,229 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c997d855-7035-4b22-9949-18c6ea0c1b46', 'x-compute-request-id': 'req-c997d855-7035-4b22-9949-18c6ea0c1b46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:42,451 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.207s
2026-06-17 12:59:42,451 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85174b11-ee52-4beb-8161-32f3b3420356', 'x-compute-request-id': 'req-85174b11-ee52-4beb-8161-32f3b3420356', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:43,902 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.442s
2026-06-17 12:59:43,903 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d99489c-df43-483c-92e1-80e37e338f0e', 'x-compute-request-id': 'req-0d99489c-df43-483c-92e1-80e37e338f0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:45,438 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.525s
2026-06-17 12:59:45,438 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-110b7614-4103-403b-ace6-f8eecae4dbad', 'x-compute-request-id': 'req-110b7614-4103-403b-ace6-f8eecae4dbad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:46,648 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.196s
2026-06-17 12:59:46,649 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff3a6a7a-0529-44bd-a3bd-9a6d648cee8c', 'x-compute-request-id': 'req-ff3a6a7a-0529-44bd-a3bd-9a6d648cee8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:47,972 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.316s
2026-06-17 12:59:47,972 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6496158c-c3cd-4942-8ac8-8c4f1e60a351', 'x-compute-request-id': 'req-6496158c-c3cd-4942-8ac8-8c4f1e60a351', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:49,651 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.673s
2026-06-17 12:59:49,651 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1362', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1e9334c-9c72-419c-954b-015db630ddd3', 'x-compute-request-id': 'req-d1e9334c-9c72-419c-954b-015db630ddd3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "BUILD", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:50,940 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.280s
2026-06-17 12:59:50,941 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1548', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02a6863e-0c4e-48d7-abab-7895c8714d7a', 'x-compute-request-id': 'req-02a6863e-0c4e-48d7-abab-7895c8714d7a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-603818055-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:e7:16"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "ACTIVE", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T12:59:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": "2026-06-17T12:59:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:50,948 106256 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 20 second wait
2026-06-17 12:59:51,150 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4/os-interface 0.199s
2026-06-17 12:59:51,150 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:50 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-aeb49ef0-eaf6-45a2-b38d-5c75dd5bc844', 'x-compute-request-id': 'req-aeb49ef0-eaf6-45a2-b38d-5c75dd5bc844', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "d541ebcc-ac58-481e-b6ae-f1b1d44e4b62", "port_id": "c2388333-41e0-49d4-8eab-9328276a7fd3", "mac_addr": "fa:16:3e:3b:e7:16", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7657ad6e-efba-42a0-9c99-00d5efa71c6e", "ip_address": "10.1.0.3"}]}]}'
2026-06-17 12:59:51,887 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 PUT https://10.4.3.21/networking/v2.0/floatingips/18ab29d2-fab3-4577-9e8e-5fbb228a120b 0.735s
2026-06-17 12:59:51,888 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "c2388333-41e0-49d4-8eab-9328276a7fd3"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c5d252e2-03ea-47c0-9293-3aa40c482550', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/18ab29d2-fab3-4577-9e8e-5fbb228a120b'}
Body: b'{"floatingip": {"id": "18ab29d2-fab3-4577-9e8e-5fbb228a120b", "tenant_id": "6cff524594584762baf169227b19795b", "project_id": "6cff524594584762baf169227b19795b", "floating_ip_address": "172.24.5.111", "floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539", "router_id": "7630d847-ac0f-4d86-8ba1-9ec5e8d4dfcb", "port_id": "c2388333-41e0-49d4-8eab-9328276a7fd3", "fixed_ip_address": "10.1.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d541ebcc-ac58-481e-b6ae-f1b1d44e4b62", "mac_address": "fa:16:3e:3b:e7:16", "admin_state_up": true, "status": "ACTIVE", "device_id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T12:59:28Z", "updated_at": "2026-06-17T12:59:51Z", "revision_number": 1}}'
2026-06-17 12:59:51,888 106256 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.111:22' as 'cirros' with public key authentication
2026-06-17 13:00:27,606 106256 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 13:00:27,781 106256 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 13:00:27,781 106256 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.111 successfully created
2026-06-17 13:00:27,827 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 500 POST https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4/os-volume_attachments 0.044s
2026-06-17 13:00:27,827 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "9db0b97d-77ca-4c71-8719-1dafe26bd406", "device": "/dev/vdb"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:27 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-782f3fd3-6387-4c9b-8d35-26744892458a', 'x-compute-request-id': 'req-782f3fd3-6387-4c9b-8d35-26744892458a', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4/os-volume_attachments'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 13:00:27,871 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 500 DELETE https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.041s
2026-06-17 13:00:27,871 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:27 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-1456bef1-8676-4a82-ae1b-dda73ada0cba', 'x-compute-request-id': 'req-1456bef1-8676-4a82-ae1b-dda73ada0cba', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 13:00:27,871 106256 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x73e925632fc0>>, retrying...
2026-06-17 13:00:33,002 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.128s
2026-06-17 13:00:33,002 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:32 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-cc90f8f3-7a59-431c-b0e8-9587e8b6d30e', 'x-compute-request-id': 'req-cc90f8f3-7a59-431c-b0e8-9587e8b6d30e', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b''
2026-06-17 13:00:33,303 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.301s
2026-06-17 13:00:33,303 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:33 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-9b1a4d45-9cfc-4e0c-83b7-617e24d14295', 'x-compute-request-id': 'req-9b1a4d45-9cfc-4e0c-83b7-617e24d14295', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-603818055-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:e7:16"}, {"version": 4, "addr": "172.24.5.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:e7:16"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "ACTIVE", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T13:00:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": "2026-06-17T12:59:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:34,570 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.261s
2026-06-17 13:00:34,570 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:34 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-6522960f-76fa-40c1-a5fc-0916eef0c360', 'x-compute-request-id': 'req-6522960f-76fa-40c1-a5fc-0916eef0c360', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-603818055-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:e7:16"}, {"version": 4, "addr": "172.24.5.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:e7:16"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "ACTIVE", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T13:00:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": "2026-06-17T12:59:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:35,721 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.145s
2026-06-17 13:00:35,722 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:35 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-880051d0-625e-4acb-8710-d3628579ccab', 'x-compute-request-id': 'req-880051d0-625e-4acb-8710-d3628579ccab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-VolumesSnapshotTestJSON-603818055-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:e7:16"}, {"version": 4, "addr": "172.24.5.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:e7:16"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "ACTIVE", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T13:00:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": "2026-06-17T12:59:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1440308100"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:36,824 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.096s
2026-06-17 13:00:36,824 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7ce4d60-a413-4b7c-b667-be6a88767f25', 'x-compute-request-id': 'req-b7ce4d60-a413-4b7c-b667-be6a88767f25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "ACTIVE", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T13:00:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": "2026-06-17T12:59:48.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:37,950 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.118s
2026-06-17 13:00:37,950 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-480d1cb1-c03d-46d9-9b87-8db9039e0aa6', 'x-compute-request-id': 'req-480d1cb1-c03d-46d9-9b87-8db9039e0aa6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "DELETED", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T13:00:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": "2026-06-17T12:59:48.000000", "OS-SRV-USG:terminated_at": "2026-06-17T13:00:37.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:37,958 106256 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2026-06-17 13:00:39,138 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.179s
2026-06-17 13:00:39,138 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d092e4a-164f-45f0-a038-4058d53eb79c', 'x-compute-request-id': 'req-6d092e4a-164f-45f0-a038-4058d53eb79c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "96e717019156b5cd3048dfead8ae78859498c484dcca8157bc0f07d2", "id": "fd9cd477-19ef-4fcc-a8dc-834c52dae6b4", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4"}], "metadata": {}, "name": "tempest-VolumesSnapshotTestJSON-instance-727245678", "status": "DELETED", "tenant_id": "6cff524594584762baf169227b19795b", "user_id": "322ddd6196c44e20875e4cf642c5fdca", "updated": "2026-06-17T13:00:37Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1884610133", "OS-SRV-USG:launched_at": "2026-06-17T12:59:48.000000", "OS-SRV-USG:terminated_at": "2026-06-17T13:00:37.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:40,184 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 0.035s
2026-06-17 13:00:40,184 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 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-9819fcb7-f438-4cda-afc1-d4405747a0d6', 'x-compute-request-id': 'req-9819fcb7-f438-4cda-afc1-d4405747a0d6', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/fd9cd477-19ef-4fcc-a8dc-834c52dae6b4'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance fd9cd477-19ef-4fcc-a8dc-834c52dae6b4 could not be found."}}'
2026-06-17 13:00:40,215 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1884610133 0.030s
2026-06-17 13:00:40,216 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 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-ac49ec8e-6016-4282-96df-cf537d5141cb', 'x-compute-request-id': 'req-ac49ec8e-6016-4282-96df-cf537d5141cb', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1884610133'}
Body: b''
2026-06-17 13:00:40,373 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/security-groups/e4ce65eb-ed71-4297-b737-d4dcb13e351b 0.156s
2026-06-17 13:00:40,373 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-13e107c4-1242-412c-bc1a-6f06139aba3e', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/e4ce65eb-ed71-4297-b737-d4dcb13e351b'}
Body: b''
2026-06-17 13:00:40,389 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET https://10.4.3.21/networking/v2.0/security-groups/e4ce65eb-ed71-4297-b737-d4dcb13e351b 0.016s
2026-06-17 13:00:40,390 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-69027741-3e89-496d-be4e-ff63c17dda6d', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/e4ce65eb-ed71-4297-b737-d4dcb13e351b'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e4ce65eb-ed71-4297-b737-d4dcb13e351b does not exist", "detail": ""}}'
2026-06-17 13:00:40,719 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/floatingips/18ab29d2-fab3-4577-9e8e-5fbb228a120b 0.329s
2026-06-17 13:00:40,720 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-5d40811a-f582-4ab5-9af6-5b634d093d49', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/18ab29d2-fab3-4577-9e8e-5fbb228a120b'}
Body: b''
2026-06-17 13:00:40,769 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b 0.049s
2026-06-17 13:00:40,770 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 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-025ef4b6-e2fe-40ed-864c-65be23afdb42', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b'}
Body: b''
2026-06-17 13:00:40,793 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b 0.023s
2026-06-17 13:00:40,794 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-609c666f-bb2d-4d14-87a1-7f2be53571aa', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-609c666f-bb2d-4d14-87a1-7f2be53571aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b'}
Body: b'{"snapshot": {"id": "7b182c1f-2065-40f5-9672-5957de16360b", "created_at": "2026-06-17T12:59:26.000000", "updated_at": "2026-06-17T13:00:41.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1141376698", "description": null, "volume_id": "9db0b97d-77ca-4c71-8719-1dafe26bd406", "status": "deleting", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "6cff524594584762baf169227b19795b", "os-extended-snapshot-attributes:progress": "100%"}}'
2026-06-17 13:00:41,814 106256 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b 0.018s
2026-06-17 13:00:41,815 106256 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '111', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a3edb4-f87f-474d-8824-82631652b3dc', 'x-openstack-request-id': 'req-b3a3edb4-f87f-474d-8824-82631652b3dc', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/snapshots/7b182c1f-2065-40f5-9672-5957de16360b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Snapshot 7b182c1f-2065-40f5-9672-5957de16360b could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 107, in test_snapshot_create_offline_delete_online
self.attach_volume(server['id'], self.volume_origin['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_db.exception.DBConnectionError'>
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt4.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
pt4.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 4 | 2 | 2 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt5.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
pt5.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
ft5.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 12:55:01,347 106248 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-783154329 on backend None
2026-06-17 12:55:01,427 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.21/volume/v3/types 0.078s
2026-06-17 12:55:01,427 106248 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-783154329", "extra_specs": {}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3219e9e9-4ad1-4b46-9c32-00825b362a73', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3219e9e9-4ad1-4b46-9c32-00825b362a73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types'}
Body: b'{"volume_type": {"id": "9f23e6bb-41c2-4c3c-b9e8-195565569869", "name": "tempest-scenario-type-luksv2-783154329", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-17 12:55:01,429 106248 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 9f23e6bb-41c2-4c3c-b9e8-195565569869
2026-06-17 12:55:01,473 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.21/volume/v3/types/9f23e6bb-41c2-4c3c-b9e8-195565569869/encryption 0.044s
2026-06-17 12:55:01,474 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4137de1-cb93-4c45-a8d6-59d16558bc55', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4137de1-cb93-4c45-a8d6-59d16558bc55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types/9f23e6bb-41c2-4c3c-b9e8-195565569869/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "9f23e6bb-41c2-4c3c-b9e8-195565569869", "encryption_id": "367b97bd-0de1-4687-bd76-46702c93fbf5"}}'
2026-06-17 12:55:01,681 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.21/volume/v3/volumes 0.206s
2026-06-17 12:55:01,681 106248 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-473685104", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96ba1acf-6372-4749-b523-71122e6862d0', 'content-length': '783', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96ba1acf-6372-4749-b523-71122e6862d0', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:01.615244", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 12:55:01,836 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.21/identity/v3/auth/tokens 0.144s
2026-06-17 12:55:01,836 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2937', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1751cbb6-a92d-40fa-9064-8a82af50efda', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b56d2783f27042efb25290a7f4c3e10d", "name": "tempest-TestEncryptedCinderVolumes-629949251-project-member", "password_expires_at": null}, "audit_ids": ["cGvZhttfSlObNZ0cUAZchg"], "expires_at": "2026-06-17T13:55:01.000000Z", "issued_at": "2026-06-17T12:55:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a635a44daa5440eb8e1b9e268bfc57ac", "name": "tempest-TestEncryptedCinderVolumes-629949251"}, "is_domain": false, "roles": [{"id": "ddef45d4387b456abac6e189627f57d3", "name": "reader"}, {"id": "acdbf7bedbec4e0fbd83d8a5611b7e13", "name": "member"}], "catalog": [{"endpoints": [{"id": "51a8937a06dc4010a90ce16e8e460c1a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/identity", "region": "RegionOne"}], "id": "33e519f894cf4f04abe28a46bbed0f45", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7017fc2162c94a7bbdd2da0e8641db57", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2/a635a44daa5440eb8e1b9e268bfc57ac", "region": "RegionOne"}], "id": "3b5c83d90aec416a83c9968af991d310", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "656b6314054f40bd9683f2313469f4d3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/image", "region": "RegionOne"}], "id": "3d456053421d4d009c6282b620c3b284", "type": "image", "name": "glance"}, {"endpoints": [{"id": "13e6fe8ed21c4fb9ae3b11b9b512256b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2.1", "region": "RegionOne"}], "id": "435f3f9b56824383acd1bcc2d9dcef37", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "aa95c0456a5d463ca0145adac973a411", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/networking", "region": "RegionOne"}], "id": "74ea760b6e08437fbee38512251300ea", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "010ce3ba74be4fc5add7722492dafde1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/volume/v3", "region": "RegionOne"}], "id": "9113a1f1ccb148ea8b55feb9ec90c89c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1c10b85a4d8c4b4486a1827d6ae2c7ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/placement", "region": "RegionOne"}], "id": "ee3663b012a84e8a954e6e016d85a204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6623400a1c9c4d0a9b2c162997bf7c6f", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21:8080/v1/AUTH_a635a44daa5440eb8e1b9e268bfc57ac", "region": "RegionOne"}, {"id": "741ebc346c6745dbaef56db271d19906", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.21:8080", "region": "RegionOne"}], "id": "fbd742458c9f4068a952821cad3e83ac", "type": "object-store", "name": "swift"}]}}'
2026-06-17 12:55:01,837 106248 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '5d73dcde-7086-4f49-913f-c16e9f50963c', 'name': 'tempest-TestEncryptedCinderVolumes-404275403-network', 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', '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': 58993, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T12:51:49Z', 'updated_at': '2026-06-17T12:51:49Z', 'revision_number': 1} available for tenant
2026-06-17 12:55:01,837 106248 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 12:55:01,837 106248 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 12:55:02,022 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.21/compute/v2.1/os-keypairs 0.184s
2026-06-17 12:55:02,023 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1279979777", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCIb6kGvIrtZPc620XhY1jDKBKEGhtwHMeG+U9hFKPr08LEHa6iMzpnHe69sWMnD3c/TfzAUtRnjQ3vtfc6Tp/KefJY7zKrOMcLahLaUKJlnzGj6DwH7YxNiSWeMXoXHPg=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:01 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-04ec0c10-f3d2-4c8a-b952-4b8fba61eca3', 'x-compute-request-id': 'req-04ec0c10-f3d2-4c8a-b952-4b8fba61eca3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1279979777", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCIb6kGvIrtZPc620XhY1jDKBKEGhtwHMeG+U9hFKPr08LEHa6iMzpnHe69sWMnD3c/TfzAUtRnjQ3vtfc6Tp/KefJY7zKrOMcLahLaUKJlnzGj6DwH7YxNiSWeMXoXHPg==", "fingerprint": "35:68:80:51:9f:2b:c9:db:42:21:26:9e:25:31:bb:bf", "user_id": "b56d2783f27042efb25290a7f4c3e10d"}}'
2026-06-17 12:55:02,024 106248 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1279979777 created
2026-06-17 12:55:02,479 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-groups 0.454s
2026-06-17 12:55:02,479 106248 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--156094449", "description": "tempest-description--598497008"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-01f42cc6-9b64-467f-a6f8-59a7160a0e65', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "4e71f8cf-7e43-4405-b4e9-677818d1dc33", "name": "tempest-securitygroup--156094449", "stateful": true, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "description": "tempest-description--598497008", "shared": false, "security_group_rules": [{"id": "b9298bd4-031a-449c-baff-8dcdf5999d61", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "security_group_id": "4e71f8cf-7e43-4405-b4e9-677818d1dc33", "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": 1107, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T12:55:02Z", "updated_at": "2026-06-17T12:55:02Z", "revision_number": 0, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}, {"id": "ccdbd9b0-f962-4db6-9a22-7d22f324159a", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "security_group_id": "4e71f8cf-7e43-4405-b4e9-677818d1dc33", "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": 1108, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T12:55:02Z", "updated_at": "2026-06-17T12:55:02Z", "revision_number": 0, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}], "tags": [], "created_at": "2026-06-17T12:55:02Z", "updated_at": "2026-06-17T12:55:02Z", "revision_number": 1}}'
2026-06-17 12:55:02,653 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.174s
2026-06-17 12:55:02,654 106248 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": "4e71f8cf-7e43-4405-b4e9-677818d1dc33", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4e6bc5f6-20f3-4372-863e-9efbc448b9c4', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "dc04560f-fbae-4598-8fbf-10f976cefe8d", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "security_group_id": "4e71f8cf-7e43-4405-b4e9-677818d1dc33", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T12:55:02Z", "updated_at": "2026-06-17T12:55:02Z", "revision_number": 0, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:55:02,991 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.337s
2026-06-17 12:55:02,991 106248 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": "4e71f8cf-7e43-4405-b4e9-677818d1dc33", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-24c14b1e-3e14-4e35-ac26-34bcb53ccca8', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "cd63a56d-fa3a-417c-a5a1-622f9f1b14e6", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "security_group_id": "4e71f8cf-7e43-4405-b4e9-677818d1dc33", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T12:55:02Z", "updated_at": "2026-06-17T12:55:02Z", "revision_number": 0, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:55:02,992 106248 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--156094449 created
2026-06-17 12:55:03,972 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/floatingips 0.980s
2026-06-17 12:55:03,972 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-76e290f1-e4bc-4d93-99ef-4d5fe5102ae1', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "f11c1b2a-5fa5-49a5-84ae-56928bf6ec08", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "floating_ip_address": "172.24.5.190", "floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T12:55:03Z", "updated_at": "2026-06-17T12:55:03Z", "revision_number": 0}}'
2026-06-17 12:55:03,972 106248 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f11c1b2a-5fa5-49a5-84ae-56928bf6ec08', 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'floating_ip_address': '172.24.5.190', 'floating_network_id': 'b6b90cf8-eaa7-472f-b75e-b84a82f3a539', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T12:55:03Z', 'updated_at': '2026-06-17T12:55:03Z', 'revision_number': 0, 'ip': '172.24.5.190'} created
2026-06-17 12:55:03,973 106248 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1279979777', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCIb6kGvIrtZPc620XhY1jDKBKEGhtwHMeG+U9hFKPr08LEHa6iMzpnHe69sWMnD3c/TfzAUtRnjQ3vtfc6Tp/KefJY7zKrOMcLahLaUKJlnzGj6DwH7YxNiSWeMXoXHPg==', 'fingerprint': '35:68:80:51:9f:2b:c9:db:42:21:26:9e:25:31:bb:bf', 'user_id': 'b56d2783f27042efb25290a7f4c3e10d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD9H/g5u1lZT2dNEmmUsUGHeQ+5z9ycVlIXCu6fb0cjnnwmkxoSgcfC\ndg3XqlQwHmygBwYFK4EEACKhZANiAAQiG+pBryK7WT3OttF4WNYwygShBobcBzHh\nvlPYRSj69PCxB2uojM6Zx3uvbFjJw93P038wFLUZ40N77X3Ok6fynnyWO8yqzjHC\n2oS2lCiZZ8xo+g8B+2MTYklnjF6Fxz4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4e71f8cf-7e43-4405-b4e9-677818d1dc33', 'name': 'tempest-securitygroup--156094449', 'stateful': True, 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'description': 'tempest-description--598497008', 'shared': False, 'security_group_rules': [{'id': 'b9298bd4-031a-449c-baff-8dcdf5999d61', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'security_group_id': '4e71f8cf-7e43-4405-b4e9-677818d1dc33', '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': 1107, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T12:55:02Z', 'updated_at': '2026-06-17T12:55:02Z', 'revision_number': 0, 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac'}, {'id': 'ccdbd9b0-f962-4db6-9a22-7d22f324159a', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'security_group_id': '4e71f8cf-7e43-4405-b4e9-677818d1dc33', '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': 1108, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T12:55:02Z', 'updated_at': '2026-06-17T12:55:02Z', 'revision_number': 0, 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac'}], 'tags': [], 'created_at': '2026-06-17T12:55:02Z', 'updated_at': '2026-06-17T12:55:02Z', 'revision_number': 1}, 'floating_ip': {'id': 'f11c1b2a-5fa5-49a5-84ae-56928bf6ec08', 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'floating_ip_address': '172.24.5.190', 'floating_network_id': 'b6b90cf8-eaa7-472f-b75e-b84a82f3a539', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T12:55:03Z', 'updated_at': '2026-06-17T12:55:03Z', 'revision_number': 0, 'ip': '172.24.5.190'}}
2026-06-17 12:55:04,727 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.21/compute/v2.1/servers 0.754s
2026-06-17 12:55:04,728 106248 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-1151155286", "imageRef": "21430a97-1035-461a-9b7d-82457efb7b9b", "flavorRef": "42", "networks": [{"uuid": "5d73dcde-7086-4f49-913f-c16e9f50963c"}], "security_groups": [{"name": "tempest-securitygroup--156094449"}], "key_name": "tempest-keypair-1279979777", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5924cf29-5be2-4330-b803-8c506598a66e', 'x-compute-request-id': 'req-5924cf29-5be2-4330-b803-8c506598a66e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/servers'}
Body: b'{"server": {"id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--156094449"}], "adminPass": "jEKcP9dn5J9u"}}'
2026-06-17 12:55:04,838 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.108s
2026-06-17 12:55:04,838 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:04 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-252ad08d-4ada-4888-9d1d-fa606003f7a4', 'x-compute-request-id': 'req-252ad08d-4ada-4888-9d1d-fa606003f7a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:05,962 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.118s
2026-06-17 12:55:05,962 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:05 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-2d91698d-632f-4f79-af08-81d04fc4bd39', 'x-compute-request-id': 'req-2d91698d-632f-4f79-af08-81d04fc4bd39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:05Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:07,111 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.139s
2026-06-17 12:55:07,111 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3147c823-9765-4704-9d07-c3827e510d94', 'x-compute-request-id': 'req-3147c823-9765-4704-9d07-c3827e510d94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:07,123 106248 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-17 12:55:08,234 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.107s
2026-06-17 12:55:08,234 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99079812-936d-4af3-9922-f61adf4412d7', 'x-compute-request-id': 'req-99079812-936d-4af3-9922-f61adf4412d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:09,630 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.384s
2026-06-17 12:55:09,630 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0924e8a4-08ac-41e3-9c19-227c12a32576', 'x-compute-request-id': 'req-0924e8a4-08ac-41e3-9c19-227c12a32576', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:10Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:09,637 106248 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-17 12:55:11,324 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.685s
2026-06-17 12:55:11,324 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:10 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-ff26aa32-3d7d-42ed-bb6e-6d0991b58ca8', 'x-compute-request-id': 'req-ff26aa32-3d7d-42ed-bb6e-6d0991b58ca8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:10Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:12,544 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.212s
2026-06-17 12:55:12,545 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a927498b-9a9c-489b-8782-8bdf7605e073', 'x-compute-request-id': 'req-a927498b-9a9c-489b-8782-8bdf7605e073', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:12,552 106248 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-06-17 12:55:13,758 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.205s
2026-06-17 12:55:13,758 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c205f91-77e9-4581-acaf-ba6e1915d978', 'x-compute-request-id': 'req-6c205f91-77e9-4581-acaf-ba6e1915d978', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:15,755 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.991s
2026-06-17 12:55:15,756 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c5dd6d9-04ab-412d-91ea-ede149414876', 'x-compute-request-id': 'req-7c5dd6d9-04ab-412d-91ea-ede149414876', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:17,041 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.278s
2026-06-17 12:55:17,041 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a01a250-7f49-4bac-8982-ec471999f572', 'x-compute-request-id': 'req-5a01a250-7f49-4bac-8982-ec471999f572', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:18,325 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.274s
2026-06-17 12:55:18,326 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdce4929-b050-49de-ba6d-d46f7e6d0f46', 'x-compute-request-id': 'req-bdce4929-b050-49de-ba6d-d46f7e6d0f46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:19,672 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.340s
2026-06-17 12:55:19,673 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e366f309-d2b4-4f85-a346-6cacaa60606e', 'x-compute-request-id': 'req-e366f309-d2b4-4f85-a346-6cacaa60606e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:20,907 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.224s
2026-06-17 12:55:20,907 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa133ae0-f1b2-499e-8e3c-59100131593f', 'x-compute-request-id': 'req-aa133ae0-f1b2-499e-8e3c-59100131593f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}]}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": "2026-06-17T12:55:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:20,914 106248 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 16 second wait
2026-06-17 12:55:21,051 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1/os-interface 0.137s
2026-06-17 12:55:21,052 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88bf6cc-a768-435b-abd2-65ab163ccf26', 'x-compute-request-id': 'req-c88bf6cc-a768-435b-abd2-65ab163ccf26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "5d73dcde-7086-4f49-913f-c16e9f50963c", "port_id": "5d15a735-624e-46d6-adcf-bb97b4a0d11f", "mac_addr": "fa:16:3e:f1:f9:d8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b8c0a5bd-57ff-4025-810d-1a60914f6261", "ip_address": "10.1.0.11"}]}]}'
2026-06-17 12:55:21,797 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.21/networking/v2.0/floatingips/f11c1b2a-5fa5-49a5-84ae-56928bf6ec08 0.741s
2026-06-17 12:55:21,797 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "5d15a735-624e-46d6-adcf-bb97b4a0d11f"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-82179da1-3f27-4856-b520-83ad88c258f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/f11c1b2a-5fa5-49a5-84ae-56928bf6ec08'}
Body: b'{"floatingip": {"id": "f11c1b2a-5fa5-49a5-84ae-56928bf6ec08", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "floating_ip_address": "172.24.5.190", "floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539", "router_id": "6480243a-d7e2-40ca-9801-90e772536fa5", "port_id": "5d15a735-624e-46d6-adcf-bb97b4a0d11f", "fixed_ip_address": "10.1.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5d73dcde-7086-4f49-913f-c16e9f50963c", "mac_address": "fa:16:3e:f1:f9:d8", "admin_state_up": true, "status": "ACTIVE", "device_id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T12:55:03Z", "updated_at": "2026-06-17T12:55:21Z", "revision_number": 1}}'
2026-06-17 12:55:21,797 106248 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.190:22' as 'cirros' with public key authentication
2026-06-17 12:55:57,853 106248 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 12:55:58,106 106248 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 12:55:58,107 106248 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.190 successfully created
2026-06-17 12:55:58,392 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.284s
2026-06-17 12:55:58,392 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36d6b224-3692-4421-b83f-19c721e07456', 'x-compute-request-id': 'req-36d6b224-3692-4421-b83f-19c721e07456', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}, {"version": 4, "addr": "172.24.5.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}]}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:55:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": "2026-06-17T12:55:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:55:58,434 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:55:58,435 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de0432da-f748-4057-b374-45230e272bdc', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de0432da-f748-4057-b374-45230e272bdc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:55:02.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:55:58,441 106248 INFO [tempest.common.waiters] volume 2fa97318-bf50-4815-b7da-e78262a95721 reached available after waiting for 0.441042 seconds
2026-06-17 12:55:58,477 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:55:58,477 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea90c7a-674f-40d1-89be-48810bfa7e67', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea90c7a-674f-40d1-89be-48810bfa7e67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:55:02.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:01,074 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1/os-volume_attachments 2.590s
2026-06-17 12:56:01,074 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "2fa97318-bf50-4815-b7da-e78262a95721"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:55:58 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-9386a518-c8a1-4ba7-8551-aee21370ef3c', 'x-compute-request-id': 'req-9386a518-c8a1-4ba7-8551-aee21370ef3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "serverId": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "volumeId": "2fa97318-bf50-4815-b7da-e78262a95721", "device": "/dev/vdb"}}'
2026-06-17 12:56:01,109 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:56:01,109 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a70de7e6-48a0-4cb1-a23e-f88b3d2702bf', 'content-length': '875', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a70de7e6-48a0-4cb1-a23e-f88b3d2702bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:02,155 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:56:02,156 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75acb5c4-ecdb-4b45-83c7-e1eb3143c182', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75acb5c4-ecdb-4b45-83c7-e1eb3143c182', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:03,222 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.058s
2026-06-17 12:56:03,223 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ed5af5a-502e-48bc-9abb-8da40bbbf87c', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ed5af5a-502e-48bc-9abb-8da40bbbf87c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:04,269 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:56:04,269 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62abc447-3a7d-458b-b634-9a7eaaaebdec', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62abc447-3a7d-458b-b634-9a7eaaaebdec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:05,340 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.063s
2026-06-17 12:56:05,343 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e53e9eb-0cf9-4af5-b7d6-0dc10f7a512b', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e53e9eb-0cf9-4af5-b7d6-0dc10f7a512b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:06,388 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:56:06,388 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deb42a41-edf3-4e9e-b667-1dabe5dce5a0', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deb42a41-edf3-4e9e-b667-1dabe5dce5a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:07,457 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.060s
2026-06-17 12:56:07,457 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26de7b73-369d-4405-8f67-a7b25981b6b4', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26de7b73-369d-4405-8f67-a7b25981b6b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:08,520 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.056s
2026-06-17 12:56:08,521 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba579a6e-c2df-4836-b8a1-6aaf14d3bc38', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba579a6e-c2df-4836-b8a1-6aaf14d3bc38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:09,577 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.045s
2026-06-17 12:56:09,577 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef6eca54-ebe5-4f26-bbf1-dcb3b0aad0f8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef6eca54-ebe5-4f26-bbf1-dcb3b0aad0f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:10,629 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.044s
2026-06-17 12:56:10,629 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa7d20c-afbe-4dda-9714-4af50e562973', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa7d20c-afbe-4dda-9714-4af50e562973', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:11,692 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.054s
2026-06-17 12:56:11,692 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02affab9-bd1a-4ce8-b741-8e0de8143c45', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02affab9-bd1a-4ce8-b741-8e0de8143c45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:12,757 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.055s
2026-06-17 12:56:12,758 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-036160f1-9ea8-4e68-8d1b-84a6d7aeeb7f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-036160f1-9ea8-4e68-8d1b-84a6d7aeeb7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:13,811 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.043s
2026-06-17 12:56:13,811 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452ccb4f-18c8-4553-bda7-ca86d5c99177', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452ccb4f-18c8-4553-bda7-ca86d5c99177', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:14,859 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:56:14,859 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed9ecf06-0149-489e-b627-4365414cd206', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9ecf06-0149-489e-b627-4365414cd206', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:15,911 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.043s
2026-06-17 12:56:15,911 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f885fbc-9258-4809-855b-8d6f9c223f2a', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f885fbc-9258-4809-855b-8d6f9c223f2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:16,968 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.050s
2026-06-17 12:56:16,968 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-751fa587-c6ec-482b-a613-a8d07999b977', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-751fa587-c6ec-482b-a613-a8d07999b977', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:18,031 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.054s
2026-06-17 12:56:18,032 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102611f6-c7dc-4210-8ae3-354450ed6008', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102611f6-c7dc-4210-8ae3-354450ed6008', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:21,228 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 2.188s
2026-06-17 12:56:21,229 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a57eb3b-f1ad-4243-b816-89eb647c39ab', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a57eb3b-f1ad-4243-b816-89eb647c39ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:22,280 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.042s
2026-06-17 12:56:22,280 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86627451-ca59-4f11-8510-af40e4f8da9c', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86627451-ca59-4f11-8510-af40e4f8da9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:23,329 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:56:23,330 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7399ca0-e1ba-4870-b558-84e7043b3c3e', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7399ca0-e1ba-4870-b558-84e7043b3c3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:24,389 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.053s
2026-06-17 12:56:24,389 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c11764e-23e3-4ab1-9994-a8d105ea2c8f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c11764e-23e3-4ab1-9994-a8d105ea2c8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:25,436 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:56:25,436 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbd59643-5630-4ad4-80a4-172d19c8d00a', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbd59643-5630-4ad4-80a4-172d19c8d00a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:26,491 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.048s
2026-06-17 12:56:26,492 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e628b8ee-3672-4ab0-9155-cdaa7d990e4f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e628b8ee-3672-4ab0-9155-cdaa7d990e4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:27,539 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:56:27,540 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-859c0ac2-90bf-4e19-915a-4bf46e48eb98', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-859c0ac2-90bf-4e19-915a-4bf46e48eb98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:28,584 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:56:28,585 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0948ef7-f23b-4d28-99b9-6185811a5ca6', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0948ef7-f23b-4d28-99b9-6185811a5ca6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:29,637 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.045s
2026-06-17 12:56:29,637 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0196a1-2a0f-41bf-bfb3-40e431367bbf', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0196a1-2a0f-41bf-bfb3-40e431367bbf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:30,696 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.049s
2026-06-17 12:56:30,697 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c354aef0-03b9-47a6-bdac-2aca597e0740', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c354aef0-03b9-47a6-bdac-2aca597e0740', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:31,753 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.049s
2026-06-17 12:56:31,754 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5baf7b05-3d12-4531-84c1-c95e6631c311', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5baf7b05-3d12-4531-84c1-c95e6631c311', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:32,796 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:56:32,796 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-096d9538-af7d-422d-9185-26b2a16d8380', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-096d9538-af7d-422d-9185-26b2a16d8380', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:33,832 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:56:33,832 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3188ffd8-1e1a-47a9-962b-5414b433a55e', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3188ffd8-1e1a-47a9-962b-5414b433a55e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:34,905 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.066s
2026-06-17 12:56:34,905 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95783bce-e012-4851-ad5c-5dee04c33c5a', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95783bce-e012-4851-ad5c-5dee04c33c5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:35,939 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:56:35,940 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97e00050-e66b-4b3e-9cca-a818fa7b75b0', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97e00050-e66b-4b3e-9cca-a818fa7b75b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:36,974 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:56:36,975 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ce1f99a-0a72-4703-adf2-35ce5aabb867', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ce1f99a-0a72-4703-adf2-35ce5aabb867', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:38,008 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.026s
2026-06-17 12:56:38,008 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d111b2a1-d76e-412f-9f69-35590dbb7148', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d111b2a1-d76e-412f-9f69-35590dbb7148', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:39,051 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:56:39,051 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5d0e53-1557-45ba-ad67-ad25f9428359', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5d0e53-1557-45ba-ad67-ad25f9428359', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:40,097 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:56:40,097 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c699c0e8-94c7-401c-a1c6-0f1ba7936892', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c699c0e8-94c7-401c-a1c6-0f1ba7936892', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:41,134 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:56:41,134 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a30b512-af40-4a5e-9f56-b4d919f4c26f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a30b512-af40-4a5e-9f56-b4d919f4c26f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:42,179 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:56:42,179 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f8046e7-199b-4c69-b774-f30c0079c85f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f8046e7-199b-4c69-b774-f30c0079c85f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:43,227 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:56:43,227 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dea1582e-6179-4066-9d92-92c6dd3856a1', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dea1582e-6179-4066-9d92-92c6dd3856a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:44,270 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:56:44,270 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e056888-a0ef-40da-8193-c2201fead371', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e056888-a0ef-40da-8193-c2201fead371', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:45,319 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:56:45,319 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7809d0e4-437d-496c-962d-d8b1ced2fe98', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7809d0e4-437d-496c-962d-d8b1ced2fe98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:46,365 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:56:46,365 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e340725f-4f11-4bf0-824b-ada2797071af', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e340725f-4f11-4bf0-824b-ada2797071af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:47,422 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.049s
2026-06-17 12:56:47,422 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295ef8fa-c6ad-4762-8448-311e48919bb7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295ef8fa-c6ad-4762-8448-311e48919bb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:48,455 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.025s
2026-06-17 12:56:48,455 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647d0f61-f7a5-4430-8567-bcafea373e0d', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647d0f61-f7a5-4430-8567-bcafea373e0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:49,499 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:56:49,499 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa7a291b-17de-4d1f-8bd3-834f2616e670', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa7a291b-17de-4d1f-8bd3-834f2616e670', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:50,549 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.043s
2026-06-17 12:56:50,550 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-935f382a-d0e3-4a61-8de9-348f0afda4cb', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-935f382a-d0e3-4a61-8de9-348f0afda4cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:51,605 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.045s
2026-06-17 12:56:51,606 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d22687-7723-42a1-9aa8-c8e7e808174e', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d22687-7723-42a1-9aa8-c8e7e808174e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:52,654 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:56:52,654 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6082678e-db77-4cad-a595-90247eed4ed4', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6082678e-db77-4cad-a595-90247eed4ed4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:53,705 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.043s
2026-06-17 12:56:53,706 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-189c28c9-0b07-4c78-ab8a-85283df27784', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-189c28c9-0b07-4c78-ab8a-85283df27784', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:54,754 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:56:54,755 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e48123-22ec-4454-b324-7e4b8b143887', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e48123-22ec-4454-b324-7e4b8b143887', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:55,803 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.040s
2026-06-17 12:56:55,803 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed434676-1bd1-4f5e-9d12-439f3a584d7c', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed434676-1bd1-4f5e-9d12-439f3a584d7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:56,852 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.042s
2026-06-17 12:56:56,853 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e1b57cd-e7c7-401b-a937-fc8a6fea6fa3', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e1b57cd-e7c7-401b-a937-fc8a6fea6fa3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:57,902 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.041s
2026-06-17 12:56:57,903 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8215341d-ee0e-433a-9fba-148b38d4f34a', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8215341d-ee0e-433a-9fba-148b38d4f34a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:58,941 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.030s
2026-06-17 12:56:58,941 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a87006c1-4373-4e75-8a2d-a9ef9aa3438a', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a87006c1-4373-4e75-8a2d-a9ef9aa3438a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:56:59,980 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.030s
2026-06-17 12:56:59,981 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b31bd208-bd01-40e9-84ad-63d38167029d', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b31bd208-bd01-40e9-84ad-63d38167029d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:01,023 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:57:01,023 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75c4d739-934d-4093-a12f-731f34f86057', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75c4d739-934d-4093-a12f-731f34f86057', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:02,063 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:57:02,063 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21790416-cd64-4640-806c-639f985ea17c', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21790416-cd64-4640-806c-639f985ea17c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:03,096 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.026s
2026-06-17 12:57:03,097 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4158651b-e474-44cf-a659-f88fb1d6590a', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4158651b-e474-44cf-a659-f88fb1d6590a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:04,186 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.083s
2026-06-17 12:57:04,186 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04219818-c517-4dd2-a0ac-7653f5b0c3ce', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04219818-c517-4dd2-a0ac-7653f5b0c3ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:05,225 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:57:05,225 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20386dd3-6baf-495e-aace-c54a595e4210', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20386dd3-6baf-495e-aace-c54a595e4210', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:06,264 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:57:06,264 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9611c5ee-607c-4839-b22a-b4376156a4b7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9611c5ee-607c-4839-b22a-b4376156a4b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:07,307 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:57:07,307 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-339237b0-2c42-40e1-8c2a-7c0108cdad94', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-339237b0-2c42-40e1-8c2a-7c0108cdad94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:08,455 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.141s
2026-06-17 12:57:08,455 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6213a7d3-0b60-490a-bb76-8a7ab1e4baa7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6213a7d3-0b60-490a-bb76-8a7ab1e4baa7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:09,492 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.030s
2026-06-17 12:57:09,492 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-782abc09-5bd7-4d39-ae1a-f9773965d302', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-782abc09-5bd7-4d39-ae1a-f9773965d302', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:10,526 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.025s
2026-06-17 12:57:10,526 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3579cb32-cd44-47fd-ace9-11aaecfebd33', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3579cb32-cd44-47fd-ace9-11aaecfebd33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:11,559 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:57:11,559 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04047aa5-929c-4258-a765-e80aa13c3c1f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04047aa5-929c-4258-a765-e80aa13c3c1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:12,593 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.029s
2026-06-17 12:57:12,594 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d7175d-eb44-4511-815f-c0a8be1fcd27', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d7175d-eb44-4511-815f-c0a8be1fcd27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:13,637 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:57:13,638 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97e834f-d46a-45bf-9900-4292c19dc4d8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97e834f-d46a-45bf-9900-4292c19dc4d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:14,680 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:57:14,681 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4104c1d5-87fe-47d2-b3fe-2b154055c480', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4104c1d5-87fe-47d2-b3fe-2b154055c480', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:15,725 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:57:15,725 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9591bbf-4688-423a-919f-4836b10a024f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9591bbf-4688-423a-919f-4836b10a024f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:16,764 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:57:16,765 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8395c83c-bfab-4a94-b43a-606aa8c97bb2', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8395c83c-bfab-4a94-b43a-606aa8c97bb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:17,812 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:57:17,812 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-545ca8f6-6d11-4dd7-b8aa-9722c8436cdb', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-545ca8f6-6d11-4dd7-b8aa-9722c8436cdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:18,863 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.045s
2026-06-17 12:57:18,863 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69175cde-df36-4591-b8e0-2430bb80c886', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69175cde-df36-4591-b8e0-2430bb80c886', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:19,924 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.051s
2026-06-17 12:57:19,924 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82c0da4b-7f00-41fe-b4fb-77eb32f5c292', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82c0da4b-7f00-41fe-b4fb-77eb32f5c292', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:20,989 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.055s
2026-06-17 12:57:20,990 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac79054e-5fda-4786-873e-c33b76d96901', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac79054e-5fda-4786-873e-c33b76d96901', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:22,064 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.063s
2026-06-17 12:57:22,064 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec24a1a4-8a00-4a72-a9da-5a5a2a9601c8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec24a1a4-8a00-4a72-a9da-5a5a2a9601c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:23,105 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.031s
2026-06-17 12:57:23,105 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af6a4a93-4219-4410-9e5f-ee87708878fc', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af6a4a93-4219-4410-9e5f-ee87708878fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:24,166 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.055s
2026-06-17 12:57:24,167 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ee33efb-445d-4cd0-aa5d-c4eda832a951', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ee33efb-445d-4cd0-aa5d-c4eda832a951', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:25,220 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.041s
2026-06-17 12:57:25,220 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3996d1c9-b1ff-4760-b395-279e0031a1c8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3996d1c9-b1ff-4760-b395-279e0031a1c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:26,265 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:57:26,265 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22197820-3bbd-445f-8a7f-f6e76f6435a7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22197820-3bbd-445f-8a7f-f6e76f6435a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:27,322 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.049s
2026-06-17 12:57:27,323 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75052471-55fa-46dc-9b80-1dbe79eca71e', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75052471-55fa-46dc-9b80-1dbe79eca71e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:28,370 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:57:28,370 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6dc2bb-7bd6-4f59-9fe6-21d59aa40690', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6dc2bb-7bd6-4f59-9fe6-21d59aa40690', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:29,439 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.058s
2026-06-17 12:57:29,439 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b5020fe-348e-4143-b902-74cc8a8bb144', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b5020fe-348e-4143-b902-74cc8a8bb144', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:30,477 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.029s
2026-06-17 12:57:30,477 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7635dfa6-c52a-48fa-bad3-aa032324d92f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7635dfa6-c52a-48fa-bad3-aa032324d92f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:31,516 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.034s
2026-06-17 12:57:31,517 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2612ea2-25fa-4a83-88c8-85b748386c73', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2612ea2-25fa-4a83-88c8-85b748386c73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:32,580 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.054s
2026-06-17 12:57:32,580 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8265710f-430c-4199-90a9-1c608a70775b', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8265710f-430c-4199-90a9-1c608a70775b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:33,639 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.049s
2026-06-17 12:57:33,639 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7030b830-8238-4326-87f9-ae13685b73c8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7030b830-8238-4326-87f9-ae13685b73c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:34,696 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.050s
2026-06-17 12:57:34,696 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3f44aae-8291-411d-b468-ffeddc98f11b', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3f44aae-8291-411d-b468-ffeddc98f11b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:35,746 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:57:35,746 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f96444ac-c125-4441-be34-f61e0e06893d', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f96444ac-c125-4441-be34-f61e0e06893d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:36,805 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.052s
2026-06-17 12:57:36,805 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16d20522-8435-42bc-a186-b7063f83d940', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16d20522-8435-42bc-a186-b7063f83d940', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:37,856 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.045s
2026-06-17 12:57:37,856 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f2fde9-835c-416d-a064-b5e924b2e3b4', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f2fde9-835c-416d-a064-b5e924b2e3b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:38,909 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.043s
2026-06-17 12:57:38,909 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5db1e8-6a87-449d-87df-82fdd1b92051', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5db1e8-6a87-449d-87df-82fdd1b92051', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:39,949 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:57:39,949 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cbea2b0-b57f-417b-afd3-8c2fcd6c396b', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cbea2b0-b57f-417b-afd3-8c2fcd6c396b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:40,988 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:57:40,988 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-352ea336-fdf6-459d-9a5b-61a09e9c6c84', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-352ea336-fdf6-459d-9a5b-61a09e9c6c84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:42,028 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.031s
2026-06-17 12:57:42,028 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e49183e-1ac5-4a18-963e-bf19e290361e', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e49183e-1ac5-4a18-963e-bf19e290361e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:43,071 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:57:43,072 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea958a89-5d8f-40bb-bd11-1a3f3b9501fb', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea958a89-5d8f-40bb-bd11-1a3f3b9501fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:44,116 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:57:44,116 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb9bb58-6793-4cdb-8103-d446280eb5e7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb9bb58-6793-4cdb-8103-d446280eb5e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:45,167 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.040s
2026-06-17 12:57:45,168 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af068a8c-0945-42d1-8655-5a054872ed91', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af068a8c-0945-42d1-8655-5a054872ed91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:46,213 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:57:46,214 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-090946aa-4e09-47c0-885e-9a9469aee420', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-090946aa-4e09-47c0-885e-9a9469aee420', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:47,256 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:57:47,257 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-566c7e9e-5483-455a-a118-4fbb69d7371a', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-566c7e9e-5483-455a-a118-4fbb69d7371a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:48,301 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:57:48,302 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76dae10a-7499-4d25-830d-36273b3ff933', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76dae10a-7499-4d25-830d-36273b3ff933', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:49,349 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:57:49,349 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc74f1b-c786-4a91-97b8-2e1882d92ed0', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc74f1b-c786-4a91-97b8-2e1882d92ed0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:50,398 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.042s
2026-06-17 12:57:50,398 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02aea89a-6a4d-4c18-971e-5334451dae94', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02aea89a-6a4d-4c18-971e-5334451dae94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:51,442 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:57:51,442 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e60b4a2d-f674-4990-a2a8-50e5066a8896', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e60b4a2d-f674-4990-a2a8-50e5066a8896', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:52,487 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:57:52,487 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22b93efc-cac2-4f48-892f-f4e02fc1b938', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22b93efc-cac2-4f48-892f-f4e02fc1b938', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:53,532 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:57:53,533 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3421f49-6cdb-488b-b8e2-ba572d1529a1', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3421f49-6cdb-488b-b8e2-ba572d1529a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:54,569 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.029s
2026-06-17 12:57:54,569 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dd2c7c8-64c5-459e-bac9-36d0022d7aef', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dd2c7c8-64c5-459e-bac9-36d0022d7aef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:55,609 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:57:55,609 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1dde613-3b75-48b8-b6cf-5793dffbcf4d', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1dde613-3b75-48b8-b6cf-5793dffbcf4d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:56,656 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:57:56,656 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-143ae3d4-6764-466b-9cd3-aa5e1aee0553', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-143ae3d4-6764-466b-9cd3-aa5e1aee0553', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:57,718 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.053s
2026-06-17 12:57:57,718 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ab1d4b-404e-495b-bfb9-a79902747559', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ab1d4b-404e-495b-bfb9-a79902747559', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:58,771 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.046s
2026-06-17 12:57:58,771 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d659f3a-8ccc-4a55-8547-b3610d39becb', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d659f3a-8ccc-4a55-8547-b3610d39becb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:57:59,813 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:57:59,814 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:57:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a594a3-644b-4811-98a2-861cec02fe8d', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a594a3-644b-4811-98a2-861cec02fe8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:00,862 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.043s
2026-06-17 12:58:00,863 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e31160f-ebfc-44f1-bcfe-215d46bc9e7b', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e31160f-ebfc-44f1-bcfe-215d46bc9e7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:01,904 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:58:01,904 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5c436e-e6b7-46dc-b6c0-0daf03ac1cc7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5c436e-e6b7-46dc-b6c0-0daf03ac1cc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:02,949 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.034s
2026-06-17 12:58:02,950 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc7b27f5-585a-482a-9706-b60572ae8ca9', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc7b27f5-585a-482a-9706-b60572ae8ca9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:03,988 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.030s
2026-06-17 12:58:03,989 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ce1102-5396-4d98-9a92-89f91ee113fa', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ce1102-5396-4d98-9a92-89f91ee113fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:05,043 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.046s
2026-06-17 12:58:05,044 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c690922d-cf46-4628-95b6-7537d2adecc6', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c690922d-cf46-4628-95b6-7537d2adecc6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:06,074 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.024s
2026-06-17 12:58:06,075 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade37394-7e8c-49be-a776-05db5c9926f6', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade37394-7e8c-49be-a776-05db5c9926f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:07,111 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.031s
2026-06-17 12:58:07,111 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dc85c20-cc7c-4528-8764-ce0018145d23', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dc85c20-cc7c-4528-8764-ce0018145d23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:08,172 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.054s
2026-06-17 12:58:08,172 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a1d4a4f-d7b0-4874-b0a2-b39e97a3eab3', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a1d4a4f-d7b0-4874-b0a2-b39e97a3eab3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:09,308 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.129s
2026-06-17 12:58:09,309 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20725ebd-1118-4be7-a67c-5a2eb91d786e', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20725ebd-1118-4be7-a67c-5a2eb91d786e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:10,352 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:58:10,352 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9923718-bdfc-4d50-926d-34e1b501fa4b', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9923718-bdfc-4d50-926d-34e1b501fa4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:11,390 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:58:11,390 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773aeeb1-af2c-41e7-9dc7-9ac0f47a2384', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773aeeb1-af2c-41e7-9dc7-9ac0f47a2384', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:12,425 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:58:12,426 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c0b9115-d59e-4796-8933-15911ff05b24', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c0b9115-d59e-4796-8933-15911ff05b24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:13,460 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.027s
2026-06-17 12:58:13,460 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938ed2f5-9b34-4d69-8019-5a9e16cd9358', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938ed2f5-9b34-4d69-8019-5a9e16cd9358', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:14,489 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.023s
2026-06-17 12:58:14,490 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a53fcb-5204-484c-bbd4-e45c8b35de75', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a53fcb-5204-484c-bbd4-e45c8b35de75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:15,525 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.030s
2026-06-17 12:58:15,525 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41cd7b3e-c13d-4f79-97b0-b96ff30a082f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41cd7b3e-c13d-4f79-97b0-b96ff30a082f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:16,571 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.040s
2026-06-17 12:58:16,571 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec9ef74-6aff-4a54-b52c-c4f720dabc8c', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec9ef74-6aff-4a54-b52c-c4f720dabc8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:17,614 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:58:17,615 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281ddcd5-62d9-4da0-810e-408ceb11176f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281ddcd5-62d9-4da0-810e-408ceb11176f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:19,183 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.559s
2026-06-17 12:58:19,183 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d1e9d7c-69c1-496a-a041-a95113465285', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d1e9d7c-69c1-496a-a041-a95113465285', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:20,226 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:58:20,226 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b053f80b-2012-43f7-a7a2-66bf4ba0dfae', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b053f80b-2012-43f7-a7a2-66bf4ba0dfae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:21,270 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:58:21,270 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a3e9973-07a6-48f4-8092-6ed2586eecbb', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a3e9973-07a6-48f4-8092-6ed2586eecbb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:22,340 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.060s
2026-06-17 12:58:22,340 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12f9ed31-1bb2-45d5-b5c4-db37d8844bcd', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12f9ed31-1bb2-45d5-b5c4-db37d8844bcd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:23,379 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:58:23,379 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f96ff068-c1cd-4c87-adbe-d7edfa14005f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f96ff068-c1cd-4c87-adbe-d7edfa14005f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:24,419 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:58:24,419 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d2fad7a-0354-464a-817d-91e716191a67', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d2fad7a-0354-464a-817d-91e716191a67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:25,453 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:58:25,453 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab484ff9-06bf-4fd2-858f-4c2439cad340', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab484ff9-06bf-4fd2-858f-4c2439cad340', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:26,505 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.044s
2026-06-17 12:58:26,507 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c26b4c6-d967-4af8-9e5a-97902f6812c0', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c26b4c6-d967-4af8-9e5a-97902f6812c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:27,550 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:58:27,550 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07bcf78b-3fc3-49d7-8af4-36e64f1102c7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07bcf78b-3fc3-49d7-8af4-36e64f1102c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:28,597 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:58:28,597 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d4aebce-8253-41a6-97ba-383a9754dd31', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d4aebce-8253-41a6-97ba-383a9754dd31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:29,652 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.048s
2026-06-17 12:58:29,652 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3bc43bd-6840-4047-810a-f570314bae1d', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3bc43bd-6840-4047-810a-f570314bae1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:30,698 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.031s
2026-06-17 12:58:30,698 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55219e3c-ef6f-4288-b389-22f03a1dec8b', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55219e3c-ef6f-4288-b389-22f03a1dec8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:31,738 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:58:31,738 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e28794c3-7ca3-44b1-95f7-c9a74b9b7b94', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e28794c3-7ca3-44b1-95f7-c9a74b9b7b94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:32,784 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.040s
2026-06-17 12:58:32,784 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee5bb324-2d5e-46d8-88ae-5a83add06253', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee5bb324-2d5e-46d8-88ae-5a83add06253', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:33,839 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.046s
2026-06-17 12:58:33,839 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3665baac-3be9-43b5-9243-f7a7436d8eb6', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3665baac-3be9-43b5-9243-f7a7436d8eb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:34,884 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:58:34,885 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56eb888b-f520-4cc2-8a4e-ec2556257e1a', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56eb888b-f520-4cc2-8a4e-ec2556257e1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:35,920 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.027s
2026-06-17 12:58:35,920 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-043d7452-c3f3-4cfe-a764-13d4e85bbd06', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-043d7452-c3f3-4cfe-a764-13d4e85bbd06', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:36,961 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.035s
2026-06-17 12:58:36,961 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afc7f9df-10dc-4a47-a675-dca9fd8a3736', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afc7f9df-10dc-4a47-a675-dca9fd8a3736', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:38,005 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.034s
2026-06-17 12:58:38,005 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f74248c-3d9e-461c-b1e7-b1dffed94cbe', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f74248c-3d9e-461c-b1e7-b1dffed94cbe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:39,057 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.044s
2026-06-17 12:58:39,058 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6fb716f-97e1-4a05-82b5-ddb95971d7e8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6fb716f-97e1-4a05-82b5-ddb95971d7e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:40,108 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.039s
2026-06-17 12:58:40,108 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebc67c1b-7c75-43d2-b13b-0b207b66b26f', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebc67c1b-7c75-43d2-b13b-0b207b66b26f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:41,143 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.029s
2026-06-17 12:58:41,143 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ac2da2-6818-411d-9366-34bc07d94f67', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ac2da2-6818-411d-9366-34bc07d94f67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:42,192 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.041s
2026-06-17 12:58:42,193 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cea2699-7456-4385-8a7a-e8126b81bfc6', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cea2699-7456-4385-8a7a-e8126b81bfc6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:43,239 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:58:43,239 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-363b31e0-1c6b-4d63-a931-31ebe10d1f85', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-363b31e0-1c6b-4d63-a931-31ebe10d1f85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:44,279 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:58:44,279 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699beed6-d6c4-4ac8-94d0-e993358f8855', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699beed6-d6c4-4ac8-94d0-e993358f8855', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:45,335 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.050s
2026-06-17 12:58:45,336 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aec45f64-cff2-4c28-8713-d77df388d459', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aec45f64-cff2-4c28-8713-d77df388d459', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:46,393 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.051s
2026-06-17 12:58:46,393 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6b4c9ff-76bd-4637-bc08-75907f3b0bb8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6b4c9ff-76bd-4637-bc08-75907f3b0bb8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:47,447 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.046s
2026-06-17 12:58:47,448 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dbafa34-a251-4db9-82c1-f9d4d77236fd', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dbafa34-a251-4db9-82c1-f9d4d77236fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:48,490 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:58:48,490 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed10c8b-a372-4a61-beed-1eb346f60a65', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed10c8b-a372-4a61-beed-1eb346f60a65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:49,534 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:58:49,534 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5447735-03db-471b-ba77-fe692bad5c5e', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5447735-03db-471b-ba77-fe692bad5c5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:50,568 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.026s
2026-06-17 12:58:50,568 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec6ba5e-ae71-4d03-ad58-4ba7c43319ba', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec6ba5e-ae71-4d03-ad58-4ba7c43319ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:51,620 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.043s
2026-06-17 12:58:51,620 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eaf99bc-3ce0-4b0a-a427-1f1067c928a9', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eaf99bc-3ce0-4b0a-a427-1f1067c928a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:52,663 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:58:52,663 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a72394d-3395-4c2e-b6bc-a0f4e8f2a6f4', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a72394d-3395-4c2e-b6bc-a0f4e8f2a6f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:53,705 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.034s
2026-06-17 12:58:53,705 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-187f48eb-774c-43bc-bbc4-db0831ed3b56', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-187f48eb-774c-43bc-bbc4-db0831ed3b56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:54,751 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.040s
2026-06-17 12:58:54,752 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ab0bde-a607-4401-94a4-8640bf10b875', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ab0bde-a607-4401-94a4-8640bf10b875', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:55,800 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.036s
2026-06-17 12:58:55,800 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-432940be-44e2-43d1-94a3-dab16350c068', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-432940be-44e2-43d1-94a3-dab16350c068', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:57,050 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.243s
2026-06-17 12:58:57,050 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b701d043-2f31-4130-82ba-9308781e5952', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b701d043-2f31-4130-82ba-9308781e5952', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:58,116 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.057s
2026-06-17 12:58:58,116 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38d32465-7569-4ebf-9387-624cce005b73', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38d32465-7569-4ebf-9387-624cce005b73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:58:59,178 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.054s
2026-06-17 12:58:59,178 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:58:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cde679c-f5c4-4f0a-aed7-7a9a52511000', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cde679c-f5c4-4f0a-aed7-7a9a52511000', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:00,221 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:59:00,221 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66503997-5289-4945-b485-46ae1ae04da8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66503997-5289-4945-b485-46ae1ae04da8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:01,270 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:59:01,270 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-236a8836-87d6-48cb-ae32-7edd533e0dd7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-236a8836-87d6-48cb-ae32-7edd533e0dd7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:02,305 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.029s
2026-06-17 12:59:02,305 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7884f0be-d967-4134-9c0d-6ccbb4a720a8', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7884f0be-d967-4134-9c0d-6ccbb4a720a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:03,349 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.034s
2026-06-17 12:59:03,349 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18743f37-4f0d-4d83-a8cd-44282bd12961', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18743f37-4f0d-4d83-a8cd-44282bd12961', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:04,387 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.033s
2026-06-17 12:59:04,387 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7d1c7a3-37ff-49da-9636-9521488bde22', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7d1c7a3-37ff-49da-9636-9521488bde22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:05,423 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:59:05,423 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-555d1341-483a-4270-a722-9a48651906fa', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-555d1341-483a-4270-a722-9a48651906fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:06,472 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.041s
2026-06-17 12:59:06,472 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c2a920a-5f9f-404c-a168-a5c40d8aefc3', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c2a920a-5f9f-404c-a168-a5c40d8aefc3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:07,517 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.038s
2026-06-17 12:59:07,517 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dfd8c63-3874-48c2-a75a-0f1b042c8684', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dfd8c63-3874-48c2-a75a-0f1b042c8684', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:08,552 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:59:08,552 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a618318d-fa82-4fe4-9bc3-a5f384f634c2', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a618318d-fa82-4fe4-9bc3-a5f384f634c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:09,596 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.037s
2026-06-17 12:59:09,597 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3bef78e-e433-4f22-a49c-2b5966162708', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3bef78e-e433-4f22-a49c-2b5966162708', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:10,654 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.047s
2026-06-17 12:59:10,655 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e0a9353-280e-42a1-a07a-15106e16e4aa', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e0a9353-280e-42a1-a07a-15106e16e4aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:11,692 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.031s
2026-06-17 12:59:11,692 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b63fca7-c470-484e-9fdf-80fb13137220', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b63fca7-c470-484e-9fdf-80fb13137220', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:12,728 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.028s
2026-06-17 12:59:12,729 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d6e6ae-c9db-4d6d-969f-bad399096ba5', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d6e6ae-c9db-4d6d-969f-bad399096ba5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:13,777 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.041s
2026-06-17 12:59:13,778 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5591875b-8dfe-47d3-8601-1fe31b4a49f0', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5591875b-8dfe-47d3-8601-1fe31b4a49f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:14,830 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.041s
2026-06-17 12:59:14,830 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f88ca4e3-dbf5-4d95-a277-87dc44f70826', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f88ca4e3-dbf5-4d95-a277-87dc44f70826', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:15,862 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.026s
2026-06-17 12:59:15,862 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b38287-9240-424e-aa32-e7fc07da6ad7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b38287-9240-424e-aa32-e7fc07da6ad7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:16,910 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.040s
2026-06-17 12:59:16,910 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1504e5d-b3d6-439c-9e20-8fbae983b8cf', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1504e5d-b3d6-439c-9e20-8fbae983b8cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:17,951 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.031s
2026-06-17 12:59:17,951 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0150d84-bf42-4da1-84ab-9713dd5e3fc9', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0150d84-bf42-4da1-84ab-9713dd5e3fc9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:56:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:18,076 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.116s
2026-06-17 12:59:18,076 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:17 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-86449ebd-57c8-4eba-a7bf-45a142b066ab', 'x-compute-request-id': 'req-86449ebd-57c8-4eba-a7bf-45a142b066ab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b''
2026-06-17 12:59:18,556 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.480s
2026-06-17 12:59:18,556 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48d7095d-c644-4bb6-bda1-35e5f10da7e1', 'x-compute-request-id': 'req-48d7095d-c644-4bb6-bda1-35e5f10da7e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}, {"version": 4, "addr": "172.24.5.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}]}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": "2026-06-17T12:55:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:19,872 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.308s
2026-06-17 12:59:19,872 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0af229a-af16-4b3b-9cce-95ee10779eb1', 'x-compute-request-id': 'req-d0af229a-af16-4b3b-9cce-95ee10779eb1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}, {"version": 4, "addr": "172.24.5.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}]}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": "2026-06-17T12:55:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--156094449"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:21,902 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 1.018s
2026-06-17 12:59:21,902 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1611', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5667a0e-e339-4fea-bab5-73f211480887', 'x-compute-request-id': 'req-e5667a0e-e339-4fea-bab5-73f211480887', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}, {"version": 4, "addr": "172.24.5.190", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:f9:d8"}]}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": "2026-06-17T12:55:19.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:23,737 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.830s
2026-06-17 12:59:23,738 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ddb58a3-741b-45a6-8394-18dcfc503666', 'x-compute-request-id': 'req-0ddb58a3-741b-45a6-8394-18dcfc503666', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:55:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "f3d69f37-3e4b-49f5-8c58-ac2cb13dace1", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1151155286", "status": "DELETED", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:22Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T12:56:23Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1279979777", "OS-SRV-USG:launched_at": "2026-06-17T12:55:19.000000", "OS-SRV-USG:terminated_at": "2026-06-17T12:59: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-06-17 12:59:23,747 106248 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-06-17 12:59:24,788 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 0.040s
2026-06-17 12:59:24,788 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:24 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-ac6dbe5f-fda6-4219-a59c-4d5544714dc0', 'x-compute-request-id': 'req-ac6dbe5f-fda6-4219-a59c-4d5544714dc0', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/f3d69f37-3e4b-49f5-8c58-ac2cb13dace1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f3d69f37-3e4b-49f5-8c58-ac2cb13dace1 could not be found."}}'
2026-06-17 12:59:24,832 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1279979777 0.043s
2026-06-17 12:59:24,832 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:24 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-174568b1-80f5-4e12-9fd4-78ee6aa5689f', 'x-compute-request-id': 'req-174568b1-80f5-4e12-9fd4-78ee6aa5689f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1279979777'}
Body: b''
2026-06-17 12:59:25,017 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/security-groups/4e71f8cf-7e43-4405-b4e9-677818d1dc33 0.184s
2026-06-17 12:59:25,018 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-662559ff-130d-40b7-bf72-45b4b8dffec1', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/4e71f8cf-7e43-4405-b4e9-677818d1dc33'}
Body: b''
2026-06-17 12:59:25,040 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/networking/v2.0/security-groups/4e71f8cf-7e43-4405-b4e9-677818d1dc33 0.021s
2026-06-17 12:59:25,040 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-a47bf9d4-f813-4e96-96f4-715bfb385d0b', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/4e71f8cf-7e43-4405-b4e9-677818d1dc33'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4e71f8cf-7e43-4405-b4e9-677818d1dc33 does not exist", "detail": ""}}'
2026-06-17 12:59:25,482 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/floatingips/f11c1b2a-5fa5-49a5-84ae-56928bf6ec08 0.441s
2026-06-17 12:59:25,482 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-d183a05d-5bd9-4e90-9cae-a0a9bb315b50', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/f11c1b2a-5fa5-49a5-84ae-56928bf6ec08'}
Body: b''
2026-06-17 12:59:25,535 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.053s
2026-06-17 12:59:25,536 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:25 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-32007247-23dc-4c60-bcac-c98371d82b7c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b''
2026-06-17 12:59:25,568 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.032s
2026-06-17 12:59:25,569 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b08790-729c-4150-9955-ef7c11472c7d', 'content-length': '875', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b08790-729c-4150-9955-ef7c11472c7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"volume": {"id": "2fa97318-bf50-4815-b7da-e78262a95721", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:55:02.000000", "updated_at": "2026-06-17T12:59:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-473685104", "description": null, "volume_type": "tempest-scenario-type-luksv2-783154329", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/2fa97318-bf50-4815-b7da-e78262a95721"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:26,595 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721 0.020s
2026-06-17 12:59:26,595 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:26 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-89c97ca1-ba43-43bf-83b2-cce2564569ca', 'x-openstack-request-id': 'req-89c97ca1-ba43-43bf-83b2-cce2564569ca', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/volumes/2fa97318-bf50-4815-b7da-e78262a95721'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2fa97318-bf50-4815-b7da-e78262a95721 could not be found."}}'
2026-06-17 12:59:26,750 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1 0.155s
2026-06-17 12:59:26,751 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d47c9fcc-61d7-488f-9388-5f0bfd7cdc8a', 'content-length': '6950', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d47c9fcc-61d7-488f-9388-5f0bfd7cdc8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "fca796ed-8492-48fd-ac53-2c89099c30f6", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:59:25.000000", "updated_at": "2026-06-17T12:59:25.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1693514094", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/fca796ed-8492-48fd-ac53-2c89099c30f6"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/fca796ed-8492-48fd-ac53-2c89099c30f6"}], "user_id": "79c36da1b27a4a418853025bd2c42cb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "69e8c923f3ee44f8886068c821a5931c", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#default"}, {"id": "d32cd9a2-e7d5-4dea-9989-dfa91823feed", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:58:32.000000", "updated_at": "2026-06-17T12:58:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-origin-1828008023", "description": null, "volume_type": "tempest-scenario-type-luks-1119163428", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/d32cd9a2-e7d5-4dea-9989-dfa91823feed"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/d32cd9a2-e7d5-4dea-9989-dfa91823feed"}], "user_id": "8a4a543b070d47d8a013efe89d797080", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "d32cd9a2-e7d5-4dea-9989-dfa91823feed", "attachment_id": "c0373ad5-5d18-40ca-ab9c-ade4ef885764", "volume_id": "d32cd9a2-e7d5-4dea-9989-dfa91823feed", "server_id": "bf4e58e0-c667-4406-9cff-e8f59851d4f0", "host_name": "np0000003047", "device": "/dev/vda", "attached_at": "2026-06-17T12:58:51.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "097edb174a95444e85b870353538f0cc", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#default", "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": "21430a97-1035-461a-9b7d-82457efb7b9b", "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": "dbab08f5-0ced-4a21-abf6-4ad461935c5c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:58:09.000000", "updated_at": "2026-06-17T12:58:20.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1432346749", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/dbab08f5-0ced-4a21-abf6-4ad461935c5c"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/dbab08f5-0ced-4a21-abf6-4ad461935c5c"}], "user_id": "79c36da1b27a4a418853025bd2c42cb1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "69e8c923f3ee44f8886068c821a5931c", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#template_virtual"}, {"id": "9db0b97d-77ca-4c71-8719-1dafe26bd406", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:57:40.000000", "updated_at": "2026-06-17T12:57:4
2026-06-17 12:59:26,825 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/types/9f23e6bb-41c2-4c3c-b9e8-195565569869 0.062s
2026-06-17 12:59:26,825 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:26 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-44c30c87-8c30-4068-a6ab-4e68cf50170e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/types/9f23e6bb-41c2-4c3c-b9e8-195565569869'}
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 2fa97318-bf50-4815-b7da-e78262a95721 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] |
fail
ft5.4: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 12:59:26,849 106248 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks-970206931 on backend None
2026-06-17 12:59:26,887 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 POST https://10.4.3.21/volume/v3/types 0.037s
2026-06-17 12:59:26,887 106248 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-luks-970206931", "extra_specs": {}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97eb4741-00f8-4bd3-ac22-711af57c6a48', 'content-length': '211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97eb4741-00f8-4bd3-ac22-711af57c6a48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types'}
Body: b'{"volume_type": {"id": "cfc22177-e665-4c76-85c9-7dd33bf7f95d", "name": "tempest-scenario-type-luks-970206931", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-17 12:59:26,889 106248 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: cfc22177-e665-4c76-85c9-7dd33bf7f95d
2026-06-17 12:59:26,929 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 POST https://10.4.3.21/volume/v3/types/cfc22177-e665-4c76-85c9-7dd33bf7f95d/encryption 0.040s
2026-06-17 12:59:26,929 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-228bb980-5aa1-493f-8d46-5d8242e4bb0f', 'content-length': '230', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-228bb980-5aa1-493f-8d46-5d8242e4bb0f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types/cfc22177-e665-4c76-85c9-7dd33bf7f95d/encryption'}
Body: b'{"encryption": {"provider": "luks", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "cfc22177-e665-4c76-85c9-7dd33bf7f95d", "encryption_id": "d00d6bc8-35a6-49ae-8386-f8611a4b8186"}}'
2026-06-17 12:59:27,156 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 202 POST https://10.4.3.21/volume/v3/volumes 0.224s
2026-06-17 12:59:27,156 106248 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-1591707484", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks-970206931", "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79c98f2f-1501-4fa6-bdb7-6fe0652f3f59', 'content-length': '782', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79c98f2f-1501-4fa6-bdb7-6fe0652f3f59', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes'}
Body: b'{"volume": {"id": "f83f0e7d-724e-4989-a588-56e21539cf0b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:59:27.079951", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-1591707484", "description": null, "volume_type": "tempest-scenario-type-luks-970206931", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 12:59:27,305 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 201 POST https://10.4.3.21/identity/v3/auth/tokens 0.138s
2026-06-17 12:59:27,306 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2937', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-f4894da8-b8a6-4a77-a90d-c6f7b9480b78', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b56d2783f27042efb25290a7f4c3e10d", "name": "tempest-TestEncryptedCinderVolumes-629949251-project-member", "password_expires_at": null}, "audit_ids": ["Ugm6NS2fT8m7uSyzm_B5PA"], "expires_at": "2026-06-17T13:59:27.000000Z", "issued_at": "2026-06-17T12:59:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a635a44daa5440eb8e1b9e268bfc57ac", "name": "tempest-TestEncryptedCinderVolumes-629949251"}, "is_domain": false, "roles": [{"id": "ddef45d4387b456abac6e189627f57d3", "name": "reader"}, {"id": "acdbf7bedbec4e0fbd83d8a5611b7e13", "name": "member"}], "catalog": [{"endpoints": [{"id": "51a8937a06dc4010a90ce16e8e460c1a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/identity", "region": "RegionOne"}], "id": "33e519f894cf4f04abe28a46bbed0f45", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7017fc2162c94a7bbdd2da0e8641db57", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2/a635a44daa5440eb8e1b9e268bfc57ac", "region": "RegionOne"}], "id": "3b5c83d90aec416a83c9968af991d310", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "656b6314054f40bd9683f2313469f4d3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/image", "region": "RegionOne"}], "id": "3d456053421d4d009c6282b620c3b284", "type": "image", "name": "glance"}, {"endpoints": [{"id": "13e6fe8ed21c4fb9ae3b11b9b512256b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2.1", "region": "RegionOne"}], "id": "435f3f9b56824383acd1bcc2d9dcef37", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "aa95c0456a5d463ca0145adac973a411", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/networking", "region": "RegionOne"}], "id": "74ea760b6e08437fbee38512251300ea", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "010ce3ba74be4fc5add7722492dafde1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/volume/v3", "region": "RegionOne"}], "id": "9113a1f1ccb148ea8b55feb9ec90c89c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1c10b85a4d8c4b4486a1827d6ae2c7ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/placement", "region": "RegionOne"}], "id": "ee3663b012a84e8a954e6e016d85a204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6623400a1c9c4d0a9b2c162997bf7c6f", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21:8080/v1/AUTH_a635a44daa5440eb8e1b9e268bfc57ac", "region": "RegionOne"}, {"id": "741ebc346c6745dbaef56db271d19906", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.21:8080", "region": "RegionOne"}], "id": "fbd742458c9f4068a952821cad3e83ac", "type": "object-store", "name": "swift"}]}}'
2026-06-17 12:59:27,306 106248 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert) Found network {'id': '5d73dcde-7086-4f49-913f-c16e9f50963c', 'name': 'tempest-TestEncryptedCinderVolumes-404275403-network', 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', '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': 58993, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T12:51:49Z', 'updated_at': '2026-06-17T12:51:49Z', 'revision_number': 1} available for tenant
2026-06-17 12:59:27,307 106248 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 12:59:27,307 106248 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 12:59:27,378 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.21/compute/v2.1/os-keypairs 0.070s
2026-06-17 12:59:27,378 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1640363350", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHpbXsi1jRnbMeH2E0UORioOFSmL4mjBgidIyU9QFmFiA02XKE/VgvwstqlQTQhaART5Fbxxo6cJypO1tr11RmCXxo0M5VVFIr9zZ0hsmBk7jTTtFfKeCCZz+DuMx1/bqQ=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 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-582952a0-4412-4ffa-8b1a-11ff5e68b643', 'x-compute-request-id': 'req-582952a0-4412-4ffa-8b1a-11ff5e68b643', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1640363350", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHpbXsi1jRnbMeH2E0UORioOFSmL4mjBgidIyU9QFmFiA02XKE/VgvwstqlQTQhaART5Fbxxo6cJypO1tr11RmCXxo0M5VVFIr9zZ0hsmBk7jTTtFfKeCCZz+DuMx1/bqQ==", "fingerprint": "e7:58:51:ac:80:d6:71:bd:c0:8c:e4:fb:91:bd:42:5b", "user_id": "b56d2783f27042efb25290a7f4c3e10d"}}'
2026-06-17 12:59:27,380 106248 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1640363350 created
2026-06-17 12:59:27,745 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-groups 0.365s
2026-06-17 12:59:27,745 106248 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--1890186083", "description": "tempest-description--2041488908"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-61823de7-d0d6-4663-ba4e-9c1b3d12d966', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "43a88030-d430-4ac3-b57a-3048d0b5c02c", "name": "tempest-securitygroup--1890186083", "stateful": true, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "description": "tempest-description--2041488908", "shared": false, "security_group_rules": [{"id": "14a65a99-58b6-447b-9c66-f14783a15876", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "security_group_id": "43a88030-d430-4ac3-b57a-3048d0b5c02c", "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": 1419, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T12:59:27Z", "updated_at": "2026-06-17T12:59:27Z", "revision_number": 0, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}, {"id": "3ea6b461-3beb-4d28-a2ff-0046857b43fb", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "security_group_id": "43a88030-d430-4ac3-b57a-3048d0b5c02c", "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": 1420, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T12:59:27Z", "updated_at": "2026-06-17T12:59:27Z", "revision_number": 0, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}], "tags": [], "created_at": "2026-06-17T12:59:27Z", "updated_at": "2026-06-17T12:59:27Z", "revision_number": 1}}'
2026-06-17 12:59:27,993 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.247s
2026-06-17 12:59:27,993 106248 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": "43a88030-d430-4ac3-b57a-3048d0b5c02c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d3f53c4e-8f33-4cf8-8754-ea4b43d4f025', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "96a96eaa-fa53-4627-99ad-57e7ebf21a42", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "security_group_id": "43a88030-d430-4ac3-b57a-3048d0b5c02c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T12:59:27Z", "updated_at": "2026-06-17T12:59:27Z", "revision_number": 0, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:28,275 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.281s
2026-06-17 12:59:28,275 106248 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": "43a88030-d430-4ac3-b57a-3048d0b5c02c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-824ff5b4-6c64-49b8-8899-0afd7231665f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "fe4432f7-198e-4e03-b24c-10bb1906f8cb", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "security_group_id": "43a88030-d430-4ac3-b57a-3048d0b5c02c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-17T12:59:28Z", "updated_at": "2026-06-17T12:59:28Z", "revision_number": 0, "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 12:59:28,275 106248 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1890186083 created
2026-06-17 12:59:29,326 106248 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/floatingips 1.050s
2026-06-17 12:59:29,326 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-13efd296-4de3-48ab-a68f-cf295e8212b3', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "702b5834-f9da-4004-be18-e113f3a72201", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "floating_ip_address": "172.24.5.136", "floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T12:59:28Z", "updated_at": "2026-06-17T12:59:28Z", "revision_number": 0}}'
2026-06-17 12:59:29,326 106248 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '702b5834-f9da-4004-be18-e113f3a72201', 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'floating_ip_address': '172.24.5.136', 'floating_network_id': 'b6b90cf8-eaa7-472f-b75e-b84a82f3a539', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T12:59:28Z', 'updated_at': '2026-06-17T12:59:28Z', 'revision_number': 0, 'ip': '172.24.5.136'} created
2026-06-17 12:59:29,326 106248 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1640363350', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHpbXsi1jRnbMeH2E0UORioOFSmL4mjBgidIyU9QFmFiA02XKE/VgvwstqlQTQhaART5Fbxxo6cJypO1tr11RmCXxo0M5VVFIr9zZ0hsmBk7jTTtFfKeCCZz+DuMx1/bqQ==', 'fingerprint': 'e7:58:51:ac:80:d6:71:bd:c0:8c:e4:fb:91:bd:42:5b', 'user_id': 'b56d2783f27042efb25290a7f4c3e10d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBgPRyP5zKdkJRWNQzt4YuMpWUHIZbh00fUKFwFpF/WR5udPvV5TN8i\np1nmWmLyLrWgBwYFK4EEACKhZANiAAR6W17ItY0Z2zHh9hNFDkYqDhUpi+JowYIn\nSMlPUBZhYgNNlyhP1YL8LLapUE0IWgEU+RW8caOnCcqTtba9dUZgl8aNDOVVRSK/\nc2dIbJgZO4007RXynggmc/g7jMdf26k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '43a88030-d430-4ac3-b57a-3048d0b5c02c', 'name': 'tempest-securitygroup--1890186083', 'stateful': True, 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'description': 'tempest-description--2041488908', 'shared': False, 'security_group_rules': [{'id': '14a65a99-58b6-447b-9c66-f14783a15876', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'security_group_id': '43a88030-d430-4ac3-b57a-3048d0b5c02c', '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': 1419, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T12:59:27Z', 'updated_at': '2026-06-17T12:59:27Z', 'revision_number': 0, 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac'}, {'id': '3ea6b461-3beb-4d28-a2ff-0046857b43fb', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'security_group_id': '43a88030-d430-4ac3-b57a-3048d0b5c02c', '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': 1420, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T12:59:27Z', 'updated_at': '2026-06-17T12:59:27Z', 'revision_number': 0, 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac'}], 'tags': [], 'created_at': '2026-06-17T12:59:27Z', 'updated_at': '2026-06-17T12:59:27Z', 'revision_number': 1}, 'floating_ip': {'id': '702b5834-f9da-4004-be18-e113f3a72201', 'tenant_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'project_id': 'a635a44daa5440eb8e1b9e268bfc57ac', 'floating_ip_address': '172.24.5.136', 'floating_network_id': 'b6b90cf8-eaa7-472f-b75e-b84a82f3a539', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-17T12:59:28Z', 'updated_at': '2026-06-17T12:59:28Z', 'revision_number': 0, 'ip': '172.24.5.136'}}
2026-06-17 12:59:30,198 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 202 POST https://10.4.3.21/compute/v2.1/servers 0.871s
2026-06-17 12:59:30,198 106248 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-1470559916", "imageRef": "21430a97-1035-461a-9b7d-82457efb7b9b", "flavorRef": "42", "networks": [{"uuid": "5d73dcde-7086-4f49-913f-c16e9f50963c"}], "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "key_name": "tempest-keypair-1640363350", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '404', 'location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d551ce19-a57f-47dc-82ef-e1076582b2b3', 'x-compute-request-id': 'req-d551ce19-a57f-47dc-82ef-e1076582b2b3', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/servers'}
Body: b'{"server": {"id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "adminPass": "Aej3JZ3P6Qg8"}}'
2026-06-17 12:59:30,310 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.110s
2026-06-17 12:59:30,310 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:30 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-07a7af41-f53b-4b8a-a2cd-8f48cd724e82', 'x-compute-request-id': 'req-07a7af41-f53b-4b8a-a2cd-8f48cd724e82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:31,416 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.098s
2026-06-17 12:59:31,416 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:31 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-ea55076b-434d-483b-b24c-f443b35923c7', 'x-compute-request-id': 'req-ea55076b-434d-483b-b24c-f443b35923c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:32,800 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.378s
2026-06-17 12:59:32,801 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c560c0-b6b4-4b25-ad86-80830f862b1d', 'x-compute-request-id': 'req-c8c560c0-b6b4-4b25-ad86-80830f862b1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:32,809 106248 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-17 12:59:33,927 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.117s
2026-06-17 12:59:33,927 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-151b85a7-f3a2-4b87-bfc8-7e5c2d1d6333', 'x-compute-request-id': 'req-151b85a7-f3a2-4b87-bfc8-7e5c2d1d6333', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:35,047 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.111s
2026-06-17 12:59:35,047 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03b214f1-1307-4848-885c-5a9fe76be2ed', 'x-compute-request-id': 'req-03b214f1-1307-4848-885c-5a9fe76be2ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:36,194 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.134s
2026-06-17 12:59:36,194 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b25a9016-324e-40c4-bfeb-260e32c9dc11', 'x-compute-request-id': 'req-b25a9016-324e-40c4-bfeb-260e32c9dc11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:37,533 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.328s
2026-06-17 12:59:37,533 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1298', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-428b77d3-cdda-4314-86f3-10dec2084f9d', 'x-compute-request-id': 'req-428b77d3-cdda-4314-86f3-10dec2084f9d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:36Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:37,545 106248 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-06-17 12:59:38,842 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.296s
2026-06-17 12:59:38,842 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a57643fb-271f-4c8d-a162-4c20740eafc4', 'x-compute-request-id': 'req-a57643fb-271f-4c8d-a162-4c20740eafc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:38,848 106248 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-06-17 12:59:40,218 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.367s
2026-06-17 12:59:40,218 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f58aae4a-d495-4e2a-86b8-43b64db70729', 'x-compute-request-id': 'req-f58aae4a-d495-4e2a-86b8-43b64db70729', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:41,450 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.225s
2026-06-17 12:59:41,450 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-490d1845-8b4a-46b5-a4fd-da082e5b0a94', 'x-compute-request-id': 'req-490d1845-8b4a-46b5-a4fd-da082e5b0a94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:42,675 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.214s
2026-06-17 12:59:42,675 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-072bec45-2568-4a0e-8185-1e26f3abb22b', 'x-compute-request-id': 'req-072bec45-2568-4a0e-8185-1e26f3abb22b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:44,259 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.578s
2026-06-17 12:59:44,259 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-245a4659-f433-4c2d-8d2a-f7f7c04ed2c0', 'x-compute-request-id': 'req-245a4659-f433-4c2d-8d2a-f7f7c04ed2c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:45,859 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.592s
2026-06-17 12:59:45,860 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6536e6de-fa58-4605-a1f7-2a4fd28a2c4c', 'x-compute-request-id': 'req-6536e6de-fa58-4605-a1f7-2a4fd28a2c4c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:47,174 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.308s
2026-06-17 12:59:47,174 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-472f4a0c-27a6-4016-a181-c3f63f1e5774', 'x-compute-request-id': 'req-472f4a0c-27a6-4016-a181-c3f63f1e5774', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "BUILD", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:48,424 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.239s
2026-06-17 12:59:48,425 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ce2fcd6-49f3-47ad-bb2c-4e5a2b72e398', 'x-compute-request-id': 'req-1ce2fcd6-49f3-47ad-bb2c-4e5a2b72e398', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T12:59:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": "2026-06-17T12:59:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 12:59:48,433 106248 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-06-17 12:59:48,608 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b/os-interface 0.175s
2026-06-17 12:59:48,609 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:48 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-b9d4eaa0-7828-4e6a-8376-8a87a20b6126', 'x-compute-request-id': 'req-b9d4eaa0-7828-4e6a-8376-8a87a20b6126', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "5d73dcde-7086-4f49-913f-c16e9f50963c", "port_id": "8ef6c136-ac20-421a-bbdc-ac72db78cc74", "mac_addr": "fa:16:3e:e2:d6:79", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b8c0a5bd-57ff-4025-810d-1a60914f6261", "ip_address": "10.1.0.9"}]}]}'
2026-06-17 12:59:49,452 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 200 PUT https://10.4.3.21/networking/v2.0/floatingips/702b5834-f9da-4004-be18-e113f3a72201 0.841s
2026-06-17 12:59:49,453 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "8ef6c136-ac20-421a-bbdc-ac72db78cc74"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 12:59:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-35373fcc-12c4-43fc-b6c1-5a67fa78f322', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/702b5834-f9da-4004-be18-e113f3a72201'}
Body: b'{"floatingip": {"id": "702b5834-f9da-4004-be18-e113f3a72201", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "project_id": "a635a44daa5440eb8e1b9e268bfc57ac", "floating_ip_address": "172.24.5.136", "floating_network_id": "b6b90cf8-eaa7-472f-b75e-b84a82f3a539", "router_id": "6480243a-d7e2-40ca-9801-90e772536fa5", "port_id": "8ef6c136-ac20-421a-bbdc-ac72db78cc74", "fixed_ip_address": "10.1.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5d73dcde-7086-4f49-913f-c16e9f50963c", "mac_address": "fa:16:3e:e2:d6:79", "admin_state_up": true, "status": "ACTIVE", "device_id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T12:59:28Z", "updated_at": "2026-06-17T12:59:48Z", "revision_number": 1}}'
2026-06-17 12:59:49,453 106248 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.136:22' as 'cirros' with public key authentication
2026-06-17 13:00:25,602 106248 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 13:00:25,752 106248 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 13:00:25,753 106248 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.136 successfully created
2026-06-17 13:00:25,884 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_resize_revert): 500 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.130s
2026-06-17 13:00:25,884 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:25 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-9d03be3b-9f1e-4060-8d18-aa3263e5e4e4', 'x-compute-request-id': 'req-9d03be3b-9f1e-4060-8d18-aa3263e5e4e4', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 13:00:25,931 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 500 DELETE https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.045s
2026-06-17 13:00:25,931 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:25 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-0ad8a3c5-388d-4ef2-919a-7c710431e05d', 'x-compute-request-id': 'req-0ad8a3c5-388d-4ef2-919a-7c710431e05d', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 13:00:25,932 106248 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method ServersClient.delete_server of <tempest.lib.services.compute.servers_client.ServersClient object at 0x7991f63cade0>>, retrying...
2026-06-17 13:00:31,179 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.247s
2026-06-17 13:00:31,179 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:30 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-f4e9b7df-e9d1-4555-a5b0-d7829e43e203', 'x-compute-request-id': 'req-f4e9b7df-e9d1-4555-a5b0-d7829e43e203', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b''
2026-06-17 13:00:31,567 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.388s
2026-06-17 13:00:31,568 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1c95d47-06b6-4cc8-ba0f-925a943e8d18', 'x-compute-request-id': 'req-f1c95d47-06b6-4cc8-ba0f-925a943e8d18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}, {"version": 4, "addr": "172.24.5.136", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T13:00:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": "2026-06-17T12:59:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:32,799 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.224s
2026-06-17 13:00:32,799 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95fb7c8b-3818-42f2-be47-db395f895fde', 'x-compute-request-id': 'req-95fb7c8b-3818-42f2-be47-db395f895fde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}, {"version": 4, "addr": "172.24.5.136", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T13:00:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": "2026-06-17T12:59:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:34,044 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.233s
2026-06-17 13:00:34,044 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f00ba9e-95fd-4a9b-981d-d52b29984363', 'x-compute-request-id': 'req-4f00ba9e-95fd-4a9b-981d-d52b29984363', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}, {"version": 4, "addr": "172.24.5.136", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T13:00:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": "2026-06-17T12:59:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1890186083"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:35,144 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.090s
2026-06-17 13:00:35,144 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1487103d-da02-472d-a7c0-fb6b625daa0d', 'x-compute-request-id': 'req-1487103d-da02-472d-a7c0-fb6b625daa0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-404275403-network": [{"version": 4, "addr": "10.1.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}, {"version": 4, "addr": "172.24.5.136", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:d6:79"}]}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "ACTIVE", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T13:00:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": "2026-06-17T12:59:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:36,267 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.118s
2026-06-17 13:00:36,268 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-152e7370-a95f-4e75-b088-73af059f2de8', 'x-compute-request-id': 'req-152e7370-a95f-4e75-b088-73af059f2de8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "DELETED", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T13:00:36Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": "2026-06-17T12:59:47.000000", "OS-SRV-USG:terminated_at": "2026-06-17T13:00:35.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:36,274 106248 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-06-17 13:00:37,394 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.119s
2026-06-17 13:00:37,394 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1328', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebf8efb5-603f-4ba0-ac21-94d999998091', 'x-compute-request-id': 'req-ebf8efb5-603f-4ba0-ac21-94d999998091', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T12:59:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "fb955c8bbe0cdd840f15196bed46a9c3b32c56d550c07ca5bf3a76a6", "id": "4c9c53e5-29a3-4193-8b2d-0c0438b47c2b", "image": {"id": "21430a97-1035-461a-9b7d-82457efb7b9b", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/21430a97-1035-461a-9b7d-82457efb7b9b"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1470559916", "status": "DELETED", "tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac", "user_id": "b56d2783f27042efb25290a7f4c3e10d", "updated": "2026-06-17T13:00:36Z", "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1640363350", "OS-SRV-USG:launched_at": "2026-06-17T12:59:47.000000", "OS-SRV-USG:terminated_at": "2026-06-17T13:00:35.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:38,428 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b 0.028s
2026-06-17 13:00:38,429 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:38 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-74c61d5d-6cec-4bd3-acc0-ca45df310454', 'x-compute-request-id': 'req-74c61d5d-6cec-4bd3-acc0-ca45df310454', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/4c9c53e5-29a3-4193-8b2d-0c0438b47c2b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4c9c53e5-29a3-4193-8b2d-0c0438b47c2b could not be found."}}'
2026-06-17 13:00:38,465 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1640363350 0.035s
2026-06-17 13:00:38,465 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:38 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-6e9e5050-079a-44d0-a515-635dd6e68113', 'x-compute-request-id': 'req-6e9e5050-079a-44d0-a515-635dd6e68113', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1640363350'}
Body: b''
2026-06-17 13:00:38,796 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/security-groups/43a88030-d430-4ac3-b57a-3048d0b5c02c 0.330s
2026-06-17 13:00:38,797 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-4b11d0b7-6154-4e17-8de7-1430ebd91f32', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/43a88030-d430-4ac3-b57a-3048d0b5c02c'}
Body: b''
2026-06-17 13:00:38,825 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/networking/v2.0/security-groups/43a88030-d430-4ac3-b57a-3048d0b5c02c 0.027s
2026-06-17 13:00:38,825 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-4c7f2896-8791-4870-8302-e76e61cdb19c', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/43a88030-d430-4ac3-b57a-3048d0b5c02c'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 43a88030-d430-4ac3-b57a-3048d0b5c02c does not exist", "detail": ""}}'
2026-06-17 13:00:39,391 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/floatingips/702b5834-f9da-4004-be18-e113f3a72201 0.565s
2026-06-17 13:00:39,391 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-3c4c6ea0-c7e0-492e-8255-2faaf0479177', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/702b5834-f9da-4004-be18-e113f3a72201'}
Body: b''
2026-06-17 13:00:39,444 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b 0.053s
2026-06-17 13:00:39,444 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:39 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-feac6856-6ae5-4630-b2af-ac5aa5b671a1', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b'}
Body: b''
2026-06-17 13:00:39,476 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b 0.031s
2026-06-17 13:00:39,476 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec58c060-b3c2-4814-9f11-1bf0365b32e3', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec58c060-b3c2-4814-9f11-1bf0365b32e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b'}
Body: b'{"volume": {"id": "f83f0e7d-724e-4989-a588-56e21539cf0b", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:59:27.000000", "updated_at": "2026-06-17T13:00:39.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1591707484", "description": null, "volume_type": "tempest-scenario-type-luks-970206931", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b"}], "user_id": "b56d2783f27042efb25290a7f4c3e10d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a635a44daa5440eb8e1b9e268bfc57ac"}}'
2026-06-17 13:00:40,501 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/volume/v3/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b 0.019s
2026-06-17 13:00:40,502 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 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-d2c5eb7f-ed0c-405d-9e08-01e065b8bfca', 'x-openstack-request-id': 'req-d2c5eb7f-ed0c-405d-9e08-01e065b8bfca', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f83f0e7d-724e-4989-a588-56e21539cf0b'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume f83f0e7d-724e-4989-a588-56e21539cf0b could not be found."}}'
2026-06-17 13:00:40,551 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1 0.049s
2026-06-17 13:00:40,551 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42adefc7-c4a4-4a0d-84df-5e0c80fb0d08', 'content-length': '13252', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42adefc7-c4a4-4a0d-84df-5e0c80fb0d08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": "np0000003047", "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#default"}, {"id": "cdf29b80-f16f-4bf5-809e-c0dc0afd12c2", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:59:56.000000", "updated_at": "2026-06-17T13:00:01.000000", "name": "image-9fe995e2-3f1c-4ee6-8d6a-57befad7ec96", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "d9d47580-972c-462f-bad7-b28a5604dfc5", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/cdf29b80-f16f-4bf5-809e-c0dc0afd12c2"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/cdf29b80-f16f-4bf5-809e-c0dc0afd12c2"}], "user_id": "a8d3313fde0945ed86438c09e17d54a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "f19c3096fc464c9e944c694192188aed", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#default"}, {"id": "3ebc8d7c-8169-48a4-8395-3d0dc480a901", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T12:59:51.000000", "updated_at": "2026-06-17T13:00:01.000000", "name": "tempest-TestEncryptedCinderVolumes-1616215538", "description": null, "volume_type": "tempest-scenario-type-luks-1119163428", "snapshot_id": null, "source_volid": "d32cd9a2-e7d5-4dea-9989-dfa91823feed", "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/3ebc8d7c-8169-48a4-8395-3d0dc480a901"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/3ebc8d7c-8169-48a4-8395-3d0dc480a901"}], "user_id": "8a4a543b070d47d8a013efe89d797080", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3ebc8d7c-8169-48a4-8395-3d0dc480a901", "attachment_id": "cd9bab3a-e9f9-4d78-982a-1cb82b900c06", "volume_id": "3ebc8d7c-8169-48a4-8395-3d0dc480a901", "server_id": "a2f73dbf-c7c9-4e65-b3bd-48c3ebb81b84", "host_name": "np0000003047", "device": "/dev/vda", "attached_at": "2026-06-17T13:00:00.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "097edb174a95444e85b870353538f0cc", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#default", "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": "21430a97-1035-461a-9b7d-82457efb7b9b", "i
2026-06-17 13:00:40,618 106248 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/types/cfc22177-e665-4c76-85c9-7dd33bf7f95d 0.054s
2026-06-17 13:00:40,619 106248 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 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-dc81568a-0784-4f9d-9e79-95064e6c7349', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/types/cfc22177-e665-4c76-85c9-7dd33bf7f95d'}
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 130, in test_encrypted_cinder_volumes_resize_revert
server = self.launch_instance()
^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 50, in launch_instance
return self.create_server(wait_until='SSHABLE')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 360, in create_server
server = clients.servers_client.show_server(body['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'>
|
||||||
| 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
pt6.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
ft6.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-17 13:00:10,492 106250 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-2103105062 on backend None
2026-06-17 13:00:10,521 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.21/volume/v3/types 0.028s
2026-06-17 13:00:10,521 106250 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-2103105062", "extra_specs": {}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa1b487-e91a-4947-9468-4b0a2e315a0c', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa1b487-e91a-4947-9468-4b0a2e315a0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types'}
Body: b'{"volume_type": {"id": "3d91f604-abea-4092-a05d-af0223dbb468", "name": "tempest-scenario-type-luks2-2103105062", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-17 13:00:10,523 106250 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 3d91f604-abea-4092-a05d-af0223dbb468
2026-06-17 13:00:10,554 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.21/volume/v3/types/3d91f604-abea-4092-a05d-af0223dbb468/encryption 0.031s
2026-06-17 13:00:10,555 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc195f92-6589-4131-8d83-ccf5cbbf258a', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc195f92-6589-4131-8d83-ccf5cbbf258a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types/3d91f604-abea-4092-a05d-af0223dbb468/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "3d91f604-abea-4092-a05d-af0223dbb468", "encryption_id": "978c80a1-7668-4fdd-b7a5-932c0a112db7"}}'
2026-06-17 13:00:10,772 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.21/volume/v3/volumes 0.215s
2026-06-17 13:00:10,772 106250 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-2075835468", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92392f13-a52a-4a6d-a289-2225cc7183c8', 'content-length': '779', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92392f13-a52a-4a6d-a289-2225cc7183c8', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:10.695970", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 13:00:10,821 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.044s
2026-06-17 13:00:10,821 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea1efb3-0eef-46bf-8422-cadc9631ca2f', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea1efb3-0eef-46bf-8422-cadc9631ca2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:11,856 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.028s
2026-06-17 13:00:11,856 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62645859-f1ca-487c-97e7-e3d5f72953bb', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62645859-f1ca-487c-97e7-e3d5f72953bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:11.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:11,864 106250 INFO [tempest.common.waiters] volume b3e9d06c-e41f-434f-9299-e57adb4efa64 reached available after waiting for 1.864797 seconds
2026-06-17 13:00:11,896 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.032s
2026-06-17 13:00:11,897 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b27a01ae-7efc-4dd3-b229-0b428c4f7bac', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b27a01ae-7efc-4dd3-b229-0b428c4f7bac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:11.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:11,931 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64/action 0.029s
2026-06-17 13:00:11,932 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-set_bootable": {"bootable": true}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-7d922876-392a-448c-a616-a5c07d2f79d9', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d922876-392a-448c-a616-a5c07d2f79d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64/action'}
Body: b''
2026-06-17 13:00:12,060 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.21/identity/v3/auth/tokens 0.125s
2026-06-17 13:00:12,060 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2927', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-16fd73eb-1101-459f-9a37-969d29647647', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8f5fbc72395140eeabbad95a433f8b3f", "name": "tempest-TestVolumeBootPattern-878441189-project-member", "password_expires_at": null}, "audit_ids": ["pF5eSQcPQFSj_a4pgL6_TA"], "expires_at": "2026-06-17T14:00:12.000000Z", "issued_at": "2026-06-17T13:00:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19cfcff55d72415393037c0ae0288632", "name": "tempest-TestVolumeBootPattern-878441189"}, "is_domain": false, "roles": [{"id": "ddef45d4387b456abac6e189627f57d3", "name": "reader"}, {"id": "acdbf7bedbec4e0fbd83d8a5611b7e13", "name": "member"}], "catalog": [{"endpoints": [{"id": "51a8937a06dc4010a90ce16e8e460c1a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/identity", "region": "RegionOne"}], "id": "33e519f894cf4f04abe28a46bbed0f45", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7017fc2162c94a7bbdd2da0e8641db57", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2/19cfcff55d72415393037c0ae0288632", "region": "RegionOne"}], "id": "3b5c83d90aec416a83c9968af991d310", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "656b6314054f40bd9683f2313469f4d3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/image", "region": "RegionOne"}], "id": "3d456053421d4d009c6282b620c3b284", "type": "image", "name": "glance"}, {"endpoints": [{"id": "13e6fe8ed21c4fb9ae3b11b9b512256b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2.1", "region": "RegionOne"}], "id": "435f3f9b56824383acd1bcc2d9dcef37", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "aa95c0456a5d463ca0145adac973a411", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/networking", "region": "RegionOne"}], "id": "74ea760b6e08437fbee38512251300ea", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "010ce3ba74be4fc5add7722492dafde1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/volume/v3", "region": "RegionOne"}], "id": "9113a1f1ccb148ea8b55feb9ec90c89c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "1c10b85a4d8c4b4486a1827d6ae2c7ac", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/placement", "region": "RegionOne"}], "id": "ee3663b012a84e8a954e6e016d85a204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "6623400a1c9c4d0a9b2c162997bf7c6f", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21:8080/v1/AUTH_19cfcff55d72415393037c0ae0288632", "region": "RegionOne"}, {"id": "741ebc346c6745dbaef56db271d19906", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.21:8080", "region": "RegionOne"}], "id": "fbd742458c9f4068a952821cad3e83ac", "type": "object-store", "name": "swift"}]}}'
2026-06-17 13:00:12,060 106250 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': 'a3522415-4712-47e4-be25-0d0feb7becf1', 'name': 'tempest-TestVolumeBootPattern-307395998-network', 'tenant_id': '19cfcff55d72415393037c0ae0288632', 'project_id': '19cfcff55d72415393037c0ae0288632', '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': 26896, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-17T12:59:21Z', 'updated_at': '2026-06-17T12:59:21Z', 'revision_number': 1} available for tenant
2026-06-17 13:00:12,687 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.21/compute/v2.1/servers 0.626s
2026-06-17 13:00:12,687 106250 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-1237777025", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "a3522415-4712-47e4-be25-0d0feb7becf1"}]}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc5b8713-2827-4c4e-8ece-5a6d00ba0828', 'x-compute-request-id': 'req-bc5b8713-2827-4c4e-8ece-5a6d00ba0828', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/servers'}
Body: b'{"server": {"id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6AcJ7hAuYmpW"}}'
2026-06-17 13:00:12,818 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.129s
2026-06-17 13:00:12,818 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1052', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a419a85-e215-4316-9365-7f64c2dcfd21', 'x-compute-request-id': 'req-1a419a85-e215-4316-9365-7f64c2dcfd21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:13Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-17 13:00:13,914 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.089s
2026-06-17 13:00:13,914 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1102', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abb34847-2d19-4bbd-92e5-dc31bed1eb8a', 'x-compute-request-id': 'req-abb34847-2d19-4bbd-92e5-dc31bed1eb8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:13Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:15,002 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.083s
2026-06-17 13:00:15,002 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38518840-60cd-48f7-9bbd-890202ecff6f', 'x-compute-request-id': 'req-38518840-60cd-48f7-9bbd-890202ecff6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:14Z", "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": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:15,011 106250 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-17 13:00:16,125 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.113s
2026-06-17 13:00:16,125 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4026b2c5-8f9d-4390-8c9b-9f9a5ec7d203', 'x-compute-request-id': 'req-4026b2c5-8f9d-4390-8c9b-9f9a5ec7d203', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:14Z", "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": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:17,224 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.090s
2026-06-17 13:00:17,224 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1158', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b450332-9966-4a09-a4de-26031bba0868', 'x-compute-request-id': 'req-3b450332-9966-4a09-a4de-26031bba0868', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:17Z", "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": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:17,230 106250 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-17 13:00:18,478 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.248s
2026-06-17 13:00:18,478 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a12a1a9-b0c8-4cbd-ab10-adcf1131ccec', 'x-compute-request-id': 'req-2a12a1a9-b0c8-4cbd-ab10-adcf1131ccec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:17Z", "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": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:19,657 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.170s
2026-06-17 13:00:19,657 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9486216-5c0b-410f-a043-9d444987a1a0', 'x-compute-request-id': 'req-d9486216-5c0b-410f-a043-9d444987a1a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:18Z", "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": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:19,667 106250 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-06-17 13:00:20,878 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.210s
2026-06-17 13:00:20,878 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0e6be7c-dbac-4408-92e5-fcc24f99beed', 'x-compute-request-id': 'req-f0e6be7c-dbac-4408-92e5-fcc24f99beed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:21Z", "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": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:20,885 106250 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-17 13:00:22,097 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.211s
2026-06-17 13:00:22,097 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f573126f-bf2f-4d67-88b0-c59a69c579b7', 'x-compute-request-id': 'req-f573126f-bf2f-4d67-88b0-c59a69c579b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:21Z", "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": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:23,336 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.232s
2026-06-17 13:00:23,336 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b9d2bda-55d0-4cdc-aa32-d83613d81eee', 'x-compute-request-id': 'req-3b9d2bda-55d0-4cdc-aa32-d83613d81eee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:21Z", "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": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:24,619 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.275s
2026-06-17 13:00:24,619 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2563b819-8fb4-47d1-a71e-9e5823283b2d', 'x-compute-request-id': 'req-2563b819-8fb4-47d1-a71e-9e5823283b2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T13:00:12Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "40858a64ab19e3764fc3080f1ddaabb1530c90ff1b9390d9bd36c545", "id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1237777025", "status": "BUILD", "tenant_id": "19cfcff55d72415393037c0ae0288632", "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "updated": "2026-06-17T13:00:21Z", "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": "b3e9d06c-e41f-434f-9299-e57adb4efa64"}]}}'
2026-06-17 13:00:25,830 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.202s
2026-06-17 13:00:25,830 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:25 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-0e71d0cf-50fd-454a-a0f3-30d11638156d', 'x-compute-request-id': 'req-0e71d0cf-50fd-454a-a0f3-30d11638156d', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 13:00:25,873 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 DELETE https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.042s
2026-06-17 13:00:25,874 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:25 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-463059c3-d740-40a5-b653-4ef2ef05255e', 'x-compute-request-id': 'req-463059c3-d740-40a5-b653-4ef2ef05255e', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 13:00:25,874 106250 ERROR [tempest.common.compute] Deleting server d4850452-447b-40d2-84fe-1ec861c7c2f7 failed
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 13:00:25.874 106250 ERROR tempest.common.compute
2026-06-17 13:00:25,920 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7 0.043s
2026-06-17 13:00:25,921 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:25 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-0e214382-f642-4007-8652-e19676bb6db8', 'x-compute-request-id': 'req-0e214382-f642-4007-8652-e19676bb6db8', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/d4850452-447b-40d2-84fe-1ec861c7c2f7'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 13:00:25,921 106250 ERROR [tempest.common.compute] Server d4850452-447b-40d2-84fe-1ec861c7c2f7 failed to delete in time
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 13:00:25.921 106250 ERROR tempest.common.compute
2026-06-17 13:00:26,005 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 500 DELETE https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.080s
2026-06-17 13:00:26,005 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:25 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-69dabb0d-15a2-41f2-a705-d40994473bb4', 'x-openstack-request-id': 'req-69dabb0d-15a2-41f2-a705-d40994473bb4', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 13:00:26,006 106250 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 0x7e8bd5fb1700>>, retrying...
2026-06-17 13:00:31,101 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.095s
2026-06-17 13:00:31,101 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:31 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-5ada2d9a-da48-4b5c-b9c7-470e2c1af5f0', 'x-openstack-request-id': 'req-5ada2d9a-da48-4b5c-b9c7-470e2c1af5f0', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}'
2026-06-17 13:00:31,147 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.044s
2026-06-17 13:00:31,147 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be72f1b8-3deb-4f76-b3ed-596252b80d74', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be72f1b8-3deb-4f76-b3ed-596252b80d74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:32,232 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.075s
2026-06-17 13:00:32,233 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-490bec4a-47fe-4b7b-9a30-c3faff1fff08', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-490bec4a-47fe-4b7b-9a30-c3faff1fff08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:33,303 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.055s
2026-06-17 13:00:33,303 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad8c8459-5104-47c6-9888-9913db3f0db2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad8c8459-5104-47c6-9888-9913db3f0db2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:34,392 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.082s
2026-06-17 13:00:34,392 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03133aa5-98a4-472a-a139-cc79ffcfeac1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03133aa5-98a4-472a-a139-cc79ffcfeac1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:35,436 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:00:35,436 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-771f9753-90b0-4f6d-8075-2d8d97a91190', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-771f9753-90b0-4f6d-8075-2d8d97a91190', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:36,475 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:00:36,475 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10998a3e-358b-476e-9bbd-57222f125c25', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10998a3e-358b-476e-9bbd-57222f125c25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:37,513 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.032s
2026-06-17 13:00:37,513 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea8a4444-1aec-4417-b28a-fdbe3dae1498', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea8a4444-1aec-4417-b28a-fdbe3dae1498', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:38,557 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:00:38,557 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-476175f0-6747-4666-849d-384098e04db3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-476175f0-6747-4666-849d-384098e04db3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:39,595 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:00:39,595 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-008775fb-26ff-4d26-8064-ab595f5e1938', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-008775fb-26ff-4d26-8064-ab595f5e1938', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:40,660 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.055s
2026-06-17 13:00:40,660 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f786992-7939-4b98-b80d-18fa9db2cb16', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f786992-7939-4b98-b80d-18fa9db2cb16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:41,707 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:00:41,707 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4d34483-a02f-4c8b-9af1-4bda6f5373ca', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4d34483-a02f-4c8b-9af1-4bda6f5373ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:42,750 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:00:42,750 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54d85e54-1ae5-4dc6-a8d4-52f470d2e6e4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d85e54-1ae5-4dc6-a8d4-52f470d2e6e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:43,815 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.053s
2026-06-17 13:00:43,815 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec4a3974-7faf-405f-a1cf-e0e7bef95045', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec4a3974-7faf-405f-a1cf-e0e7bef95045', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:44,861 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:00:44,861 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd0525c8-8db8-4292-9d5b-94996c309bf8', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd0525c8-8db8-4292-9d5b-94996c309bf8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:45,899 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.032s
2026-06-17 13:00:45,899 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaa629a8-8c87-4871-8f6c-f3793a0a4c13', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaa629a8-8c87-4871-8f6c-f3793a0a4c13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:46,933 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.028s
2026-06-17 13:00:46,934 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68eac7e2-df9b-497f-bf87-9098ec6d4173', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68eac7e2-df9b-497f-bf87-9098ec6d4173', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:47,976 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:00:47,977 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94556955-e6ef-4173-9a7f-35577ece4855', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94556955-e6ef-4173-9a7f-35577ece4855', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:49,026 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:00:49,026 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de144d3b-a31a-4dea-9b2d-288aa2c3baac', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de144d3b-a31a-4dea-9b2d-288aa2c3baac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:50,073 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.040s
2026-06-17 13:00:50,073 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72a00564-9f6c-4e91-85ee-f27ca55e4f6a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72a00564-9f6c-4e91-85ee-f27ca55e4f6a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:51,122 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:00:51,122 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-029f762b-3a52-4bb1-bbef-bfe40dc96029', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-029f762b-3a52-4bb1-bbef-bfe40dc96029', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:52,157 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:00:52,158 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db417435-a278-4c4b-80fa-a7950ba65878', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db417435-a278-4c4b-80fa-a7950ba65878', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:53,209 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.044s
2026-06-17 13:00:53,209 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f09001bb-9885-4a99-b174-c245306e9ac6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f09001bb-9885-4a99-b174-c245306e9ac6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:54,255 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:00:54,255 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b07b792-c863-4e8a-94d8-195ae61a0365', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b07b792-c863-4e8a-94d8-195ae61a0365', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:55,303 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:00:55,303 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e15477b9-b3ac-4670-a99c-1e55e17b1cc9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e15477b9-b3ac-4670-a99c-1e55e17b1cc9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:56,357 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.045s
2026-06-17 13:00:56,357 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706972d4-c0af-4b8a-b805-805937fa29d9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706972d4-c0af-4b8a-b805-805937fa29d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:57,400 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:00:57,401 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625a67ab-f9dd-418d-a367-ef6d1b857052', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625a67ab-f9dd-418d-a367-ef6d1b857052', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:58,447 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:00:58,447 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223d5f2a-1caa-4d84-b344-8a2b2f4d96c2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223d5f2a-1caa-4d84-b344-8a2b2f4d96c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:00:59,497 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:00:59,497 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:00:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b740eee-cff6-4936-872d-620ddcaf0582', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b740eee-cff6-4936-872d-620ddcaf0582', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:00,542 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:01:00,542 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-954ee995-d490-463e-8284-2b8c4d625bd0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-954ee995-d490-463e-8284-2b8c4d625bd0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:01,594 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.041s
2026-06-17 13:01:01,594 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79d77a22-3f88-4499-84a3-da2641b4ca42', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79d77a22-3f88-4499-84a3-da2641b4ca42', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:02,647 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.041s
2026-06-17 13:01:02,647 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40dd738b-17d5-484e-87c8-d4e4a3082d9b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40dd738b-17d5-484e-87c8-d4e4a3082d9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:03,700 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.046s
2026-06-17 13:01:03,702 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7297a547-f5f3-4408-ab4c-1cd99ce0f3ca', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7297a547-f5f3-4408-ab4c-1cd99ce0f3ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:04,975 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.263s
2026-06-17 13:01:04,975 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fb9c593-a327-4c13-b4ab-99518c575bbf', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fb9c593-a327-4c13-b4ab-99518c575bbf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:06,022 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.040s
2026-06-17 13:01:06,022 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e322a3e2-25f1-4ced-8862-a4c5020b7d60', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e322a3e2-25f1-4ced-8862-a4c5020b7d60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:07,067 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:01:07,067 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bc82311-b032-4ba0-bebb-a27f6d7608a8', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bc82311-b032-4ba0-bebb-a27f6d7608a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:08,099 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.026s
2026-06-17 13:01:08,099 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02dbfa1f-7fc1-46a1-9833-9f572050ce48', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02dbfa1f-7fc1-46a1-9833-9f572050ce48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:09,146 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.040s
2026-06-17 13:01:09,146 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35f55a3d-22c3-4535-aa68-cb6be3ec5d22', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35f55a3d-22c3-4535-aa68-cb6be3ec5d22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:10,187 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:01:10,187 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc3d9c0-d5e8-41ec-a9d6-ce9a298adb24', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc3d9c0-d5e8-41ec-a9d6-ce9a298adb24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:11,231 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:01:11,231 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a5094a6-bd10-49a8-bb55-8c5a198fe4cd', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a5094a6-bd10-49a8-bb55-8c5a198fe4cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:12,276 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.039s
2026-06-17 13:01:12,277 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f19f84-3029-4fbb-a01f-0c5e5769dd8f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f19f84-3029-4fbb-a01f-0c5e5769dd8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:13,318 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:01:13,318 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-487751f3-73b0-4fdf-a1f7-229db497dd5b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-487751f3-73b0-4fdf-a1f7-229db497dd5b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:14,369 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.045s
2026-06-17 13:01:14,369 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9c314b-4c81-469c-baed-15494b7db40a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9c314b-4c81-469c-baed-15494b7db40a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:15,410 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:01:15,411 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b101173b-5f09-44b9-8a11-74df25966b2b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b101173b-5f09-44b9-8a11-74df25966b2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:16,456 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:01:16,456 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aefcfc3-b786-4672-bca9-1eb9183b1cf7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aefcfc3-b786-4672-bca9-1eb9183b1cf7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:17,503 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.040s
2026-06-17 13:01:17,503 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c7e3830-c857-4b2c-92a0-714ebfb2afd7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c7e3830-c857-4b2c-92a0-714ebfb2afd7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:18,536 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.026s
2026-06-17 13:01:18,536 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5107c86-a6d8-407f-af29-2deb20a87257', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5107c86-a6d8-407f-af29-2deb20a87257', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:19,574 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:01:19,575 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48d91e06-e740-4a22-ba29-73577a97dc43', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48d91e06-e740-4a22-ba29-73577a97dc43', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:20,632 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.050s
2026-06-17 13:01:20,632 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292c9c60-3e60-4a10-9799-2aa18d9b7f73', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292c9c60-3e60-4a10-9799-2aa18d9b7f73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:21,673 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.032s
2026-06-17 13:01:21,673 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a44bf61-218b-4174-a831-07328fde1fb0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a44bf61-218b-4174-a831-07328fde1fb0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:22,724 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:01:22,724 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-840b4dd0-fb24-4931-b51c-8fb37efacd27', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-840b4dd0-fb24-4931-b51c-8fb37efacd27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:23,768 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:01:23,769 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d964c97-a87f-4501-a40d-2504191b2645', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d964c97-a87f-4501-a40d-2504191b2645', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:24,848 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.068s
2026-06-17 13:01:24,848 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0927e123-617a-4937-852d-9c9abbd0da5e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0927e123-617a-4937-852d-9c9abbd0da5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:25,919 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.064s
2026-06-17 13:01:25,921 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4e023e6-6ce5-4219-ae02-2451460ae445', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4e023e6-6ce5-4219-ae02-2451460ae445', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:26,975 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.043s
2026-06-17 13:01:26,975 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11a7ba07-f1c6-46ab-b5e6-129fae1d640e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11a7ba07-f1c6-46ab-b5e6-129fae1d640e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:28,040 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.055s
2026-06-17 13:01:28,041 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398fe0ff-e1f6-4815-94f7-15fd76d46308', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398fe0ff-e1f6-4815-94f7-15fd76d46308', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:29,088 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:01:29,089 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-958208cc-6863-4e52-99bc-21c07e1f5060', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-958208cc-6863-4e52-99bc-21c07e1f5060', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:30,135 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:01:30,135 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-669e57f4-dd9d-44a4-99d1-e5a77a270fe9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-669e57f4-dd9d-44a4-99d1-e5a77a270fe9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:31,191 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.048s
2026-06-17 13:01:31,191 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30fe3b21-d9ab-4be4-861f-3fab14d1be6e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30fe3b21-d9ab-4be4-861f-3fab14d1be6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:32,250 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.050s
2026-06-17 13:01:32,251 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13c0e886-f6c9-4560-87db-c75fab7d6536', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c0e886-f6c9-4560-87db-c75fab7d6536', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:33,303 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.041s
2026-06-17 13:01:33,303 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-475c2b9a-c5e9-409f-84ea-3cc2dede72e8', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-475c2b9a-c5e9-409f-84ea-3cc2dede72e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:34,369 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.058s
2026-06-17 13:01:34,369 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de670f97-6f99-4edd-981d-17b35cf43f4a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de670f97-6f99-4edd-981d-17b35cf43f4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:35,421 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.043s
2026-06-17 13:01:35,421 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29657c21-9b7a-4147-b364-5ff169405907', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29657c21-9b7a-4147-b364-5ff169405907', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:36,465 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:01:36,465 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e91f480c-2024-459c-a3bd-f47042222e45', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e91f480c-2024-459c-a3bd-f47042222e45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:37,518 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.048s
2026-06-17 13:01:37,519 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f569aa98-71ac-460a-b057-6946ab1bd098', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f569aa98-71ac-460a-b057-6946ab1bd098', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:38,562 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:01:38,562 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4fedcf-aef1-41c7-a46c-098538605749', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4fedcf-aef1-41c7-a46c-098538605749', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:39,625 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.056s
2026-06-17 13:01:39,626 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264dd942-b1f8-455c-9b86-93ee04009cd2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264dd942-b1f8-455c-9b86-93ee04009cd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:40,669 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:01:40,669 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec4a440-ab23-4302-ba33-488654783697', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec4a440-ab23-4302-ba33-488654783697', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:41,708 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:01:41,709 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54f70076-e3ea-4f87-8a12-dc7e54be454e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54f70076-e3ea-4f87-8a12-dc7e54be454e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:42,745 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:01:42,745 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223e70ef-672d-4391-b120-e15cf353f0af', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223e70ef-672d-4391-b120-e15cf353f0af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:43,783 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:01:43,783 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-723a76c0-748f-4bcb-80c0-b039966d888d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-723a76c0-748f-4bcb-80c0-b039966d888d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:44,842 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.053s
2026-06-17 13:01:44,842 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b57ab7fe-6658-450c-afaa-fefae920771f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b57ab7fe-6658-450c-afaa-fefae920771f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:45,892 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.041s
2026-06-17 13:01:45,892 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08d18640-6233-4e6f-b96f-17d934d6f962', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08d18640-6233-4e6f-b96f-17d934d6f962', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:46,945 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.046s
2026-06-17 13:01:46,945 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3668aa1-6a8e-4fed-a3c9-84c1171926bc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3668aa1-6a8e-4fed-a3c9-84c1171926bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:47,985 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:01:47,985 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a40c1c8-ac16-472d-b659-4ff71e29857a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a40c1c8-ac16-472d-b659-4ff71e29857a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:49,034 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.043s
2026-06-17 13:01:49,034 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447edc07-fb2d-41a3-a7a7-bb8b612e96fe', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447edc07-fb2d-41a3-a7a7-bb8b612e96fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:50,098 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.059s
2026-06-17 13:01:50,099 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86f2bb2a-9d4e-4cd5-b8a6-98685cc0eab6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86f2bb2a-9d4e-4cd5-b8a6-98685cc0eab6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:51,142 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:01:51,142 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d92c8a9f-14cd-4f6e-b193-374472dffdd5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d92c8a9f-14cd-4f6e-b193-374472dffdd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:52,176 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.028s
2026-06-17 13:01:52,177 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d58b31c7-3213-44a9-9827-5e46e622bae2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d58b31c7-3213-44a9-9827-5e46e622bae2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:53,218 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:01:53,218 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-923c23d0-ac2e-4656-a0ff-3b92f9d93329', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-923c23d0-ac2e-4656-a0ff-3b92f9d93329', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:54,271 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.048s
2026-06-17 13:01:54,272 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6703b3c-bd86-481e-be73-3fee6d1a3e57', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6703b3c-bd86-481e-be73-3fee6d1a3e57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:55,315 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:01:55,315 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a4a1c7f-c80a-47fc-b182-51124bd097fa', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a4a1c7f-c80a-47fc-b182-51124bd097fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:56,370 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.047s
2026-06-17 13:01:56,370 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-701d7c23-73ee-41d4-a53d-7a810b08ad74', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-701d7c23-73ee-41d4-a53d-7a810b08ad74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:57,406 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:01:57,406 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b8b616-c349-406e-896f-2e0d48373bc8', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b8b616-c349-406e-896f-2e0d48373bc8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:58,452 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.039s
2026-06-17 13:01:58,452 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3fb21fa-a989-49f9-8716-7886e5485eb2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3fb21fa-a989-49f9-8716-7886e5485eb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:01:59,503 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.044s
2026-06-17 13:01:59,503 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:01:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35e7dbac-3202-4e80-b989-84e88ae00315', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35e7dbac-3202-4e80-b989-84e88ae00315', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:00,544 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:02:00,544 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0a6e4c0-78c5-4102-ad47-d39031d5a488', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a6e4c0-78c5-4102-ad47-d39031d5a488', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:01,604 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.052s
2026-06-17 13:02:01,604 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d64737-2bd2-4a79-95b8-a40976fc24af', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d64737-2bd2-4a79-95b8-a40976fc24af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:02,645 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:02:02,645 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf2a9ab9-e6a7-4350-a411-80a1d059a99f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf2a9ab9-e6a7-4350-a411-80a1d059a99f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:03,690 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:02:03,691 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7d0ecd0-f360-48b8-887d-ebbfe3bc86aa', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7d0ecd0-f360-48b8-887d-ebbfe3bc86aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:04,750 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.054s
2026-06-17 13:02:04,751 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e36783c9-a35a-42aa-baa5-43017571db46', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e36783c9-a35a-42aa-baa5-43017571db46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:05,856 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.100s
2026-06-17 13:02:05,857 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ee0d1e-1a0e-45dd-97d5-fad0c4fba85e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ee0d1e-1a0e-45dd-97d5-fad0c4fba85e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:06,898 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:02:06,899 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84ea625e-5770-4957-bd89-ca8a34c33c80', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84ea625e-5770-4957-bd89-ca8a34c33c80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:07,958 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.053s
2026-06-17 13:02:07,958 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ac39134-bde6-438e-9f52-c3b6c7583f00', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ac39134-bde6-438e-9f52-c3b6c7583f00', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:09,007 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.039s
2026-06-17 13:02:09,007 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-922441e6-53c8-4452-ae88-d56753f5fc86', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-922441e6-53c8-4452-ae88-d56753f5fc86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:10,048 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:02:10,048 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9beea15-9d13-47f5-91e1-9e707485319e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9beea15-9d13-47f5-91e1-9e707485319e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:11,099 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.045s
2026-06-17 13:02:11,100 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d6ec22-46cd-46e3-b831-28d79f1f88c4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d6ec22-46cd-46e3-b831-28d79f1f88c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:12,144 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:02:12,144 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ff1eeac-8128-4b18-b0ba-b2e6637624b6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ff1eeac-8128-4b18-b0ba-b2e6637624b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:13,189 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:02:13,190 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-665c6829-3808-4c34-b022-31e152673b1e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-665c6829-3808-4c34-b022-31e152673b1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:14,230 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:02:14,230 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bccac075-9410-4567-86a8-2c0a7e8be660', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bccac075-9410-4567-86a8-2c0a7e8be660', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:15,275 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:02:15,275 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f38e8d7e-4e98-4d8f-8e35-391f0a40b2d5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f38e8d7e-4e98-4d8f-8e35-391f0a40b2d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:16,315 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:02:16,316 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f71ba5af-ff18-4aa7-b790-a826aea8d184', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f71ba5af-ff18-4aa7-b790-a826aea8d184', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:17,348 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.027s
2026-06-17 13:02:17,349 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-484221e7-3bff-4933-a9dc-0d746c698484', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-484221e7-3bff-4933-a9dc-0d746c698484', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:18,400 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:02:18,400 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b3d20b-74ef-4708-8b60-9859fdb67749', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b3d20b-74ef-4708-8b60-9859fdb67749', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:19,448 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.040s
2026-06-17 13:02:19,448 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc37f5ed-86e0-48c7-a939-cf5c89ae5e3e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc37f5ed-86e0-48c7-a939-cf5c89ae5e3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:20,493 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:02:20,493 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13794ef9-3bb9-4b4f-b27b-e859536bf990', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13794ef9-3bb9-4b4f-b27b-e859536bf990', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:21,533 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:02:21,533 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4872e50-3b3a-4158-8d0d-b2bf9873a4e2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4872e50-3b3a-4158-8d0d-b2bf9873a4e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:22,569 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.028s
2026-06-17 13:02:22,569 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f6267c-2301-4b7a-8ba0-0782c7b9f4e9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f6267c-2301-4b7a-8ba0-0782c7b9f4e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:23,623 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.048s
2026-06-17 13:02:23,624 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cda4bf7-3455-4f04-92e8-2a615a5381ae', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cda4bf7-3455-4f04-92e8-2a615a5381ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:24,672 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.041s
2026-06-17 13:02:24,672 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b08d9f5f-3a33-460f-aebe-25047ce517b1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b08d9f5f-3a33-460f-aebe-25047ce517b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:25,719 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:02:25,719 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6536d474-8b70-4939-afaa-63618112239e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6536d474-8b70-4939-afaa-63618112239e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:26,772 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:02:26,772 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a707dac-8ff4-4710-9de8-d31afee96e55', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a707dac-8ff4-4710-9de8-d31afee96e55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:27,817 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:02:27,817 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f911c0f-cae6-4b61-bd68-77f4ac9fe1a6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f911c0f-cae6-4b61-bd68-77f4ac9fe1a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:28,874 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.049s
2026-06-17 13:02:28,875 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f965efc-7346-414a-baf0-cb03311aaf13', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f965efc-7346-414a-baf0-cb03311aaf13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:29,924 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.041s
2026-06-17 13:02:29,924 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb64e942-cd30-475f-b2b4-e603f9896a28', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb64e942-cd30-475f-b2b4-e603f9896a28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:30,971 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:02:30,971 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63fd881a-a169-4635-8a31-99f4a4c5ea6e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63fd881a-a169-4635-8a31-99f4a4c5ea6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:32,014 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:02:32,014 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6155b715-9353-45ce-92c1-15a7f0e58347', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6155b715-9353-45ce-92c1-15a7f0e58347', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:33,066 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.043s
2026-06-17 13:02:33,066 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06fb58e5-9c44-434b-a5f8-43b1b5650693', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06fb58e5-9c44-434b-a5f8-43b1b5650693', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:34,115 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.043s
2026-06-17 13:02:34,116 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e84cf5a4-e65d-4792-b363-1a0616fe25f0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e84cf5a4-e65d-4792-b363-1a0616fe25f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:35,158 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:02:35,158 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a5f5fd-448a-4615-9bdf-d21629dc2d8d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a5f5fd-448a-4615-9bdf-d21629dc2d8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:36,221 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.055s
2026-06-17 13:02:36,221 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11b14f16-a6b7-4144-9ab5-10f2618324f8', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11b14f16-a6b7-4144-9ab5-10f2618324f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:37,273 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.046s
2026-06-17 13:02:37,274 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787b1783-24f9-48fa-8318-f6eea1a45dca', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787b1783-24f9-48fa-8318-f6eea1a45dca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:38,318 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:02:38,318 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ecd1c3-68ef-4788-bfb4-c88afb145bb2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ecd1c3-68ef-4788-bfb4-c88afb145bb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:39,363 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:02:39,363 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94281671-8271-41e6-84f0-4f26012f846a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94281671-8271-41e6-84f0-4f26012f846a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:40,408 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:02:40,409 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-717bc298-0ca5-4310-8f1a-eb3cf7dfbaae', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-717bc298-0ca5-4310-8f1a-eb3cf7dfbaae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:41,457 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:02:41,458 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-442e83ac-b7b9-4d19-9785-6329957fdf66', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-442e83ac-b7b9-4d19-9785-6329957fdf66', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:42,499 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:02:42,499 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf28503-5f33-4676-bba1-9c8008d5436d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf28503-5f33-4676-bba1-9c8008d5436d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:43,542 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:02:43,543 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97a4bcc6-6182-4a09-b443-d4ac76b7f02c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97a4bcc6-6182-4a09-b443-d4ac76b7f02c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:44,585 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:02:44,585 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef6419cd-033c-4800-a66c-19674ae6d001', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef6419cd-033c-4800-a66c-19674ae6d001', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:45,634 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:02:45,634 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-278276c5-b4c2-4139-ad8b-57ea9975ca53', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-278276c5-b4c2-4139-ad8b-57ea9975ca53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:46,668 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.027s
2026-06-17 13:02:46,668 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d99d01ca-4976-4a5e-8c1c-175e718c4011', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d99d01ca-4976-4a5e-8c1c-175e718c4011', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:47,711 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:02:47,711 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26d376d4-c2aa-4895-85ce-d16913f306a8', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26d376d4-c2aa-4895-85ce-d16913f306a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:48,756 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.039s
2026-06-17 13:02:48,757 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e000dfd-1c9c-4a38-9c1e-6463d1cef258', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e000dfd-1c9c-4a38-9c1e-6463d1cef258', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:49,809 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.046s
2026-06-17 13:02:49,810 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0cce5d1-7f7d-43d3-a597-e4690d906f6a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0cce5d1-7f7d-43d3-a597-e4690d906f6a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:50,854 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:02:50,855 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17197031-242a-441c-a071-a5cdd9269c52', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17197031-242a-441c-a071-a5cdd9269c52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:51,901 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.040s
2026-06-17 13:02:51,902 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fde6f5b-0680-40e3-839e-04d4c7672fcd', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fde6f5b-0680-40e3-839e-04d4c7672fcd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:52,952 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.039s
2026-06-17 13:02:52,952 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93d513fb-6075-45ad-a15b-4a8ad6db4436', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93d513fb-6075-45ad-a15b-4a8ad6db4436', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:53,998 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.038s
2026-06-17 13:02:53,998 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f1acf6b-985e-4bd1-a38a-bac9a5fe8c0a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f1acf6b-985e-4bd1-a38a-bac9a5fe8c0a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:55,041 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:02:55,042 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6d4944d-bf60-4bf4-8b31-f338b9c56062', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6d4944d-bf60-4bf4-8b31-f338b9c56062', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:56,079 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.031s
2026-06-17 13:02:56,080 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba0b792-4f2a-4d3b-8e7b-f927f294bc15', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba0b792-4f2a-4d3b-8e7b-f927f294bc15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:57,116 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.027s
2026-06-17 13:02:57,116 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29fce459-dc89-4130-b3c5-349c5cd10302', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29fce459-dc89-4130-b3c5-349c5cd10302', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:58,162 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:02:58,162 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eecb2d52-4133-4ab0-8fa1-d3d97783d2a0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eecb2d52-4133-4ab0-8fa1-d3d97783d2a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:02:59,213 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.043s
2026-06-17 13:02:59,214 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:02:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a131c010-46ab-4821-9ca5-c850de16c30c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a131c010-46ab-4821-9ca5-c850de16c30c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:00,262 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:03:00,263 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f3e3fe-ba72-4eac-8ffc-a2910a263d8e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f3e3fe-ba72-4eac-8ffc-a2910a263d8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:01,305 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:03:01,305 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3f7db96-f777-434f-8468-022a1f101bd5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3f7db96-f777-434f-8468-022a1f101bd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:02,341 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:03:02,342 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf5f62f-a623-4457-b437-f42a3bf34e4c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf5f62f-a623-4457-b437-f42a3bf34e4c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:03,390 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.040s
2026-06-17 13:03:03,391 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad97d459-9877-4ea8-99ac-fdcdc7ed1560', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad97d459-9877-4ea8-99ac-fdcdc7ed1560', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:04,432 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.035s
2026-06-17 13:03:04,432 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d22b5dd-692e-4f72-9e77-a9d24603e834', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d22b5dd-692e-4f72-9e77-a9d24603e834', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:05,488 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.050s
2026-06-17 13:03:05,488 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54e43ada-b052-43b6-9a3c-cf4681f12684', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54e43ada-b052-43b6-9a3c-cf4681f12684', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:06,525 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:03:06,525 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59e4b91b-ee6d-44c0-aeef-ab00c35d663e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59e4b91b-ee6d-44c0-aeef-ab00c35d663e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:07,565 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:03:07,565 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b2a6cc-5c7d-44df-81ae-8de91198b45c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b2a6cc-5c7d-44df-81ae-8de91198b45c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:08,605 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:03:08,605 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac72163-7cfd-4f5b-bab8-d2034b31e859', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac72163-7cfd-4f5b-bab8-d2034b31e859', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:09,640 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:03:09,640 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1de580fc-41ec-4d7b-8689-c7c154b6f726', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1de580fc-41ec-4d7b-8689-c7c154b6f726', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:10,693 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.047s
2026-06-17 13:03:10,693 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f80b76e2-344f-4278-99a3-e28ca5f05a23', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f80b76e2-344f-4278-99a3-e28ca5f05a23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:11,733 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.031s
2026-06-17 13:03:11,734 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2534d643-deaa-4e7b-a88d-7210cfe6523e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2534d643-deaa-4e7b-a88d-7210cfe6523e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:12,771 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.032s
2026-06-17 13:03:12,772 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-492278a1-3e12-47f6-9724-c9c24b484d76', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-492278a1-3e12-47f6-9724-c9c24b484d76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:13,812 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.034s
2026-06-17 13:03:13,812 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c16e7d-4e75-47c1-b2c1-381c7a291344', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c16e7d-4e75-47c1-b2c1-381c7a291344', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:14,847 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:03:14,847 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d317cc4e-d11f-4721-8646-6d6cf4fd6cf4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d317cc4e-d11f-4721-8646-6d6cf4fd6cf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:15,903 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.049s
2026-06-17 13:03:15,903 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f9bd606-b529-4334-b0c4-039c96745f46', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f9bd606-b529-4334-b0c4-039c96745f46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:16,949 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.039s
2026-06-17 13:03:16,950 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bcfebae-7bad-48d3-8245-94affb1990e7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bcfebae-7bad-48d3-8245-94affb1990e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:17,991 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.032s
2026-06-17 13:03:17,991 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cb14902-141f-4b7b-927a-10f938f2ee44', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cb14902-141f-4b7b-927a-10f938f2ee44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:19,023 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.027s
2026-06-17 13:03:19,023 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01ccee01-94c0-49b7-b502-7a8e50c06a9c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01ccee01-94c0-49b7-b502-7a8e50c06a9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:20,071 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:03:20,071 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5229b208-7f58-4aed-b3b9-e49bfe85914c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5229b208-7f58-4aed-b3b9-e49bfe85914c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:21,113 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:03:21,113 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c787cdf2-db71-4989-82dd-3ed9bdc5a60b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c787cdf2-db71-4989-82dd-3ed9bdc5a60b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:22,150 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:03:22,150 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12970a0-9e90-4682-984d-6c3bc4aa33e6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12970a0-9e90-4682-984d-6c3bc4aa33e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:23,187 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:03:23,187 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c7bebef-5990-412f-ac0b-653f53526c46', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c7bebef-5990-412f-ac0b-653f53526c46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:24,219 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.026s
2026-06-17 13:03:24,219 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e34186-bebc-480b-b277-4f180ccf56e0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e34186-bebc-480b-b277-4f180ccf56e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:25,255 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:03:25,255 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f988d2f-31b5-4ff4-a9d2-834d6f926c5d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f988d2f-31b5-4ff4-a9d2-834d6f926c5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:26,298 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.036s
2026-06-17 13:03:26,298 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-325d2d4b-bf91-4296-a28e-ba9db584046c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-325d2d4b-bf91-4296-a28e-ba9db584046c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:27,344 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:03:27,344 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1953b0c5-0aab-4d42-82b7-d60f9a8df967', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1953b0c5-0aab-4d42-82b7-d60f9a8df967', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:28,403 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.048s
2026-06-17 13:03:28,403 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b8eadce-0e35-4d33-be07-edd146f77f5f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b8eadce-0e35-4d33-be07-edd146f77f5f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:29,443 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:03:29,443 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cbde89d-3127-401a-a446-7dbc2e4c6080', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cbde89d-3127-401a-a446-7dbc2e4c6080', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:30,482 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.032s
2026-06-17 13:03:30,483 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-928b7ac4-6374-45e8-80d2-fb86a7053c5a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-928b7ac4-6374-45e8-80d2-fb86a7053c5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:31,546 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.056s
2026-06-17 13:03:31,546 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fcb6fc1-a143-4817-ac91-99e51ce0c6a6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fcb6fc1-a143-4817-ac91-99e51ce0c6a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:32,584 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:03:32,584 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd5170d3-2571-41bd-a968-384f03eb001a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd5170d3-2571-41bd-a968-384f03eb001a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:33,632 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.042s
2026-06-17 13:03:33,632 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3357d508-14ca-4ab9-beae-4819f31668ca', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3357d508-14ca-4ab9-beae-4819f31668ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:34,677 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:03:34,677 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f1262f8-5e5a-4cd3-acdf-577de5b00e3f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f1262f8-5e5a-4cd3-acdf-577de5b00e3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:35,715 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:03:35,715 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0b309e6-4e02-4991-9be5-1364fe7b7ede', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0b309e6-4e02-4991-9be5-1364fe7b7ede', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:36,750 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:03:36,750 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5625e870-5238-4bff-8db5-c07f250480e6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5625e870-5238-4bff-8db5-c07f250480e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:37,785 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.029s
2026-06-17 13:03:37,785 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1732eb64-5f38-4a2a-86a7-da2699f68b30', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1732eb64-5f38-4a2a-86a7-da2699f68b30', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:38,818 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.028s
2026-06-17 13:03:38,818 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3915199-1677-4320-b1ca-4962982be4fb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3915199-1677-4320-b1ca-4962982be4fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:39,857 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.033s
2026-06-17 13:03:39,857 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20ecb30e-eb89-4817-a9da-7e98f41fc912', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20ecb30e-eb89-4817-a9da-7e98f41fc912', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:40,889 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.025s
2026-06-17 13:03:40,889 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1912cd20-5c88-4ef0-90d7-e82a8634405b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1912cd20-5c88-4ef0-90d7-e82a8634405b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:41,920 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.026s
2026-06-17 13:03:41,921 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-593f4e28-2e5e-4ce0-bf4e-15089e846950', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-593f4e28-2e5e-4ce0-bf4e-15089e846950', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:42,958 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.032s
2026-06-17 13:03:42,958 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdde8665-6b08-48c0-800f-374fa39a70e2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdde8665-6b08-48c0-800f-374fa39a70e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:43,992 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.026s
2026-06-17 13:03:43,993 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01d768af-bd14-4807-a8c1-8ee07834f8aa', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01d768af-bd14-4807-a8c1-8ee07834f8aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:45,036 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:03:45,036 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6f9049-4628-43bd-8a26-d3a563beb930', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6f9049-4628-43bd-8a26-d3a563beb930', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:46,066 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.025s
2026-06-17 13:03:46,067 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb517d2-78a4-4261-90e0-12c515788997', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb517d2-78a4-4261-90e0-12c515788997', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:47,109 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.037s
2026-06-17 13:03:47,109 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c31576e-02d4-409f-9c7e-987185d14f57', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c31576e-02d4-409f-9c7e-987185d14f57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
Body: b'{"volume": {"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:00:11.000000", "updated_at": "2026-06-17T13:00:20.000000", "name": "tempest-TestVolumeBootPattern-volume-2075835468", "description": null, "volume_type": "tempest-scenario-type-luks2-2103105062", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64"}], "user_id": "8f5fbc72395140eeabbad95a433f8b3f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "attachment_id": "103bfee2-d7aa-4c15-ac79-3bfaf7ebfb20", "volume_id": "b3e9d06c-e41f-434f-9299-e57adb4efa64", "server_id": "d4850452-447b-40d2-84fe-1ec861c7c2f7", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T13:00:19.000000"}], "os-vol-tenant-attr:tenant_id": "19cfcff55d72415393037c0ae0288632"}}'
2026-06-17 13:03:47,160 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1 0.044s
2026-06-17 13:03:47,160 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6289c9d-1fe2-4f2d-b581-596f1a60f417', 'content-length': '8233', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6289c9d-1fe2-4f2d-b581-596f1a60f417', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "ee1bddcc-c4b6-47ef-a455-e750608bcedb", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:02:43.000000", "updated_at": "2026-06-17T13:03:10.000000", "name": "tempest-VolumesBackupsTest-Volume-936221232", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/ee1bddcc-c4b6-47ef-a455-e750608bcedb"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/ee1bddcc-c4b6-47ef-a455-e750608bcedb"}], "user_id": "7a17b7193bf048f7b0137e773a29a2c9", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ee1bddcc-c4b6-47ef-a455-e750608bcedb", "attachment_id": "d7bcd011-7674-489c-a1ba-84b9d99e0c64", "volume_id": "ee1bddcc-c4b6-47ef-a455-e750608bcedb", "server_id": "eaf4d927-fcac-4a5a-89c5-943d9b6f6223", "host_name": "np0000003047", "device": "/dev/vdb", "attached_at": "2026-06-17T13:03:09.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "27564f0459c84ceb9ffcd46f4c5c2bd1", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#default", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "21430a97-1035-461a-9b7d-82457efb7b9b", "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": "92ffa4f5-e49c-451b-95f4-a3e3e038f17b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:02:35.000000", "updated_at": "2026-06-17T13:03:41.000000", "name": "tempest-TestStampPattern-volume-55161918", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/92ffa4f5-e49c-451b-95f4-a3e3e038f17b"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/92ffa4f5-e49c-451b-95f4-a3e3e038f17b"}], "user_id": "80acf484d2a64dec8c6aee124f8ead91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "d8bd9ad7dee147d689cbacbdc26dfb94", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#template_virtual"}, {"id": "b84260e1-fad7-47a0-8317-b42ec7b7974b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:02:05.000000", "updated_at": "2026-06-17T13:02:40.000000", "name": "tempest-VolumesBackupsTest-Volume-252511116", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/b84260e1-fad7-47a0-8317-b42ec7b7974b"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/b84260e1-fad7-47a0-8317-b42ec7b7974b"}], "user_id": "7a17b7193bf048f7b0137e773a29a2c9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "27564f0459c84ceb9ffcd46f4c5c2bd1", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003047@storpool#template_virtual"}, {"id": "3e69dc28-1ab0-4e66-b752-d6b849c2be1f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T13:01:36.000000", "updated_at": "2026-06-17T13:02:03.000000", "name": "tempest-VolumesBackupsTest-Volume-1954154616", "description": n
2026-06-17 13:03:47,200 106250 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64 0.030s
2026-06-17 13:03:47,200 106250 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 13:03:47 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-30c5be9e-162b-44f8-858b-f96c0dbcaf0c', 'x-openstack-request-id': 'req-30c5be9e-162b-44f8-858b-f96c0dbcaf0c', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.21/volume/v3/volumes/b3e9d06c-e41f-434f-9299-e57adb4efa64'}
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 b3e9d06c-e41f-434f-9299-e57adb4efa64 within the required time (196 s). Timer started at 1781701231. Timer ended at 1781701427. Waited for 196 s.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/scenario/manager.py", line 545, in cleanup_volume_type
test_utils.call_and_ignore_notfound_exc(
File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 145, in delete_volume
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request
resp, resp_body = super(BaseClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
tempest.lib.exceptions.BadRequest: Bad request
Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'}
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
resp, resp_body = super(BaseComputeClient, self).request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt6.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
pt6.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
pt6.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
pt6.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
pt6.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
pt7.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
pt7.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
pt7.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
pt8.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
pt9.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
pt10.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
pt11.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
pt12.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
pt13.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
pt13.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
pt13.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
pt13.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
pt14.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
pt14.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
pt14.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
pt14.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
pt15.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
pt15.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
pt15.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
pt16.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
pt16.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
pt17.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
pt17.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
pt18.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
pt19.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
pt20.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
pt20.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
pt21.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
pt22.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesAdminTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt23.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt23.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt24.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
pt25.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
pt26.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
pt27.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationWithoutHostTest) |
skip
pt28.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveMigrationTest) |
skip
pt28.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt28.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt29.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
pt30.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
pt31.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
pt32.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
pt33.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
pt34.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
pt35.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt36.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt36.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt37.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
pt38.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
pt39.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
pt40.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
pt41.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
pt41.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
pt42.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
pt43.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
pt44.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
pt45.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
pt46.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
pt46.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
pt47.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
pt48.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
pt49.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
pt49.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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
pt53.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
pt53.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
pt54.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
pt54.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
pt55.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
pt55.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
pt55.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
pt56.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt57.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt58.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt58.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt58.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt58.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt58.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt58.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt59.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt59.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt59.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt59.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt59.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt59.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt59.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt59.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt62.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
pt63.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
pt64.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
pt65.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
pt65.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
pt66.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
pt66.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
pt67.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
pt68.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt69.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.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
pt73.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
pt73.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt76.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
pt77.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
pt78.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
pt78.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
pt78.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
pt78.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
pt78.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt80.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
pt80.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt83.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
pt83.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
pt83.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt84.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
pt85.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
pt85.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
pt85.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
pt85.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
pt85.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
pt85.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt86.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
pt87.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
pt87.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
pt88.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
pt89.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
pt90.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
pt91.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
pt92.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
pt92.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
pt93.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
pt93.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt97.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
pt97.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
pt98.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
pt98.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
pt99.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
pt99.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
pt100.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
pt100.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
pt100.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
pt100.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
pt100.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
pt100.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt101.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
pt102.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
pt102.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
pt103.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt104.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt105.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
pt105.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
pt106.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
pt106.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
pt106.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
pt107.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt110.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt110.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt110.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt110.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt110.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt110.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt110.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt110.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt110.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt110.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt110.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt110.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt110.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt111.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative]
|
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt111.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative]
|
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt111.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative]
|
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt111.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative]
|
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt111.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt111.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt112.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
pass
pt113.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt113.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt114.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt115.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt116.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt117.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt118.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
pt119.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 | 323 | 292 | 7 | 0 | 24 | ||